html.has-cookie-bar.cookie-bar-top-bar {
margin-top: 30px;
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
transition: all 0.25s;
}
#catapult-cookie-bar {
box-sizing: border-box;
max-height: 0;
opacity: 0;
direction: ltr;
padding: 0 20px;
z-index: 99999;
overflow: hidden;
text-align:left;
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
transition: all 0.25s;
}
.ctcc-exclude-AF.geoip-continent-AF #catapult-cookie-bar,
.ctcc-exclude-AN.geoip-continent-AN #catapult-cookie-bar,
.ctcc-exclude-AS.geoip-continent-AS #catapult-cookie-bar,
.ctcc-exclude-EU.geoip-continent-EU #catapult-cookie-bar,
.ctcc-exclude-NA.geoip-continent-NA #catapult-cookie-bar,
.ctcc-exclude-OC.geoip-continent-OC #catapult-cookie-bar,
.ctcc-exclude-SA.geoip-continent-SA #catapult-cookie-bar {
display: none;
}
.ctcc-exclude-AF.geoip-continent-AF,
.ctcc-exclude-AN.geoip-continent-AN,
.ctcc-exclude-AS.geoip-continent-AS,
.ctcc-exclude-EU.geoip-continent-EU,
.ctcc-exclude-NA.geoip-continent-NA,
.ctcc-exclude-OC.geoip-continent-OC,
.ctcc-exclude-SA.geoip-continent-SA {
margin-top: 0 !important;
}
#catapult-cookie-bar.rounded-corners {
border-radius: 3px;
}
#catapult-cookie-bar.drop-shadow {
-webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
}
.cookie-bar-block #catapult-cookie-bar {
max-height: 999px;
-webkit-transition: opacity 0.25s;
-moz-transition: opacity 0.25s;
transition: opacity 0.25s;
}
.has-cookie-bar #catapult-cookie-bar {
opacity: 1;
max-height: 999px;
min-height: 30px;
padding: 15px 20px 15px;
}
.cookie-bar-block #catapult-cookie-bar span {
display: block;
margin: 1em 0;
}
.cookie-bar-bar #catapult-cookie-bar.float-accept span.ctcc-right-side {
float: right;
}
button#catapultCookie {
cursor: pointer;
margin:0 20px 0 0;
}
.cookie-bar-bar button#catapultCookie {
margin:0 0 0 20px;
}
.cookie-bar-bar .ctcc-inner {
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
position: relative;
}
.cookie-bar-bar .float-accept .ctcc-inner {
-webkit-justify-content: space-between;
justify-content: space-between;
}
@media screen and (max-width: 991px) {
.ctcc-left-side {
margin-right: 1em;
}
}
.ctcc-right-side {
-webkit-flex-shrink: 0;
flex-shrink: 0;
}
.cookie-bar-block #catapult-cookie-bar h3 {
margin: 0.5em 0 0;
}
.use_x_close .x_close {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
font-family: sans-serif;
-webkit-transition-duration:0.5s;
transition-duration:0.5s;
}
.cookie-bar-bar .use_x_close .x_close {
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.x_close {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(0px,0px,0px);
width: 14px;
height: 30px;
position: relative;
margin: 0 auto;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
.x_close span {
display: block;
position: absolute;
height: 3px;
width: 14px;
background: #111;
border-radius: 6px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
transition-delay: .14s;
-webkit-transition-delay: .14s;
-moz-transition-delay: .14s;
}
.x_close span:nth-child(1),
.x_close span:nth-child(2) {
top: 14px;
}
.x_close span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.x_close span:nth-child(2) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.x_close:hover span:nth-child(1) {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
.x_close:hover span:nth-child(2) {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,video{display:inline-block}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body{margin:0}
a:focus{outline:none}
a:active,a:hover{outline:0}
h1{font-size:2em;margin:0.67em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
dfn{font-style:italic}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
mark{background:#ff0;color:#000}
code,kbd,pre,samp{font-family:monospace, serif;font-size:1em}
pre{white-space:pre-wrap}
q{quotes:"\201C" "\201D" "\2018" "\2019"}
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:0}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend{border:0;padding:0}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
button,input{line-height:normal}
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}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-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}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0} .row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table;}
.row:after,.clearfix:after{clear:both;}
.row,.clearfix{zoom:1;} *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word}
body{font-size:100%;line-height:1.6875}
.grid{margin:0 auto;max-width:1200px;min-width:320px;width:100%}
img{max-width:100%;height:auto}
.wfull{width:100%;max-width:100%}
.w320{max-width:320px}
.w640{max-width:640px}
.w960{max-width:960px}
.row{width:100%;margin-bottom:20px}
.row .row{width:auto;margin:0 -20px}
.c1{width:8.33%}
.c2{width:16.66%}
.c3{width:25%}
.c4{width:33.33%}
.c5{width:41.66%}
.c6{width:50%}
.c7{width:58.33%}
.c8{width:66.66%}
.c9{width:75%}
.c10{width:83.33%}
.c11{width:91.66%}
.c12,.w320 .c1,.w320 .c2,.w320 .c3,.w320 .c4,.w320 .c5,.w320 .c6,.w320 .c7,.w320 .c8,.w320 .c9,.w320 .c10,.w320 .c11,
.w640 .c1,.w640 .c2,.w640 .c3,.w640 .c4,.w640 .c5,.w640 .c6,.w640 .c7,.w640 .c8,.w640 .c9,.w640 .c10,.w640 .c11{width:100%}
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12{min-height:1px;float:left;padding-left:20px;padding-right:20px;position:relative}
.s1{margin-left:8.33%}
.s2{margin-left:16.66%}
.s3{margin-left:25%}
.s4{margin-left:33.33%}
.s5{margin-left:41.66%}
.s6{margin-left:50%}
.s7{margin-left:58.33%}
.s8{margin-left:66.66%}
.s9{margin-left:75%}
.s10{margin-left:83.33%}
.s11{margin-left:91.66%}
.push1{left:8.33%}
.push2{left:16.66%}
.push3{left:25%}
.push4{left:33.33%}
.push5{left:41.66%}
.push6{left:50%}
.push7{left:58.33%}
.push8{left:66.66%}
.push9{left:75%}
.push10{left:83.33%}
.push11{left:91.66%}
.pull1{right:8.33%}
.pull2{right:16.66%}
.pull3{right:25%}
.pull4{right:33.33%}
.pull5{right:41.66%}
.pull6{right:50%}
.pull7{right:58.33%}
.pull8{right:66.66%}
.pull9{right:75%}
.pull10{right:83.33%}
.pull11{right:91.66%}
.end{float:right!important} h1, h2, h3, h4, h5, h6 {
color: #333;
}
ul ul,
ol ol {
margin: 0;
}
pre,
code {
background: #f6f6f6;
border: 1px solid #e2e2e2;
color: #666;
font-size: 12px;
padding: 2px 4px;
border-radius: 3px;
}
pre {
white-space: pre;
word-wrap: normal;
overflow-x: scroll;
}
table {
width: 100%;
}
td, th {
padding: 6px;
border: 1px solid #bbb;
text-align: left;
}
th {
background: #eee;
font-weight: bold;
}
.widget #calendar_wrap {
padding: 0 20px 20px;
}
.fl {
float: left;
}
.fr {
float: right;
}
[class^="fa-"]::before, [class*=" fa-"]::before {
line-height: 1;
}
.instructions {
background-color: #FFFFE0;
border: 1px solid #E6DB55;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display: block;
padding: 10px;
margin-bottom: 20px;
font-size: 12px;
}
.instructions a {
color: #21759B;
text-decoration: none;
} del {
color: red;
text-decoration: line-through;
}
ins {
border-bottom: 1px solid green;
text-decoration: none;
color: green;
} input,
textarea {
padding: 8px;
border: 1px solid #bbb;
outline: none;
font-weight: normal;
color: #555;
max-width: 100%;
}
input:focus,
textarea:focus {
border-color: #AAA;
-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
width: 240px;
}
textarea {
width: 100%;
}
input[type="submit"] {
margin-top: 0 !important;
}
select {
display: inline-block;
height: 28px;
line-height: 28px;
border: 1px solid #aaa;
padding: 4px;
color: #555;
}
.widget select {
margin: 0 20px 20px;
width: 70%;
} .screen-reader-text,
.remove {
position: absolute !important;
clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);
} .title-logo-wrapper,
#site-logo,
#site-title {
max-width: 100%;
}
#site-logo {
padding: 30px 20px 0;
display: inline-block;
}
#site-title {
margin: 30px 0 10px;
line-height: 1;
font-size: 48px;
}
#site-title a {
text-decoration: none;
}
#site-description {
margin: 10px 0 0;
line-height: 1;
font-weight: normal;
}
#site-title,
#site-description {
padding: 0 20px;
}
#header-img {
display: block;
clear: both;
}
@media (max-width: 768px) {
#header-img {
margin-bottom: 30px;
}
}
#header .c12 {
padding-left: 0;
padding-right: 0;
}
#title-wrapper {
margin-bottom: 30px;
clear: left;
}
.title-logo-wrapper.fr {
text-align: right;
clear: right;
}
#header .center {
text-align: center;
}
.center #site-logo {
width: 100%;
clear: both;
} .header-widget {
padding: 30px 20px;
}
#header-widgets.fr,
#header-widgets.center {
float: left;
}
#header-widgets.fl {
float: right;
}
#header-widgets.center {
display: block;
text-align: center;
width: 100%;
}
.header-widget-title {
padding: 0;
border-bottom: 0;
margin-bottom: 5px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.header-widget.widget_search {
margin-top: 15px;
}
.header-widget img {
padding: 0;
} #nav-wrapper {
position: relative;
z-index: 500;
clear: both;
}
.menus {
display: block;
clear: both;
}
#site-sub-navigation {
background: none;
z-index: 400;
}
.menus ul {
padding: 0;
margin: 0;
}
.menus li {
display: inline-block;
position: relative;
text-align: left;
-moz-transition: color .25s ease-in-out;
-webkit-transition: color .25s ease-in-out;
transition: color .25s ease-in-out;
-moz-transition: background-color .25s ease-in-out;
-webkit-transition: background-color .25s ease-in-out;
transition: background-color .25s ease-in-out;
}
#site-sub-navigation li {
margin-right: 8px;
position: relative;
border: 0;
}
#site-sub-navigation li:before {
content: "\2022";
font-size: 18px;
position: absolute;
right: -8px;
}
#site-sub-navigation li:last-child:before,
#site-sub-navigation li li:before {
content: none;
}
.menus li a {
color: #fff;
padding: 8px 15px;
display: inline-block;
text-shadow: 1px 1px 0 #000;
text-decoration: none;
}
#site-sub-navigation li a {
padding: 5px 15px;
}
#site-navigation li a,
#site-sub-navigation ul ul li a {
width: 100%;
}
#site-sub-navigation li,
#site-sub-navigation li a {
color: #000;
text-shadow: none;
text-transform: uppercase;
}
#site-sub-navigation li li,
#site-sub-navigation li li a {
text-transform: none;
}
#site-navigation li:hover {
background: #222;
}
#site-sub-navigation li:hover,
#site-sub-navigation li li:hover  {
background: #eee;
}
.menus li a:not(:last-child):after {
content: "\f0d7";
font-family: FontAwesome;
float: right;
margin: 0 0 0 10px;
}
.menus ul ul li a:not(:last-child):after {
content: "\f0da";
}
.menus ul ul {
opacity: 0;
position: absolute;
left: -9999px;
width: 188px;
z-index: 99999;
background: #222;
-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
transition: opacity .25s ease-in-out;
}
#site-sub-navigation ul ul {
background: #eee;
}
.menus li li {
clear: both;
width: 100%;
}
#site-navigation li li:hover {
background: #000;
}
#site-sub-navigation li li:hover {
background: #ddd;
}
.menus ul li:hover > ul {
opacity: 1;
left: 0;
}
.menus ul ul li:hover > ul {
left: 100% !important;
top: 0;
}
#main-menu,
.menu {
float: left;
} #menu-social {
float:right;
margin-top:7px;
padding:0 15px;
overflow:hidden;
}
#menu-social ul {
list-style:none;
padding:0;
margin:0;
}
#menu-social li {
display:inline-block;
position:relative;
}
#menu-social li:hover {
background:none !important;
}
#menu-social a {
color:#eee;
padding:0;
float:left;
}
#menu-social a:before {
content:'\f007';
float:left;
text-align:center;
margin:0 0 0 8px;
font-family:FontAwesome;
font-size:20px;
height:20px;
margin-top:-2px;
}
#menu-social a:hover {
color:#aaa !important;
}
#menu-social a[href*="facebook.com"]:before {
content:'\f09a';
}
#menu-social a[href*="twitter.com"]:before {
content:'\f099';
}
#menu-social a[href*="dribbble.com"]:before {
content:'\f17d';
}
#menu-social a[href*="plus.google.com"]:before {
content:'\f0d5';
}
#menu-social a[href*="pinterest.com"]:before {
content:'\f0d2';
}
#menu-social a[href*="github.com"]:before {
content:'\f113';
}
#menu-social a[href*="tumblr.com"]:before {
content:'\f173';
}
#menu-social a[href*="youtube.com"]:before {
content:'\f16a';
}
#menu-social a[href*="flickr.com"]:before {
content:'\f16e';
}
#menu-social a[href*="vimeo.com"]:before {
content:'\f194';
}
#menu-social a[href*="instagram.com"]:before {
content:'\f16d';
}
#menu-social a[href*="linkedin.com"]:before {
content:'\f0e1';
}
#menu-social a[href*="bitbucket.org"]:before {
content:'\f171';
}
#menu-social a[href*="yelp.com"]:before {
content:'\f1e9';
}
#menu-social a[href*="slideshare.net"]:before {
content:'\f1e7';
}
#menu-social a[href*="xing.net"]:before {
content:'\f168';
}
#menu-social a[href*="/feed"]:before {
content:'\f09e';
} #mobile-menu {
width: 100%;
background: #1b1b1b;
display: none;
text-align: right;
padding: 5px 10px;
border-bottom: 1px solid #000;
}
#mobile-menu a {
width: 45px;
margin: 0 0 0 5px;
color: #fff;
text-shadow: 1px 1px 1px #000;
text-decoration: none;
font-size: 20px;
border-radius: 8px;
color: #ffffff;
background: #000;
box-shadow: inset 1px 1px 1px #000, 1px 1px 1px #333;
text-align: center;
display: inline-block;
}
#mobile-menu a:hover {
background-color: #333;
}
#mobile-menu a.left-menu {
float: left;
margin: 0 5px 0 0;
}
#drop-down-search {
clear: both;
display: none;
padding: 14px;
background: #333;
}
#drop-down-search .search-form {
padding-right: 18px;
}
#drop-down-search .search-field {
width: 100%;
border: 0;
}
#drop-down-search .search-submit {
display: none;
}
@media (max-width: 768px) {
#nav-wrapper {
position: absolute;
top: 44px;
width: 100%;
max-height: 340px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
display: none;
}
#nav-wrapper.menu-open {
display: block;
}
#nav-wrapper .nav-content {
padding-bottom: 44px;
position: relative;
}
#menu-social {
margin-top: 0;
}
.menu,
#main-menu,
.menus ul,
.menus ul ul,
.menus li {
width: 100%;
clear: both;
float: none;
margin: 0 !important;
}
.menus ul ul {
display: none;
position: static;
opacity: 1;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.menus ul ul li a {
padding-left: 30px !important;
}
.menus ul ul ul li a {
padding-left: 50px !important;
}
.menus li a {
background: #333;
border-bottom: 1px solid #222;
border-top: 1px solid #444;
padding: 8px 16px !important;
color: #fff !important;
display: block;
font-size: 16px;
text-transform: none !important;
}
.menus li a:hover {
background: #444;
}
#site-sub-navigation li:before {
content: "";
}
.menus ul ul li a:not(:last-child):after {
content: "\f0d7";
}
#menu-social {
position: absolute;
bottom: 0;
width: 100%;
background: #333;
border-top: 1px solid #444;
}
#menu-social li {
float: left;
width: auto;
clear: none;
}
#menu-social a {
margin: 0 10px 0 0;
border: 0;
padding: 5px 0 !important;
}
#menu-social a:hover {
background: 0;
color: #aaa !important;
}
#menu-social a:before {
height: auto;
margin: 0;
}
} #featured,
#featured article {
margin: 0;
}
#featured .c12 {
margin: 0 0 30px;
} .sticky,
.hero-unit {
background: #ADADAD;
background: rgba( 50,50,50,0.4);
border: 1px solid #999;
padding: 20px;
text-shadow: 1px 1px 0 #000;
color: #fff;
border-radius: 6px;
}
.sticky p {
margin-top: 0;
}
.sticky .entry-meta,
.sticky .entry-meta a,
.sticky .entry-title,
.sticky .entry-title a,
.sticky h1,
.sticky h2,
.sticky h3,
.sticky h4,
.sticky h5,
.sticky h6 {
color: #fff !important;
}
.sticky .entry-meta a {
text-decoration: none;
}
.sticky .post-category,
.sticky .post-category a,
.sticky .entry-title a:hover {
color: #eee !important;
}
.sticky .post-category a:hover	{
color: #ccc;
}
.sticky .entry-content a {
color: #eee;
}
.sticky .entry-content {
border: 0 !important;
}
.sticky .entry-content pre {
text-shadow: none;
}
.sticky .more-link {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.sticky .more-link-p {
margin-bottom: 10px;
} #main {
margin-top: 30px;
}
#primary {
margin-bottom: 20px;
}
#primary.centered {
float: none !important;
margin-left: auto;
margin-right: auto;
} article {
float: left;
width: 100%;
}
.search article,
.archive article,
article.c12 {
margin-bottom: 30px;
}
.advanced-front-page article.c12 {
margin-bottom: 0;
}
.search article,
.archive article,
.page article,
.single article {
padding-bottom: 10px;
border-bottom: 1px solid #e2e2e2;
}
.entry-title {
margin: 0;
line-height: 1.2;
}
.post-format i,
.post-category i {
margin-right: 5px;
opacity: 0.8;
}
.entry-meta {
line-height: 1.3;
margin-top: 5px;
color: #333;
}
.entry-title a,
.entry-meta a {
text-decoration: none;
}
.post-category a:hover,
.entry-title a:hover,
.entry-meta a:hover {
text-decoration: underline;
}
.post-category,
.post-format {
text-transform: uppercase;
margin: 0 0 5px;
color: #666;
line-height: 1.3;
}
.post-category a {
text-decoration: none;
color: #666 !important;
}
.excerpt p {
margin-top: 0;
}
.entry-content {
width: 100%;
}
.headline {
font-size: 1.5em;
line-height: 1.4;
font-weight: bold;
}
.more-link,
#posts-pagination a,
input[type="submit"],
.comment-reply-link {
font-size: .95em;
text-decoration: none;
text-shadow: none;
padding: 12px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border: 0;
-moz-box-shadow: 1px 1px 0 #eee;
-webkit-box-shadow: 1px 1px 0 #eee;
box-shadow: 1px 1px 0 #eee;
display: inline-block;
margin: 1em 0;
line-height: 1.2;
}
.more-link:hover,
input[type="submit"]:hover,
#posts-pagination a:hover,
.comment-reply-link:hover {
}
.more-link-p {
clear: both;
margin-bottom: 30px;
}
.more-link-p .more-link {
margin: 0;
}
footer.entry {
clear: both;
float: left;
width: 100%;
}
blockquote {
margin: 5px 0 1em 0;
font-size: .9em;
color: #666;
border-left: 10px solid #aaa;
padding-left: 12px;
}
blockquote.pullquote {
font-size: 2em;
color: inherit;
font-weight: bold;
line-height: 1.6125em;
border: 0;
padding: 0;
margin: 0 1.625em 0 0;
text-align: right;
width: 33%;
float: left;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
blockquote.pullquote p {
margin: 1em 0;
}
blockquote.pullquote.alignright {
margin: 0 0 0 1.625em;
text-align: left;
float: right;
}
@media only screen and (max-width: 600px) {
blockquote.pullquote,
blockquote.pullquote.alignright {
font-size: 1.4em !important;
float: none;
margin: 0;
width: 100%;
}
} .advanced-front-page .section {
margin-bottom: 20px;
}
.columns-c12 article,
.columns-c6 article:nth-child(2n+1),
.columns-c4 article:nth-child(3n+1),
.columns-c3 article:nth-child(4n+1),
.columns-c2 article:nth-child(6n+1) {
clear: both;
}
.advanced-front-page .section .page-title a {
text-decoration: none;
}
.advanced-front-page .section .page-title i {
position: relative;
top: -3px;
opacity: 0.5;
float: right;
}
.top-separator {
border-top: 1px solid #e2e2e2;
padding-top: 20px;
}
.border-right {
border-right: 1px solid #e2e2e2;
}
.border-left {
border-left: 1px solid #e2e2e2;
} #lower-index {
clear: both;
} .two-col-wrapper,
.three-col-wrapper,
.columns-c6 {
background: url(//dashboardcamerareviews.com/wp-content/themes/magazine-premium/library/images/line.gif) repeat-y 50% 0;
float: left;
width: 100%;
margin-bottom: 30px;
}
.three-col-wrapper,
.columns-c4 {
background: url(//dashboardcamerareviews.com/wp-content/themes/magazine-premium/library/images/line.gif) repeat-y 33.33% 0,
url(//dashboardcamerareviews.com/wp-content/themes/magazine-premium/library/images/line.gif) repeat-y 66.66% 0;
}
.columns-c3 {
background: url(//dashboardcamerareviews.com/wp-content/themes/magazine-premium/library/images/line.gif) repeat-y 25% 0,
url(//dashboardcamerareviews.com/wp-content/themes/magazine-premium/library/images/line.gif) repeat-y 50% 0,
url(//dashboardcamerareviews.com/wp-content/themes/magazine-premium/library/images/line.gif) repeat-y 75% 0;
}
.columns-c2 {
background: url(//dashboardcamerareviews.com/wp-content/themes/magazine-premium/library/images/line.gif) repeat-y 16.66% 0,
url(//dashboardcamerareviews.com/wp-content/themes/magazine-premium/library/images/line.gif) repeat-y 33.33% 0,
url(//dashboardcamerareviews.com/wp-content/themes/magazine-premium/library/images/line.gif) repeat-y 50% 0,
url(//dashboardcamerareviews.com/wp-content/themes/magazine-premium/library/images/line.gif) repeat-y 66.66% 0,
url(//dashboardcamerareviews.com/wp-content/themes/magazine-premium/library/images/line.gif) repeat-y 83.33% 0;
}
.border span {
border-top: 1px solid #e2e2e2;
margin-bottom: 30px;
display: block;
}
article.top-border header,
article.top-border .post-format,
article.top-border.format-quote .entry-content {
padding-top: 30px;
border-top: 1px solid #e2e2e2 !important;
}
article.bottom-border .entry-content {
border-bottom: 1px solid #e2e2e2;
}
.two-col.format-quote i,
.three-col.format-quote i,
.advanced-front-page .format-quote i {
top: 20px;
}
.two-col:nth-child(odd),
.three-col:nth-child(3n+1) {
clear: both;
}
.two-col .entry-title {
font-size: 1.7em;
}
.three-col .entry-title {
font-size: 1.4em;
}
article.two-col,
article.three-col {
margin-bottom: 0;
} article.error404 .entry-title {
font-size: 5em;
text-align: center;
}
article.error404 img {
background: none;
border: 0;
padding: 0;
margin: 0 auto 10px;
display: block;
}
article.error404 .entry-content {
text-align: center;
font-size: 2em;
line-height: 1.2;
text-transform: uppercase;
} .format-aside p,
.edit-link {
margin-top: 0;
}
.format-gallery .entry-content,
.format-video .entry-content,
.format-audio .entry-content,
.format-quote .entry-content,
.format-status .entry-content,
.format-link .entry-content,
.format-aside .entry-content {
padding-bottom: 10px;
} .format-quote .entry-content {
font-size: 1.4em;
line-height: 1.2;
padding-left: 70px;
font-style: italic;
overflow: inherit;
}
.format-quote p,
.format-quote blockquote {
margin: 0;
}
.format-quote i.quote {
color: #e2e2e2;
display: block;
font-size: 4em;
position: relative;
float: left;
}
cite,
.quote-caption {
margin: 5px 0 10px;
font-style: normal;
}
.quote-caption a,
cite a {
text-decoration: none;
}
.format-quote blockquote {
border: 0;
padding: 0;
font-size: 1.4em;
color: #555;
}
.format-quote cite {
font-size: .7em;
}
.format-quote cite:before {
content: '\2013 \00A0';
} .format-chat .chat .fn {
font-weight: bold;
}
.chat-text {
margin: 0 0 1em;
} .format-status .post-format {
margin-bottom: 5px;
}
.format-status .avatar {
background: #F6F6F6;
border: 1px solid #E2E2E2;
padding: 6px;
float: left;
margin: 0 17px 0 0;
}
.format-status .author {
text-decoration: none;
font-size: 1.1em;
margin-bottom: 0;
line-height: 1;
}
.format-status .entry-content {
padding-left: 77px;
clear: none;
display: inherit;
margin-bottom: 1em;
overflow: inherit;
}
.format-status .entry-content p {
line-height: 1.5;
margin-top: 0;
}
.format-status time {
font-size: .8em;
color: #666;
margin: 0 0 15px;
display: inline-block;
} .format-link .entry-title a {
font-weight: normal;
}
.format-link p {
margin: 0;
}
.format-link footer.entry p,
.format-quote footer.entry p {
margin: 1em 0;
} .gallery {
margin: 10px -10px;
}
.gallery > .gallery {
margin: 0;
}
.gallery > p {
margin: 0;
height: 0;
}
.gallery-item {
margin: 0 0 10px;
float: left;
padding: 0 10px;
}
.gallery-item .gallery-icon img {
width: 100%;
}
.gallery-item .gallery-caption {
padding: 10px 0;
margin: 0;
color: #444;
clear: both;
font-size: 12px;
text-align: center;
}
.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-3 .gallery-item {
width: 33.33%;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery-columns-6 .gallery-item {
width: 16.66%;
}
.gallery-columns-7 .gallery-item {
width: 14.28%;
}
.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery-columns-9 .gallery-item {
width: 11.11%;
}
@media (max-width: 480px) {
.gallery .gallery-item {
width: 100%;
margin-bottom: 20px;
}
} #slider-wrap.slides-2 .images{width:300%}
#slider-wrap.slides-2 .image-anchor{width:33.33%}
#slider-wrap.slides-3 .images{width:400%}
#slider-wrap.slides-3 .image-anchor{width:25%}
#slider-wrap.slides-4 .images{width:500%}
#slider-wrap.slides-4 .image-anchor{width:20%}
#slider-wrap.slides-5 .images{width:600%}
#slider-wrap.slides-5 .image-anchor{width:16.67%}
#slider-wrap.slides-6 .images{width:700%}
#slider-wrap.slides-6 .image-anchor{width:14.29%}
#slider-wrap.slides-7 .images{width:800%}
#slider-wrap.slides-7 .image-anchor{width:12.5%}
#slider-wrap.slides-8 .images{width:900%}
#slider-wrap.slides-8 .image-anchor{width:11.11%}
#slider-wrap.slides-9 .images{width:1000%}
#slider-wrap.slides-9 .image-anchor{width:10%}
#slider-wrap.slides-10 .images{width:1100%}
#slider-wrap.slides-10 .image-anchor{width:9.09%}
#slider-wrap {
width: 100%;
clear: both;
overflow: hidden;
margin-bottom: 30px;
}
#slider-wrap,
#slider-wrap .content,
#slider-wrap .images {
max-height: 300px;
float: left;
position: relative;
left: 0;
top: 0;
}
#slider-wrap .image-anchor {
float: left;
max-height: 300px;
height: 100%;
}
#slider-wrap .image-anchor,
#slider-wrap .image-anchor img {
width: 100%;
}
#slider-wrap .image-anchor img {
}
#slider-wrap img {
line-height: 0;
vertical-align: top;
} .dot-selector {
position: absolute;
right: 10px;
bottom: 10px;
}
.dot-selector span {
width: 10px;
height: 10px;
border-radius: 20px;
background: #fff;
-moz-box-shadow: 0 0 6px rgba(0,0,0,0.8);
-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.8);
box-shadow: 0 0 6px rgba(0,0,0,0.8);
display: inline-block;
margin-right: 5px;
cursor: pointer;
}
.dot-selector span.selected {
background: #333;
} #slider-wrap.scrollerota .content {
width: 40%;
position: absolute;
top: 0;
left: 0;
font-size: .9em;
height: 100%;
}
.scrollerota .slide {
padding: 10px;
overflow: hidden;
background: url(//dashboardcamerareviews.com/wp-content/themes/magazine-premium/library/images/50pixel.png);
background: rgba(0,0,0,0.5);
height: 100%;
}
.scrollerota .content * {
text-shadow: 1px 1px 1px #000;
}
.scrollerota .slide h1 {
margin: 0;
line-height: 1.2;
}
.scrollerota .slide,
.scrollerota .slide h1 a {
color: #fff;
text-decoration: none;
}
.scrollerota .slide .more-link {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
} #slider-wrap.tabberota .content,
#slider-wrap.tabberota_nu .content {
width: 100%;
}
#slider-wrap.tabberota .text,
#slider-wrap.tabberota_nu .text {
width: 100%;
padding: 10px 25px 10px 10px;
background: url(//dashboardcamerareviews.com/wp-content/themes/magazine-premium/library/images/50pixel.png);
background: rgba(0,0,0,0.5);
font-size: .9em;
line-height: 1.6875;
position: absolute;
bottom: 0;
left: 0;
}
.tabberota_nu .text {
padding: 10px;
}
.tabberota article,
.tabberota_nu article {
position: absolute !important;
top: 0;
left: 0;
opacity: 0;
-moz-transition: opacity .4s ease-in-out;
-webkit-transition: opacity .4s ease-in-out;
transition: opacity .4s ease-in-out;
background: #eee;
width: 65%;
height: 100%;
}
.tabberota_nu article {
width: 80%;
}
.tabberota article.selected,
.tabberota_nu article.selected {
position: relative !important;
z-index: 10;
opacity: 1;
}
.tabberota .content h1,
.tabberota_nu .content h1 {
margin: 0;
font-size: 1.4em;
}
.tabberota .content,
.tabberota .content h1 a,
.tabberota_nu .content,
.tabberota_nu .content h1 a {
font-weight: normal;
color: #fff;
text-decoration: none;
}
.tabberota .content p,
.tabberota_nu .content p {
margin: 0;
}
#slider-wrap.tabberota .images,
#slider-wrap.tabberota_nu .images {
width: 35%;
height: 100%;
position: absolute;
right: 0;
top: 0;
left: auto;
z-index: 100;
}
#slider-wrap.tabberota_nu .images {
max-width: 20%;
background: #eee;
text-align: center;
border-left: 2px solid #fff;
}
.tabberota_nu .images img {
float: left;
opacity: .4;
}
.tabberota .images .tab {
background-color: #eee;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ddd));
background-image: -webkit-linear-gradient(top, #eee, #ddd);
background-image: -moz-linear-gradient(top, #eee, #ddd);
width: 100%;
height: 25%;
padding: 10px;
border-bottom: 1px solid #ccc;
border-top: 1px solid #fff;
}
.tabberota .images .tab,
.tabberota_nu .images .tab {
cursor: pointer;
float: left;
height: 20%;
width: 100%;
}
.tabberota .images .tab {
height: 25%;
}
.tabberota_nu .images .tab {
overflow: hidden;
}
.tabberota .images .tab.selected {
background-color: #eee;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#111));
background-image: -webkit-linear-gradient(top, #222, #111);
background-image: -moz-linear-gradient(top, #222, #111);
position: relative;
border-top-color: #222;
}
.tabberota_nu .images .tab.selected img {
opacity: 1;
}
.tabberota .images .tab.selected:before {
position: absolute;
top: 50%;
height: 0;
width: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-right:20px solid #111;
margin-top: -15px;
left: -20px;
content: "";
}
.tabberota .images .tab.selected h2 {
color: #fff;
}
.tabberota .images .tab:first-child {
border-top: 0;
}
.tabberota .images .tab:last-child {
border-bottom: 0;
}
.tabberota .images .tab img {
width: 30%;
float: left;
margin-right: 5%;
border: 2px solid #fff;
max-height: 100%;
}
.tabberota .images .tab h2 {
display: inline-block;
margin: 0;
font-weight: normal;
font-size: 1em;
max-width: 65%;
line-height: 1.2;
} .mobile-controls {
display: none;
}
.mobile-prev,
.mobile-next {
width: 20px;
height: 50%;
position: absolute;
left: 0;
top: 25%;
background: url(//dashboardcamerareviews.com/wp-content/themes/magazine-premium/library/images/20pixel.png);
background: rgba(0,0,0,0.2);
z-index: 150;
opacity: 0;
-moz-transition: opacity .4s ease-in-out;
-webkit-transition: opacity .4s ease-in-out;
transition: opacity .4s ease-in-out;
cursor: pointer;
}
.mobile-prev i,
.mobile-next i {
position: absolute;
top: 50%;
left: 50%;
color: #eee;
font-size: 1.8em;
margin: -10px 0 0 -6px;
}
.mobile-prev:hover,
.mobile-next:hover {
opacity: 1;
}
.mobile-next {
left: auto;
right: 0;
} p.attachment img {
margin: 0;
}
p.attachment a {
display: inline-block;
} .tags {
font-size: .9em;
margin-bottom: 0 !important;
border-top: 1px solid #e2e2e2;
padding-top: 10px;
}
.tags a {
text-decoration: none;
background: #f6f6f6;
padding: 3px 6px;
border: 1px solid #e2e2e2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin: 0 0 3px 3px;
display: inline-block;
}
.tags a:hover {
background: #eee;
} #pagination,
#post-pagination,
#posts-pagination {
margin: 0 0 20px 0;
width: 100%;
float: left;
clear: both;
}
#posts-pagination {
margin-top: 30px;
}
#pagination {
background: #eee;
padding: 10px;
font-size: .9em;
}
#pagination .total-pages,
#pagination .page-numbers,
#post-pagination a,
#post-pagination .current-post-page {
background: #fff;
padding: 0 6px ;
border: 1px solid #bbb;
float: left;
margin-right: 5px;
text-decoration: none;
}
#pagination .page-numbers.current,
#pagination .page-numbers:hover,
#post-pagination a:hover,
#post-pagination .current-post-page {
border-color: #666;
color: #000;
}
#posts-pagination .previous,
#posts-pagination .next {
max-width: 48%;
}
#posts-pagination .previous a,
#posts-pagination .next a {
max-width: 100%;
}
#posts-pagination a {
margin: 0;
} #comments,
#respond,
.commentlist,
.commentlist ul.children,
.commentlist li.comment,
.commentlist li.pingback,
.commentlist .comment-body {
width: 100%;
clear: both;
float: left;
}
#comments-title,
#reply-title {
font-size: 1.5em;
margin-bottom: 0;
}
.logged-in-as {
margin-top: 0;
font-size: 1em;
}
.commentlist li.comment,
.commentlist li.pingback {
padding-bottom: 10px;
}
.commentlist,
.commentlist ul.children {
list-style: none;
padding: 0;
}
.commentlist ul.children {
margin: 10px 0 0;
padding-left: 10px;
}
.commentlist ul.children li.comment {
border-left: 1px solid #E2E2E2;
position: relative;
}
.commentlist ul.children li.comment:before {
width: 12px;
height: 12px;
display: block;
background: #fff;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
border: 1px solid #E2E2E2;
position: absolute;
top: 30px;
left: -7px;
content: "";
z-index: 50;
}
.commentlist ul.children li.comment:after {
width: 100px;
height: 1px;
border-top: 1px solid #E2E2E2;
display: block;
position: absolute;
top: 36px;
left: -5px;
content: "";
z-index: 40;
}
.commentlist .comment-body {
padding: 20px;
background: #f6f6f6;
display: block;
border: 1px solid #e2e2e2;
position: relative;
z-index: 60;
}
.commentlist .children > li.comment {
padding-left: 23px !important;
}
.comment-notes {
line-height: 1.2em;
clear: both;
}
.commentlist li.comment .avatar {
float: left;
padding: 0;
border-color: #CCC;
}
.commentlist li.comment .comment-author {
width: 100%;
color: #222;
text-decoration: none;
font-size: 1.3em;
padding-left: 75px;
line-height: 1;
}
.commentlist li.comment .comment-author a {
text-decoration: none;
}
.commentlist li.comment .comment-meta {
padding-left: 75px;
font-size: .8em;
color: #888;
font-style: italic;
}
.commentlist li.comment .comment-text {
padding: 0 0 0 75px;
}
#cancel-comment-reply-link {
font-size: 1em;
float: right;
}
.comment-reply-link {
float: right;
margin: 0;
}
textarea#comment {
width: 100%;
}
.commentlist pre {
background: #eee;
border-color: #e2e2e2;
}
.comment .url {
font-style: italic;
}
.bypostauthor > .comment-body {
border: 10px solid #444;
} #archive-header,
.page-title {
margin: 0 0 30px;
border-top: 2px solid #ccc;
border-bottom: 1px solid #ccc;
}
#archive-header h1 {
margin-bottom: 0;
border: 0;
}
#archive-header h2 {
padding-bottom: 10px;
}
.archive-meta {
color: #666;
margin: 0;
font-size: 13px;
line-height: 1.3;
font-weight: normal;
}
.archive-meta p {
margin: 0;
}
.page-title {
font-size: 1.2em;
line-height: 1.2;
padding: 10px 0;
}
.page-title,
.page-title a {
font-family: inherit;
} .widget {
margin-bottom: 30px;
width: 100%;
font-size: .9em;
padding: 20px;
float: left;
}
.widget-title,
.header-widget-title {
font-size: 1.6em;
text-align: center;
margin-top: 0;
line-height: 1.2;
border-bottom: 1px solid #ddd;
padding-bottom: 15px;
text-transform: uppercase;
}
.widget ul {
padding: 0;
list-style: none;
}
.widget ul ul {
padding-left: 15px;
}
.widget ul li a {
text-decoration: none;
}
.widget.widget_search .widget-title {
padding-top: 0;
}
.widget.widget_search #site-search {
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.tagcloud {
padding: 0 0 10px;
line-height: 1.3;
text-align: center;
margin-top: 1em;
}
.rsswidget img {
background: none;
padding: 0;
display: inline-block;
margin: 0;
}
.widget_rss ul {
list-style: none;
padding: 0;
}
ul .rsswidget {
font-size: 1.2em;
line-height: 1;
}
ul .rsswidget:hover {
margin: 0 !important;
}
.rss-date {
clear: both;
font-size: .9em;
color: #333;
display: block;
}
.widget_rss cite {
font-style: italic;
}
.mp_featured_posts .widget-title {
margin-bottom: 20px;
}
.mp_featured_posts article {
margin-bottom: 10px;
padding: 0 0 10px;
}
.mp_featured_posts article:last-child {
border: 0;
margin-bottom: 0;
}
.mp_featured_posts img.alignleft {
margin: 0 10px 10px 0;
border: 1px solid #ddd;
}
.mp_featured_posts .entry-title,
.mp_featured_posts .entry-title a {
line-height: 1.1;
font-weight: normal;
}
.mp_authors li {
float: left;
width: 100%;
margin-bottom: 5px;
}
.mp_authors .image-anchor {
float: left;
margin-right: 10px;
}
.mp_authors .author-link {
color: inherit;
font-size: 1em;
font-weight: bold;
}
.four {
margin: 0px 6px 12px;
} #image-bar {
margin: 20px 0;
}
#image-bar div p {
text-align: center;
margin-top: 0;
}
#image-bar div p a {
color: inherit;
text-decoration: none;
}
@media (max-width: 980px) {
#image-bar img {
display: block;
margin: auto;
}
} .line.active {
float: left;
width: 100%;
display: block;
margin-bottom: 15px;
}
.line.active,
.footer-widget .widget-title {
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-widget .widget-title {
margin: 10px 0 0;
}
.footer-widget {
margin: 10px 0;
font-size: 13px;
}
.footer-widget #calendar_wrap {
color: #444;
text-shadow: none;
}
.footer-widget #calendar_wrap caption {
color: #fff;
text-shadow: 1px 1px 0 #000;
margin-bottom: 10px;
}
.footer-widget ul {
list-style: none;
padding: 0;
}
.footer-widget ul li {
margin-bottom: 5px;
}
.footer-widget .widget-title {
color: #fff;
padding: 10px 0;
text-align: left;
font-size: 18px;
} #footer {
border-top: 1px solid #000;
background: #222;
text-shadow: 1px 1px 0 #000;
color: #fff;
font-size: 12px;
}
#footer .row {
margin-bottom: 0;
}
#footer a {
color: #ccc;
text-decoration: none;
}
#footer .fr {
position: relative;
}
.copyright {
padding: 5px 20px;
} html, body {
height: 100%;
}
#page {
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
box-shadow: 0 0 10px rgba(0,0,0,0.2);
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto 0;
}
#main {
margin-bottom: 0;
} video {
max-width: 100%;
height: auto;
}
.responsive-video-wrapper {
width: 100%;
position: relative;
padding: 0;
}
.responsive-video-wrapper iframe,
.responsive-video-wrapper object,
.responsive-video-wrapper embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .alignnone {
margin: 5px 0;
}
.aligncenter,
div.aligncenter {
display:block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float:left;
margin: 5px 20px 20px 0;
}
.wp-caption {
background: #f6f6f6;
border: 1px solid #e2e2e2;
max-width: 100%;
padding: 10px 10px 5px;
text-align: center;
margin-bottom: 20px !important;
}
.mp_featured_posts .wp-caption {
background: #e2e2e2;
border: 1px solid #ddd;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
margin:0;
padding: 0;
display: inline-block;
}
.wp-caption p.wp-caption-text {
font-size: .8em;
margin:0;
padding:0 4px 5px;
}
.wp-smiley {
padding: 0;
background: none;
}
#wp-calendar th,
#wp-calendar tbody td {
text-align: center;
padding: 6px 0;
}
.no-show{display:none} #bbpress-forums #bbp-your-profile fieldset label[for] {
width: 25%;
}
#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea,
#bbpress-forums #bbp-your-profile fieldset fieldset.password {
width: 75%;
}
#bbpress-forums .avatar,
.wp_themeSkin * {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
#bbpress-forums .wp-switch-editor {
height: 26px !important;
border-bottom-color: #ccc;
border-bottom-style: solid;
}
#bbpress-forums .html-active .switch-html,
#bbpress-forums .tmce-active .switch-tmce {
border-bottom-color: #f4f4f4;
}
#buddypress .item-nav,
#buddypress .item-list-tabs {
font-size: .8em;
}
.bbp-reply-content p,
.bbp-topic-content p {
margin-top: 0;
}
.bp_members .entry-title,
.bp_activity .entry-title {
margin-bottom: 10px;
} .btn{text-decoration:none;display:inline-block;*display:inline;padding:4px 14px;margin-bottom:0;*margin-left:.3em;font-size:14px;line-height:20px;*line-height:20px;color:#333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;*background-color:#e6e6e6;background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-repeat:repeat-x;border:1px solid #bbb;*border:0;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffffff',endcolorstr='#ffe6e6e6',gradienttype=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false);*zoom:1;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333;background-color:#e6e6e6;*background-color:#d9d9d9}.btn:active,.btn.active{background-color:#ccc \9}.btn:first-child{*margin-left:0}.btn:hover{color:#333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.active,.btn:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.btn.disabled,.btn[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-large{padding:9px 14px;font-size:16px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.btn-large[class^="fa-"]{margin-top:2px}.btn-small{padding:3px 9px;font-size:12px;line-height:18px}.btn-small[class^="fa-"]{margin-top:0}.btn-mini{padding:2px 6px;font-size:11px;line-height:17px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,.75)}.btn{border-color:#c5c5c5;border-color:rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25)}.btn-primary{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#006dcc;*background-color:#04c;background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-image:-moz-linear-gradient(top,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:dximagetransform.microsoft.gradient(startcolorstr='#ff0088cc',endcolorstr='#ff0044cc',gradienttype=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#ffffff;background-color:#04c;*background-color:#003bb3}.btn-primary:active,.btn-primary.active{background-color:#039 \9}.btn-warning{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#faa732;*background-color:#f89406;background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-repeat:repeat-x;border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:dximagetransform.microsoft.gradient(startcolorstr='#fffbb450',endcolorstr='#fff89406',gradienttype=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:#ffffff;background-color:#f89406;*background-color:#df8505}.btn-warning:active,.btn-warning.active{background-color:#c67605 \9}.btn-danger{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#da4f49;*background-color:#bd362f;background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-repeat:repeat-x;border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:dximagetransform.microsoft.gradient(startcolorstr='#ffee5f5b',endcolorstr='#ffbd362f',gradienttype=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:#ffffff;background-color:#bd362f;*background-color:#a9302a}.btn-danger:active,.btn-danger.active{background-color:#942a25 \9}.btn-success{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#5bb75b;*background-color:#51a351;background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(to bottom,#62c462,#51a351);background-image:-moz-linear-gradient(top,#62c462,#51a351);background-repeat:repeat-x;border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:dximagetransform.microsoft.gradient(startcolorstr='#ff62c462',endcolorstr='#ff51a351',gradienttype=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:#ffffff;background-color:#51a351;*background-color:#499249}.btn-success:active,.btn-success.active{background-color:#408140 \9}.btn-info{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#49afcd;*background-color:#2f96b4;background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-repeat:repeat-x;border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:dximagetransform.microsoft.gradient(startcolorstr='#ff5bc0de',endcolorstr='#ff2f96b4',gradienttype=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:#ffffff;background-color:#2f96b4;*background-color:#2a85a0}.btn-info:active,.btn-info.active{background-color:#24748c \9}.btn-inverse{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#363636;*background-color:#222;background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));background-image:-webkit-linear-gradient(top,#444,#222);background-image:-o-linear-gradient(top,#444,#222);background-image:linear-gradient(to bottom,#444,#222);background-image:-moz-linear-gradient(top,#444,#222);background-repeat:repeat-x;border-color:#222 #222 #000;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:dximagetransform.microsoft.gradient(startcolorstr='#ff444444',endcolorstr='#ff222222',gradienttype=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:#ffffff;background-color:#222;*background-color:#151515}.btn-inverse:active,.btn-inverse.active{background-color:#080808 \9}button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px}button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px}button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px}.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-link{color:#08c;cursor:pointer;border-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-link:hover{color:#005580;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover{color:#333;text-decoration:none}
.alert{font:12px/1.4 normal Arial, sans-serif;padding:8px 35px 8px 14px;margin-bottom:20px;color:#c09853;text-shadow:0 1px 0 rgba(255,255,255,.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.alert h4{font-size:16px;color:inherit;font-family:inherit}.alert .close{position:relative;top:-2px;right:-21px;line-height:20px}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-danger,.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-block{padding-top:14px;padding-bottom:14px}.alert-block>p,.alert-block>ul{margin-bottom:0}.alert-block p+p{margin-top:5px}.alert p,.alert h4{margin:0}.alert a{color:inherit;text-decoration:none;border-bottom:1px dotted}.alert a:hover{color:inherit}.alert code{padding-bottom:2px;background:#f6f6f6;border-color:#e6e6e6;font-size:11px}
.label,.badge{font-size:11.844px;font-weight:700;line-height:14px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);white-space:nowrap;vertical-align:baseline;background-color:#999}.label{padding:1px 4px 2px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.badge{padding:1px 9px 2px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}a.label:hover,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.label-important,.badge-important{background-color:#b94a48}.label-important[href],.badge-important[href]{background-color:#953b39}.label-warning,.badge-warning{background-color:#f89406}.label-warning[href],.badge-warning[href]{background-color:#c67605}.label-success,.badge-success{background-color:#468847}.label-success[href],.badge-success[href]{background-color:#356635}.label-info,.badge-info{background-color:#3a87ad}.label-info[href],.badge-info[href]{background-color:#2d6987}.label-inverse,.badge-inverse{background-color:#333}.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a}
.hero-unit{padding:40px}.hero-unit h1, .hero-unit h4{color:#fff;margin:0;line-height:1}.hero-unit h1{letter-spacing:-1px;font-size:60px}.hero-unit p{margin-top:0}
.img-rounded,.img-polaroid,.img-circle{padding:0;border:0;background:none}.img-rounded{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.img-polaroid{padding:4px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.1)}.img-circle{-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px}
#author-info{overflow:hidden;margin-bottom:20px;padding:20px}#author-info .author-text{padding-left:90px}#author-info h4{color:#fff;margin-bottom:5px;font-size:18px}#author-info .author-text p{font-size:14px;line-height:1.4}#author-info img{float:left}#author-info img{border-color:#999}#author-info .author-link{color: #fff}
.carousel{text-shadow:none;position:relative;margin-bottom:20px;line-height:1}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel .item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-moz-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel .item>img{display:block;line-height:1;padding:0;border:0;background:none}.carousel .active,.carousel .next,.carousel .prev{display:block}.carousel .active{left:0}.carousel .next,.carousel .prev{position:absolute;top:0;width:100%}.carousel .next{left:100%}.carousel .prev{left:-100%}.carousel .next.left,.carousel .prev.right{left:0}.carousel .active.left{left:-100%}.carousel .active.right{left:100%}.carousel-control{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;position:absolute;top:40%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:24px;color:#fff;text-align:center;background:#222;border:3px solid #fff !important;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;filter:alpha(opacity=50)}.carousel-control.right{right:15px;left:auto}.carousel-control:hover{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-caption{position:absolute;right:0;bottom:0;left:0;padding:15px;background:#333;background:rgba(0,0,0,.75)}.carousel-caption h4,.carousel-caption p{font-size:14px;line-height:20px;color:#fff}.carousel-caption h4{font-size:18px;margin:0 0 5px}.carousel-caption p{margin-bottom:0}
.tooltip{text-shadow:none;position:absolute;z-index:1030;display:block;padding:5px;font-size:13px;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.8;filter:alpha(opacity=80)}.tooltip.top{margin-top:-3px}.tooltip.right{margin-left:3px}.tooltip.bottom{margin-top:3px}.tooltip.left{margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.fade{opacity:0;-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}
.nav{margin-bottom:0;margin-left:0;list-style:none}.nav>li>a{display:block}.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>.pull-right{float:right}.nav-tabs,.nav-pills{*zoom:1}.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;line-height:0;content:""}.nav-tabs:after,.nav-pills:after{clear:both}.nav-tabs>li,.nav-pills>li{float:left}.nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px}.nav-tabs{padding:0;border-bottom:1px solid #ccc}.nav-tabs>li{margin-bottom:-1px}.nav-tabs>li>a{text-decoration:none;padding-top:8px;padding-bottom:8px;line-height:20px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>.active>a,.nav-tabs>.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ccc;border-bottom-color:transparent}.nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.nav-pills>.active>a,.nav-pills>.active>a:hover{color:#fff;background-color:#08c}.nav-stacked>li{float:none}.nav-stacked>li>a{margin-right:0}.nav-tabs.nav-stacked{border-bottom:0}.nav-tabs.nav-stacked>li>a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.nav-tabs.nav-stacked>li:first-child>a{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-topleft:4px}.nav-tabs.nav-stacked>li:last-child>a{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-bottomleft:4px}.nav-tabs.nav-stacked>li>a:hover{z-index:2;border-color:#ddd}.nav-pills.nav-stacked>li>a{margin-bottom:3px}.nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px}.nav-tabs .dropdown-menu{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.nav-pills .dropdown-menu{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.nav .dropdown-toggle .caret{margin-top:6px;border-top-color:#08c;border-bottom-color:#08c}.nav .dropdown-toggle:hover .caret{border-top-color:#005580;border-bottom-color:#005580}.nav-tabs .dropdown-toggle .caret{margin-top:8px}.nav .active .dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.nav-tabs .active .dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.nav>.dropdown.active>a:hover{cursor:pointer}.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover{color:#fff;background-color:#999;border-color:#999}.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret{border-top-color:#fff;border-bottom-color:#fff;opacity:1;filter:alpha(opacity=100)}.tabs-stacked .open>a:hover{border-color:#999999}.tabbable{*zoom:1}.tabbable:before,.tabbable:after{display:table;line-height:0;content:""}.tabbable:after{clear:both}.tab-content{font-size:14px;padding:10px;background:#fff;border:1px solid #ccc;border-top:0;overflow:auto}.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{border-bottom:0}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.tabs-below>.nav-tabs{border-top:1px solid #ddd}.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0}.tabs-below>.nav-tabs>li>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.tabs-below>.nav-tabs>li>a:hover{border-top-color:#ddd;border-bottom-color:transparent}.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover{border-color:transparent #ddd #ddd #ddd}.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none}.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px}.tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd}.tabs-left>.nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.tabs-left>.nav-tabs>li>a:hover{border-color:#eee #ddd #eee #eee}.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover{border-color:#ddd transparent #ddd #ddd;*border-right-color:#fff}.tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd}.tabs-right>.nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.tabs-right>.nav-tabs>li>a:hover{border-color:#eee #eee #eee #ddd}.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover{border-color:#ddd #ddd #ddd transparent;*border-left-color:#fff}.nav>.disabled>a{color:#999}.nav>.disabled>a:hover{text-decoration:none;cursor:default;background-color:transparent}
.widetext{visibility:hidden;margin:0;line-height:1}.wtext{white-space:nowrap;display:inline-block} .wtext {
white-space: nowrap;
display: inline-block;
} @media ( max-width: 960px ) {
.row .row .c1,.row .row .c2,.row .row .c3,.row .row .c4,.row .row .c5,.row .row .c6,.row .row .c7,.row .row .c8,.row .row .c9,.row .row .c10,.row .row .c11,.row .row .c12{width:100%;margin-bottom:20px}
.row .row > div:last-child,.two-col-wrapper{margin-bottom:0 !important}
article.top-border header,article.top-border .post-format,article.top-border.format-quote .entry-content{border-top:0 !important}
.home #primary article .entry-content{border-bottom:1px solid #e2e2e2}
.two-col-wrapper,.three-col-wrapper,.advanced-front-page .row{background-image:none}
.two-col-wrapper.border,.advanced-front-page .section,.single #primary article .entry-content{border:0}
.border{display:none}
}
@media ( max-width: 768px ) {
.row,#header .c12{margin-bottom:0!important}
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12{margin-right:0;margin-left:0;margin-bottom:20px}
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12,#title-wrapper,.header-widget{width:100%}
#main,.header-widget{margin-top:0}
.gallery-item img{width:140px}
#page{margin-bottom:-62px}
.advanced-front-page .row{background:none}
.left-sidebar #secondary,#left-nav{position:absolute;top:0;left:-260px;width:260px;padding:0}
.header-widget.widget_search{display:none}
.header-widget.widget_search,#mobile-menu{display:block}
.format-status .entry-content{margin-bottom:0}
#footer{height:62px}
.copyright span{display:block;float:none;text-align:center}
.copyright{margin-bottom:10px}
.push1,.push2,.push3,.push4,.push5,.push6,.push7,.push8,.push9,.push10,.push11{left:auto}
.pull1,.pull2,.pull3,.pull4,.pull5,.pull6,.pull7,.pull8,.pull9,.pull10,.pull11{right:auto}
}
@media ( max-width: 600px ) {
.mobile-controls{display:block}
#wpadminbar{position: fixed}
#slider-wrap,#slider-wrap .image-anchor{max-height:240px}
.tabberota .slide,.tabberota_nu .slide{width:100%}
.tabberota .images,.tabberota_nu .images,.tabberota .text p,.tabberota_nu .text p,.scrollerota .content,.dot-selector{display:none}
}@font-face {
font-family: 'FontAwesome';
src: url(//dashboardcamerareviews.com/wp-content/themes/magazine-premium/library/fonts/fontawesome-webfont.eot?v=4.3.0);
src: url(//dashboardcamerareviews.com/wp-content/themes/magazine-premium/library/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(//dashboardcamerareviews.com/wp-content/themes/magazine-premium/library/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'), url(//dashboardcamerareviews.com/wp-content/themes/magazine-premium/library/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'), url(//dashboardcamerareviews.com/wp-content/themes/magazine-premium/library/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'), url(//dashboardcamerareviews.com/wp-content/themes/magazine-premium/library/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
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;
transform: translate(0, 0);
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.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;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.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(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
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-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
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: #ffffff;
} .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-remove:before,
.fa-close: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-gear:before,
.fa-cog: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-rotate-right:before,
.fa-repeat: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-photo:before,
.fa-image: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-warning:before,
.fa-exclamation-triangle: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-gears:before,
.fa-cogs: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-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-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars: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-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard: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-unlink:before,
.fa-chain-broken: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-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw: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-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try: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-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap: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-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-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-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-genderless:before,
.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-soccer-ball-o:before,
.fa-futbol-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-shekel:before,
.fa-sheqel:before,
.fa-ils: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-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-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-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}@font-face{font-family:TablePress;src:url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAACZAAAAN+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoQIgnILFgABNgIkAygEIAWGcgeBARv6B8iuBzK53oAhKg2KWDsrezjalSefocfD9/uZ575PSbYEqJHAIdo6tMDGdCprFIHd+F9r+rZE46O2iHBJfoAuxwW0yfgKS8KGVFE4dHX1gPmgVhzwhcJbReQ9RWXcraeutbmNHE7T7B1sex8stfMfnkvv0XsgUZrYO1hirXme9TnUkBvQ22RGX50VAr48H54Cn9b8GD73edAAhjboBpIQ6kKOhCz7GA8V5HfzyeA6h0mnrFTJnPjxC7KCrl9caqIUg0EAYACGDBn6YGCxeIE+EkwANTWJX/brZpNfyE5o/7r9uPZjS4tESbCTExLCjxOEbxGi2dQeNEAXUMMlvADkqSV0IHXtkQXNOnI2ctJpRIPt8+HjNivx3rlQYA8FqGwdCxF2aZrdJluMnaqFvy+yngVKbBcn0fSOd1xTpnW4HTkptV8Gi2kvCeUHC0BD+D0VKMIqXniZPJyPya9D7gT6DvUpwJER6avgKDsOfW9jU+YGc/ng6MhA3VSar3NdtvrD9WHZurKVKYOi0RwlY9500YSuWDE084F+jMinu4sTudD5yBTTozA9Horpmb+M3TwIBHempnzdpu1/raWypX0JND/ki4p71CQQlFqnAvkijABrVFIq5BdNJbFncoBOF03/h3IINPQRBxJCYDoAOnkRIDR0w0BSmYiBzDinAuQ6eROg0DEGY6DUiEUYqKyILwFq2qS9GKhrpFsykdeFLmDjknYG4jKbNeNyQ1zhCoP840pdYiqu8jTW4mp6pMXH1HVJp8wRmHmQKTKiUOBVSMHrlKuBlYidxkMgw6/bMoG5RD6qfs8yO8LVqFCFa8ELrcVLEqTaS7UG5aqVq1GlWi28k3rRgCjbiU+qqOItvDEqXjkvwF/dUF595jB8LSqqgwIWAWsRmcJJ5GsHbYUqVbirBi5IpRMxLso/i2oSA6ZYDoMFCiknI7ZkGacSVYUjlLSXyG8n08nOQcXTeyzU5ozbiGRQZRt0vu/TMoEV8RLI3DiBSiVzMtNKAPgErlwLoqiAY2fJ9UbRMU/0rz38UP5FQtH3i8V3KYSHYJdSYRnwW8XazUAUop3gQY19hkEH98OA2QQ6wg0S+FjtwOwdOvF5J2VXBBLQmo2EAxsIKVJkkUcRZVRRa7NrP+my6Ns8cKszHYJf+fPPLPTq5vFcmYKZNL+fn1CZDgoYecKZHwA=) format('woff2'),url(//dashboardcamerareviews.com/wp-content/plugins/tablepress/css/tablepress.woff) format('woff');font-weight:400;font-style:normal;font-display:block}.tablepress-table-description{clear:both;display:block}.tablepress{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:1em;border:none}.tablepress td,.tablepress th{padding:8px;border:none;background:0 0;text-align:left;float:none!important}.tablepress tbody td{vertical-align:top}.tablepress tbody td,.tablepress tfoot th{border-top:1px solid #ddd}.tablepress tbody tr:first-child td{border-top:0}.tablepress thead th{border-bottom:1px solid #ddd}.tablepress tfoot th,.tablepress thead th{background-color:#d9edf7;font-weight:700;vertical-align:middle}.tablepress .odd td{background-color:#f9f9f9}.tablepress .even td{background-color:#fff}.tablepress .row-hover tr:hover td{background-color:#f3f3f3}.tablepress img{margin:0;padding:0;border:none;max-width:none}.dataTables_wrapper{clear:both;margin-bottom:1em}.dataTables_wrapper .tablepress{clear:both;margin:0!important}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_wrapper .dataTables_filter input{margin-left:.5em}.dataTables_info{clear:both;float:left;margin:4px 0 0}.dataTables_paginate{float:right;margin:4px 0 0}.dataTables_paginate a{color:#111!important;display:inline-block;outline:0;position:relative;text-decoration:underline;margin:0 5px}.dataTables_paginate a:first-child{margin-left:0}.dataTables_paginate a:last-child{margin-right:0}.paginate_button:hover{cursor:pointer;text-decoration:none}.paginate_button.disabled{color:#999!important;text-decoration:none;cursor:default}.paginate_button.current{font-weight:700;text-decoration:none;cursor:default}.dataTables_paginate.paging_simple{padding:0 15px}.paging_simple .paginate_button.next:after,.paging_simple .paginate_button.previous:before{text-align:left;font-family:TablePress;font-size:14px;font-weight:700;-webkit-font-smoothing:antialiased;content:"\f053";text-shadow:.1em .1em #666;position:absolute;top:0;right:auto;bottom:0;left:-14px;margin:auto;height:14px;width:14px;line-height:1}.paging_simple .paginate_button.next:after{text-align:right;content:"\f054";left:auto}.paginate_button:after,.paginate_button:before{color:#d9edf7}.paginate_button:hover:after,.paginate_button:hover:before{color:#049cdb}.paginate_button.disabled:after,.paginate_button.disabled:before{color:#f9f9f9}.dataTables_processing{display:none}.dataTables_scroll{clear:both}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing{height:0;overflow:hidden;margin:0!important;padding:0!important}.tablepress .sorting,.tablepress .sorting_asc,.tablepress .sorting_desc{position:relative;padding-right:20px;cursor:pointer;outline:0}.tablepress .sorting:after,.tablepress .sorting_asc:after,.tablepress .sorting_desc:after{font-family:TablePress;font-weight:400;font-size:14px;-webkit-font-smoothing:antialiased;position:absolute;top:0;bottom:0;left:auto;right:6px;margin:auto;height:14px;line-height:1}.tablepress .sorting:after{content:"\f0dc"}.tablepress .sorting_asc:after{content:"\f0d8";padding:0 0 2px}.tablepress .sorting_desc:after{content:"\f0d7"}.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{background-color:#049cdb}.dataTables_scrollBody .tablepress thead th:after{content:""}.dataTables_wrapper:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}.dataTables_wrapper label input,.dataTables_wrapper label select{display:inline;margin:2px;width:auto}
.tablepress-id-12 tbody td{font-size:10px}