.clearfix {
*zoom:1;
}
.clearfix:before,
.clearfix:after {
display:table;
content:"";
line-height:0;
}
.clearfix:after {
clear:both;
}
.hide-text {
font:0/0 a;
color:transparent;
text-shadow:none;
background-color:transparent;
border:0;
}
.input-block-level {
display:block;
width:100%;
min-height:30px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.btn-group {
position:relative;
display:inline-block;
*display:inline;
*zoom:1;
font-size:0;
vertical-align:middle;
white-space:nowrap;
*margin-left:.3em;
}
.btn-group:first-child {
*margin-left:0;
}
.btn-group+.btn-group {
margin-left:5px;
}
.btn-toolbar {
font-size:0;
margin-top:10px;
margin-bottom:10px;
}
.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group {
margin-left:5px;
}
.btn-group>.btn {
position:relative;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
}
.btn-group>.btn+.btn {
margin-left:-1px;
}
.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
font-size:14px;
}
.btn-group>.btn-mini {
font-size:10.5px;
}
.btn-group>.btn-small {
font-size:11.9px;
}
.btn-group>.btn-large {
font-size:17.5px;
}
.btn-group>.btn:first-child {
margin-left:0;
-webkit-border-top-left-radius:4px;
-moz-border-radius-topleft:4px;
border-top-left-radius:4px;
-webkit-border-bottom-left-radius:4px;
-moz-border-radius-bottomleft:4px;
border-bottom-left-radius:4px;
}
.btn-group>.btn:last-child,
.btn-group>.dropdown-toggle {
-webkit-border-top-right-radius:4px;
-moz-border-radius-topright:4px;
border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
-moz-border-radius-bottomright:4px;
border-bottom-right-radius:4px;
}
.btn-group>.btn.large:first-child {
margin-left:0;
-webkit-border-top-left-radius:6px;
-moz-border-radius-topleft:6px;
border-top-left-radius:6px;
-webkit-border-bottom-left-radius:6px;
-moz-border-radius-bottomleft:6px;
border-bottom-left-radius:6px;
}
.btn-group>.btn.large:last-child,
.btn-group>.large.dropdown-toggle {
-webkit-border-top-right-radius:6px;
-moz-border-radius-topright:6px;
border-top-right-radius:6px;
-webkit-border-bottom-right-radius:6px;
-moz-border-radius-bottomright:6px;
border-bottom-right-radius:6px;
}
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active {
z-index:2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline:0;
}
.btn-group>.btn+.dropdown-toggle {
padding-left:8px;
padding-right:8px;
-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
*padding-top:5px;
*padding-bottom:5px;
}
.btn-group>.btn-mini+.dropdown-toggle {
padding-left:5px;
padding-right:5px;
*padding-top:2px;
*padding-bottom:2px;
}
.btn-group>.btn-small+.dropdown-toggle {
*padding-top:5px;
*padding-bottom:4px;
}
.btn-group>.btn-large+.dropdown-toggle {
padding-left:12px;
padding-right:12px;
*padding-top:7px;
*padding-bottom:7px;
}
.btn-group.open .dropdown-toggle {
background-image:none;
-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-group.open .btn.dropdown-toggle {
background-color:#e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
background-color:#0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
background-color:#f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
background-color:#bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
background-color:#51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
background-color:#2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
background-color:#222222;
}
.btn .caret {
margin-top:8px;
margin-left:0;
}
.btn-large .caret {
margin-top:6px;
}
.btn-large .caret {
border-left-width:5px;
border-right-width:5px;
border-top-width:5px;
}
.btn-mini .caret,
.btn-small .caret {
margin-top:8px;
}
.dropup .btn-large .caret {
border-bottom-width:5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
border-top-color:#ffffff;
border-bottom-color:#ffffff;
}
.btn-group-vertical {
display:inline-block;
*display:inline;
*zoom:1;
}
.btn-group-vertical>.btn {
display:block;
float:none;
max-width:100%;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
}
.btn-group-vertical>.btn+.btn {
margin-left:0;
margin-top:-1px;
}
.btn-group-vertical>.btn:first-child {
-webkit-border-radius:4px 4px 0 0;
-moz-border-radius:4px 4px 0 0;
border-radius:4px 4px 0 0;
}
.btn-group-vertical>.btn:last-child {
-webkit-border-radius:0 0 4px 4px;
-moz-border-radius:0 0 4px 4px;
border-radius:0 0 4px 4px;
}
.btn-group-vertical>.btn-large:first-child {
-webkit-border-radius:6px 6px 0 0;
-moz-border-radius:6px 6px 0 0;
border-radius:6px 6px 0 0;
}
.btn-group-vertical>.btn-large:last-child {
-webkit-border-radius:0 0 6px 6px;
-moz-border-radius:0 0 6px 6px;
border-radius:0 0 6px 6px;
}
.nav {
margin-left:0;
margin-bottom:20px;
list-style:none;
}
.nav>li>a {
display:block;
}
.nav>li>a:hover,
.nav>li>a:focus {
text-decoration:none;
background-color:#eeeeee;
}
.nav>li>a>img {
max-width:none;
}
.nav>.pull-right {
float:right;
}
.nav-header {
display:block;
padding:3px 15px;
font-size:11px;
font-weight:bold;
line-height:20px;
color:#999999;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
text-transform:uppercase;
}
.nav li+.nav-header {
margin-top:9px;
}
.nav-list {
padding-left:15px;
padding-right:15px;
margin-bottom:0;
}
.nav-list>li>a,
.nav-list .nav-header {
margin-left:-15px;
margin-right:-15px;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list>li>a {
padding:3px 15px;
}
.nav-list>.active>a,
.nav-list>.active>a:hover,
.nav-list>.active>a:focus {
color:#ffffff;
text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);
background-color:#0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
margin-right:2px;
}
.nav-list .divider {
*width:100%;
height:1px;
margin:9px 1px;
*margin:-5px 0 5px;
overflow:hidden;
background-color:#e5e5e5;
border-bottom:1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
*zoom:1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
display:table;
content:"";
line-height:0;
}
.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 {
border-bottom:1px solid #ddd;
}
.nav-tabs>li {
margin-bottom:-1px;
}
.nav-tabs>li>a {
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,
.nav-tabs>li>a:focus {
border-color:#eeeeee #eeeeee #dddddd;
}
.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
color:#555555;
background-color:#ffffff;
border:1px solid #ddd;
border-bottom-color:transparent;
cursor:default;
}
.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,
.nav-pills>.active>a:focus {
color:#ffffff;
background-color:#0088cc;
}
.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;
-moz-border-radius-topright:4px;
border-top-right-radius:4px;
-webkit-border-top-left-radius:4px;
-moz-border-radius-topleft:4px;
border-top-left-radius:4px;
}
.nav-tabs.nav-stacked>li:last-child>a {
-webkit-border-bottom-right-radius:4px;
-moz-border-radius-bottomright:4px;
border-bottom-right-radius:4px;
-webkit-border-bottom-left-radius:4px;
-moz-border-radius-bottomleft:4px;
border-bottom-left-radius:4px;
}
.nav-tabs.nav-stacked>li>a:hover,
.nav-tabs.nav-stacked>li>a:focus {
border-color:#ddd;z-index:2;
}
.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 {
border-top-color:#0088cc;
border-bottom-color:#0088cc;
margin-top:6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .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:#555555;
border-bottom-color:#555555;
}
.nav>.dropdown.active>a:hover,
.nav>.dropdown.active>a:focus {
cursor:pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav>li.dropdown.open.active>a:hover,
.nav>li.dropdown.open.active>a:focus {
color:#ffffff;
background-color:#999999;
border-color:#999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
border-top-color:#ffffff;
border-bottom-color:#ffffff;
opacity:1;
filter:alpha(opacity=100);
}
.tabs-stacked .open>a:hover,
.tabs-stacked .open>a:focus {
border-color:#999999;
}
.tabbable {
*zoom:1;
}
.tabbable:before,
.tabbable:after {
display:table;
content:"";
line-height:0;
}
.tabbable:after {
clear:both;
}
.tab-content {
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,
.tabs-below>.nav-tabs>li>a:focus {
border-bottom-color:transparent;
border-top-color:#ddd;
}
.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover,
.tabs-below>.nav-tabs>.active>a:focus {
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,
.tabs-left>.nav-tabs>li>a:focus {
border-color:#eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover,
.tabs-left>.nav-tabs .active>a:focus {
border-color:#ddd transparent #ddd #ddd;
*border-right-color:#ffffff;
}
.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,
.tabs-right>.nav-tabs>li>a:focus {
border-color:#eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right>.nav-tabs .active>a,
.tabs-right>.nav-tabs .active>a:hover,
.tabs-right>.nav-tabs .active>a:focus {
border-color:#ddd #ddd #ddd transparent;
*border-left-color:#ffffff;
}
.nav>.disabled>a {
color:#999999;
}
.nav>.disabled>a:hover,
.nav>.disabled>a:focus {
text-decoration:none;
background-color:transparent;
cursor:default;
}
.navbar {
overflow:visible;
margin-bottom:20px;*position:relative;*z-index:2;
}
.navbar-inner {
min-height:40px;
padding-left:20px;
padding-right:20px;
background-color:#fafafa;
background-image:-moz-linear-gradient(top, #ffffff, #f2f2f2);
background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
background-image:-webkit-linear-gradient(top, #ffffff, #f2f2f2);
background-image:-o-linear-gradient(top, #ffffff, #f2f2f2);
background-image:linear-gradient(to bottom, #ffffff, #f2f2f2);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
border:1px solid #d4d4d4;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow:0 1px 4px rgba(0, 0, 0, 0.065);
*zoom:1;
}
.navbar-inner:before,
.navbar-inner:after {
display:table;
content:"";
line-height:0;
}
.navbar-inner:after {
clear:both;
}
.navbar .container {
width:auto;
}
.nav-collapse.collapse {
height:auto;
overflow:visible;
}
.navbar .brand {
float:left;
display:block;
padding:10px 20px 10px;
margin-left:-20px;
font-size:20px;
font-weight:200;
color:#777777;
text-shadow:0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
text-decoration:none;
}
.navbar-text {
margin-bottom:0;
line-height:40px;
color:#777777;
}
.navbar-link {
color:#777777;
}
.navbar-link:hover,
.navbar-link:focus {
color:#333333;
}
.navbar .divider-vertical {
height:40px;
margin:0 9px;
border-left:1px solid #f2f2f2;
border-right:1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
margin-top:5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
margin-top:0;
}
.navbar-form {
margin-bottom:0;
*zoom:1;
}
.navbar-form:before,
.navbar-form:after {
display:table;
content:"";
line-height:0;
}
.navbar-form:after {
clear:both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
margin-top:5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
display:inline-block;
margin-bottom:0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
margin-top:3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
margin-top:5px;
white-space:nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
margin-top:0;
}
.navbar-search {
position:relative;
float:left;
margin-top:5px;
margin-bottom:0;
}
.navbar-search .search-query {
margin-bottom:0;
padding:4px 14px;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:13px;
font-weight:normal;
line-height:1;
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px;
}
.navbar-static-top {
position:static;
margin-bottom:0;
}
.navbar-static-top .navbar-inner {
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position:fixed;
right:0;
left:0;
z-index:1030;
margin-bottom:0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
border-width:0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
border-width:1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
padding-left:0;
padding-right:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width:1170px;
}
.navbar-fixed-top {
top:0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
bottom:0;
}
.navbar-fixed-bottom .navbar-inner {
-webkit-box-shadow:0 -1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 -1px 10px rgba(0,0,0,.1);
box-shadow:0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
position:relative;
left:0;
display:block;
float:left;
margin:0 10px 0 0;
}
.navbar .nav.pull-right {
float:right;
margin-right:0;
}
.navbar .nav>li {
float:left;
}
.navbar .nav>li>a {
float:none;
padding:10px 15px 10px;
color:#777777;
text-decoration:none;
text-shadow:0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
margin-top:8px;
}
.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
background-color:transparent;
color:#333333;
text-decoration:none;
}
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
color:#555555;
text-decoration:none;
background-color:#e5e5e5;
-webkit-box-shadow:inset 0 3px 8px rgba(0, 0, 0, 0.125);
-moz-box-shadow:inset 0 3px 8px rgba(0, 0, 0, 0.125);
box-shadow:inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
display:none;
float:right;
padding:7px 10px;
margin-left:5px;
margin-right:5px;
color:#ffffff;
text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
background-color:#ededed;
background-image:-moz-linear-gradient(top, #f2f2f2, #e5e5e5);
background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
background-image:-webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
background-image:-o-linear-gradient(top, #f2f2f2, #e5e5e5);
background-image:linear-gradient(to bottom, #f2f2f2, #e5e5e5);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
border-color:#e5e5e5 #e5e5e5 #bfbfbf;
border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#e5e5e5;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
color:#ffffff;
background-color:#e5e5e5;
*background-color:#d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
background-color:#cccccc \9;
}
.navbar .btn-navbar .icon-bar {
display:block;
width:18px;
height:2px;
background-color:#f5f5f5;
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar+.icon-bar {
margin-top:3px;
}
.navbar .nav>li>.dropdown-menu:before {
content:'';
display:inline-block;
border-left:7px solid transparent;
border-right:7px solid transparent;
border-bottom:7px solid #ccc;
border-bottom-color:rgba(0, 0, 0, 0.2);
position:absolute;
top:-7px;
left:9px;
}
.navbar .nav>li>.dropdown-menu:after {
content:'';
display:inline-block;
border-left:6px solid transparent;
border-right:6px solid transparent;
border-bottom:6px solid #ffffff;
position:absolute;
top:-6px;
left:10px;
}
.navbar-fixed-bottom .nav>li>.dropdown-menu:before {
border-top:7px solid #ccc;
border-top-color:rgba(0, 0, 0, 0.2);
border-bottom:0;
bottom:-7px;
top:auto;
}
.navbar-fixed-bottom .nav>li>.dropdown-menu:after {
border-top:6px solid #ffffff;
border-bottom:0;
bottom:-6px;
top:auto;
}
.navbar .nav li.dropdown>a:hover .caret,
.navbar .nav li.dropdown>a:focus .caret {
border-top-color:#333333;
border-bottom-color:#333333;
}
.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
background-color:#e5e5e5;
color:#555555;
}
.navbar .nav li.dropdown>.dropdown-toggle .caret {
border-top-color:#777777;
border-bottom-color:#777777;
}
.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
border-top-color:#555555;
border-bottom-color:#555555;
}
.navbar .pull-right>li>.dropdown-menu,
.navbar .nav>li>.dropdown-menu.pull-right {
left:auto;
right:0;
}
.navbar .pull-right>li>.dropdown-menu:before,
.navbar .nav>li>.dropdown-menu.pull-right:before {
left:auto;
right:12px;
}
.navbar .pull-right>li>.dropdown-menu:after,
.navbar .nav>li>.dropdown-menu.pull-right:after {
left:auto;
right:13px;
}
.navbar .pull-right>li>.dropdown-menu .dropdown-menu,
.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu {
left:auto;
right:100%;
margin-left:0;
margin-right:-1px;
-webkit-border-radius:6px 0 6px 6px;
-moz-border-radius:6px 0 6px 6px;
border-radius:6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
background-color:#1b1b1b;
background-image:-moz-linear-gradient(top, #222222, #111111);
background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
background-image:-webkit-linear-gradient(top, #222222, #111111);
background-image:-o-linear-gradient(top, #222222, #111111);
background-image:linear-gradient(to bottom, #222222, #111111);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
border-color:#252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav>li>a {
color:#999999;
text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav>li>a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav>li>a:focus {
color:#ffffff;
}
.navbar-inverse .brand {
color:#999999;
}
.navbar-inverse .navbar-text {
color:#999999;
}
.navbar-inverse .nav>li>a:focus,
.navbar-inverse .nav>li>a:hover {
background-color:transparent;
color:#ffffff;
}
.navbar-inverse .nav .active>a,
.navbar-inverse .nav .active>a:hover,
.navbar-inverse .nav .active>a:focus {
color:#ffffff;
background-color:#111111;
}
.navbar-inverse .navbar-link {
color:#999999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
color:#ffffff;
}
.navbar-inverse .divider-vertical {
border-left-color:#111111;
border-right-color:#222222;
}
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,
.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
background-color:#111111;
color:#ffffff;
}
.navbar-inverse .nav li.dropdown>a:hover .caret,
.navbar-inverse .nav li.dropdown>a:focus .caret {
border-top-color:#ffffff;
border-bottom-color:#ffffff;
}
.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
border-top-color:#999999;
border-bottom-color:#999999;
}
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret {
border-top-color:#ffffff;
border-bottom-color:#ffffff;
}
.navbar-inverse .navbar-search .search-query {
color:#ffffff;
background-color:#515151;
border-color:#111111;
-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
-webkit-transition:none;
-moz-transition:none;-o-transition:none;
transition:none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
color:#cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
color:#cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
color:#cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
padding:5px 15px;
color:#333333;
text-shadow:0 1px 0 #ffffff;
background-color:#ffffff;
border:0;
-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);
-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);
box-shadow:0 0 3px rgba(0, 0, 0, 0.15);
outline:0;
}
.navbar-inverse .btn-navbar {
color:#ffffff;
text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
background-color:#0e0e0e;
background-image:-moz-linear-gradient(top, #151515, #040404);
background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
background-image:-webkit-linear-gradient(top, #151515, #040404);
background-image:-o-linear-gradient(top, #151515, #040404);
background-image:linear-gradient(to bottom, #151515, #040404);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
border-color:#040404 #040404 #000000;
border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#040404;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
color:#ffffff;
background-color:#040404;
*background-color:#000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
background-color:#000000 \9;
}
.breadcrumb {
padding:8px 15px;
margin:0 0 20px;
list-style:none;
background-color:#f5f5f5;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}
.breadcrumb>li {
display:inline-block;
*display:inline;*zoom:1;
text-shadow:0 1px 0 #ffffff;
}
.breadcrumb>li>.divider {
padding:0 5px;
color:#ccc;
}
.breadcrumb>.active {
color:#999999;
}
.pagination {
margin:20px 0;
}
.pagination ul {
display:inline-block;
*display:inline;
*zoom:1;
margin-left:0;
margin-bottom:0;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul>li {
display:inline;
}
.pagination ul>li>a,
.pagination ul>li>span {
float:left;
padding:4px 12px;
line-height:20px;
text-decoration:none;
background-color:#ffffff;
border:1px solid #dddddd;
border-left-width:0;
}
.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>.active>a,
.pagination ul>.active>span {
background-color:#f5f5f5;
}
.pagination ul>.active>a,
.pagination ul>.active>span {
color:#999999;
cursor:default;
}
.pagination ul>.disabled>span,
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>a:focus {
color:#999999;
background-color:transparent;
cursor:default;
}
.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
border-left-width:1px;
-webkit-border-top-left-radius:4px;
-moz-border-radius-topleft:4px;
border-top-left-radius:4px;
-webkit-border-bottom-left-radius:4px;
-moz-border-radius-bottomleft:4px;
border-bottom-left-radius:4px;
}
.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
-webkit-border-top-right-radius:4px;
-moz-border-radius-topright:4px;
border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
-moz-border-radius-bottomright:4px;
border-bottom-right-radius:4px;
}
.pagination-centered {
text-align:center;
}
.pagination-right {
text-align:right;
}
.pagination-large ul>li>a,
.pagination-large ul>li>span {
padding:11px 19px;
font-size:17.5px;
}
.pagination-large ul>li:first-child>a,
.pagination-large ul>li:first-child>span {
-webkit-border-top-left-radius:6px;
-moz-border-radius-topleft:6px;
border-top-left-radius:6px;
-webkit-border-bottom-left-radius:6px;
-moz-border-radius-bottomleft:6px;
border-bottom-left-radius:6px;
}
.pagination-large ul>li:last-child>a,
.pagination-large ul>li:last-child>span {
-webkit-border-top-right-radius:6px;
-moz-border-radius-topright:6px;
border-top-right-radius:6px;
-webkit-border-bottom-right-radius:6px;
-moz-border-radius-bottomright:6px;
border-bottom-right-radius:6px;
}
.pagination-mini ul>li:first-child>a,
.pagination-small ul>li:first-child>a,
.pagination-mini ul>li:first-child>span,
.pagination-small ul>li:first-child>span {
-webkit-border-top-left-radius:3px;
-moz-border-radius-topleft:3px;
border-top-left-radius:3px;
-webkit-border-bottom-left-radius:3px;
-moz-border-radius-bottomleft:3px;
border-bottom-left-radius:3px;
}
.pagination-mini ul>li:last-child>a,
.pagination-small ul>li:last-child>a,
.pagination-mini ul>li:last-child>span,
.pagination-small ul>li:last-child>span {
-webkit-border-top-right-radius:3px;
-moz-border-radius-topright:3px;
border-top-right-radius:3px;
-webkit-border-bottom-right-radius:3px;
-moz-border-radius-bottomright:3px;
border-bottom-right-radius:3px;
}
.pagination-small ul>li>a,
.pagination-small ul>li>span {
padding:2px 10px;
font-size:11.9px;
}
.pagination-mini ul>li>a,
.pagination-mini ul>li>span {
padding:0 6px;
font-size:10.5px;
}
.pager {
margin:20px 0;
list-style:none;
text-align:center;
*zoom:1;
}
.pager:before,
.pager:after {
display:table;
content:"";
line-height:0;
}
.pager:after {
clear:both;
}
.pager li {
display:inline;
}
.pager li>a,
.pager li>span {
display:inline-block;
padding:5px 14px;
background-color:#fff;
border:1px solid #ddd;
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px;
}
.pager li>a:hover,
.pager li>a:focus {
text-decoration:none;
background-color:#f5f5f5;
}
.pager .next>a,
.pager .next>span {
float:right;
}
.pager .previous>a,
.pager .previous>span {
float:left;
}
.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
color:#999999;
background-color:#fff;
cursor:default;
}
.thumbnails {
margin-left:-20px;
list-style:none;
*zoom:1;
}
.thumbnails:before,
.thumbnails:after {
display:table;
content:"";
line-height:0;
}
.thumbnails:after {
clear:both;
}
.row-fluid .thumbnails {
margin-left:0;
}
.thumbnails>li {
float:left;
margin-bottom:20px;
margin-left:20px;
}
.thumbnail {
display:block;
padding:4px;
line-height:20px;
border:1px solid #ddd;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
border-color:#0088cc;
-webkit-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
-moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail>img {
display:block;
max-width:100%;
margin-left:auto;
margin-right:auto;
}
.thumbnail .caption {
padding:9px;
color:#555555;
}
.alert {
padding:8px 35px 8px 14px;
margin-bottom:20px;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
background-color:#fcf8e3;
border:1px solid #fbeed5;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}
.alert,.alert h4 {
color:#c09853;
}
.alert h4 {
margin:0;
}
.alert .close {
position:relative;
top:-2px;
right:-21px;
line-height:20px;
}
.alert-success {
background-color:#dff0d8;
border-color:#d6e9c6;
color:#468847;
}
.alert-success h4 {
color:#468847;
}
.alert-danger,
.alert-error {
background-color:#f2dede;
border-color:#eed3d7;
color:#b94a48;
}
.alert-danger h4,
.alert-error h4 {
color:#b94a48;
}
.alert-info {
background-color:#d9edf7;
border-color:#bce8f1;
color:#3a87ad;
}
.alert-info h4 {
color:#3a87ad;
}
.alert-block {
padding-top:14px;
padding-bottom:14px;
}
.alert-block>p,
.alert-block>ul {
margin-bottom:0;
}
.alert-block p+p {
margin-top:5px;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position:40px 0;
} 
to {
background-position:0 0;
}
}
@-moz-keyframes progress-bar-stripes{
from {
background-position:40px 0;
} 
to {
background-position:0 0;
}
}
@-ms-keyframes progress-bar-stripes {
from {
background-position:40px 0;
} 
to {
background-position:0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position:0 0;
} 
to {
background-position:40px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position:40px 0;
} 
to {
background-position:0 0;
}
}
.progress {
overflow:hidden;
height:20px;
margin-bottom:20px;
background-color:#f7f7f7;
background-image:-moz-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
background-image:-webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image:-o-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image:linear-gradient(to bottom, #f5f5f5, #f9f9f9);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}
.progress .bar {
width:0%;
height:100%;
color:#ffffff;
float:left;
font-size:12px;
text-align:center;
text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
background-color:#0e90d2;
background-image:-moz-linear-gradient(top, #149bdf, #0480be);
background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
background-image:-webkit-linear-gradient(top, #149bdf, #0480be);
background-image:-o-linear-gradient(top, #149bdf, #0480be);
background-image:linear-gradient(to bottom, #149bdf, #0480be);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-transition:width 0.6s ease;
-moz-transition:width 0.6s ease;
-o-transition:width 0.6s ease;
transition:width 0.6s ease;
}
.progress .bar+.bar {
-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
-moz-box-shadow:inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
box-shadow:inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
background-color:#149bdf;
background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size:40px 40px;
-moz-background-size:40px 40px;
-o-background-size:40px 40px;
background-size:40px 40px;
}
.progress.active .bar {
-webkit-animation:progress-bar-stripes 2s linear infinite;
-moz-animation:progress-bar-stripes 2s linear infinite;
-ms-animation:progress-bar-stripes 2s linear infinite;
-o-animation:progress-bar-stripes 2s linear infinite;
animation:progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
background-color:#dd514c;
background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);
background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
background-image:-webkit-linear-gradient(top, #ee5f5b, #c43c35);
background-image:-o-linear-gradient(top, #ee5f5b, #c43c35);
background-image:linear-gradient(to bottom, #ee5f5b, #c43c35);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
background-color:#ee5f5b;
background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
background-color:#5eb95e;
background-image:-moz-linear-gradient(top, #62c462, #57a957);
background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
background-image:-webkit-linear-gradient(top, #62c462, #57a957);
background-image:-o-linear-gradient(top, #62c462, #57a957);
background-image:linear-gradient(to bottom, #62c462, #57a957);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
background-color:#62c462;
background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
background-color:#4bb1cf;
background-image:-moz-linear-gradient(top, #5bc0de, #339bb9);
background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
background-image:-webkit-linear-gradient(top, #5bc0de, #339bb9);
background-image:-o-linear-gradient(top, #5bc0de, #339bb9);
background-image:linear-gradient(to bottom, #5bc0de, #339bb9);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
background-color:#5bc0de;
background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
background-color:#faa732;
background-image:-moz-linear-gradient(top, #fbb450, #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-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
background-color:#fbb450;
background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.hero-unit {
padding:60px;
margin-bottom:30px;
font-size:18px;
font-weight:200;
line-height:30px;
color:inherit;
background-color:#eeeeee;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
}
.hero-unit h1 {
margin-bottom:0;
font-size:60px;
line-height:1;
color:inherit;
letter-spacing:-1px;
}
.hero-unit li {
line-height:30px;
}
.media,.media-body {
overflow:hidden;
*overflow:visible;
zoom:1;
}
.media,
.media .media {
margin-top:15px;
}
.media:first-child {
margin-top:0;
}
.media-object {
display:block;
}
.media-heading {
margin:0 0 5px;
}
.media>.pull-left {
margin-right:10px;
}
.media>.pull-right {
margin-left:10px;
}
.media-list {
margin-left:0;
list-style:none;
}
.tooltip {
position:absolute;
z-index:1030;
display:block;
visibility:visible;
font-size:11px;
line-height:1.4;
opacity:0;
filter:alpha(opacity=0);
}
.tooltip.in {
opacity:0.8;
filter:alpha(opacity=80);
}
.tooltip.top {
margin-top:-3px;
padding:5px 0;
}
.tooltip.right {
margin-left:3px;
padding:0 5px;
}
.tooltip.bottom {
margin-top:3px;
padding:5px 0;
}
.tooltip.left {
margin-left:-3px;
padding:0 5px;
}
.tooltip-inner {
max-width:200px;
padding:8px;
color:#ffffff;
text-align:center;
text-decoration:none;
background-color:#000000;
-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-width:5px 5px 0;
border-top-color:#000000;
}
.tooltip.right .tooltip-arrow {
top:50%;
left:0;
margin-top:-5px;
border-width:5px 5px 5px 0;
border-right-color:#000000;
}
.tooltip.left .tooltip-arrow {
top:50%;
right:0;
margin-top:-5px;
border-width:5px 0 5px 5px;
border-left-color:#000000;
}
.tooltip.bottom .tooltip-arrow {
top:0;
left:50%;
margin-left:-5px;
border-width:0 5px 5px;
border-bottom-color:#000000;
}
.popover {
position:absolute;
top:0;
left:0;
z-index:1010;
display:none;
max-width:276px;
padding:1px;
text-align:left;
background-color:#ffffff;
-webkit-background-clip:padding-box;
-moz-background-clip:padding;
background-clip:padding-box;
border:1px solid #ccc;
border:1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
white-space:normal;
}
.popover.top {
margin-top:-10px;
}
.popover.right {
margin-left:10px;
}
.popover.bottom {
margin-top:10px;
}
.popover.left {
margin-left:-10px;
}
.popover-title {
margin:0;
padding:8px 14px;
font-size:14px;
font-weight:normal;
line-height:18px;
background-color:#f7f7f7;
border-bottom:1px solid #ebebeb;
-webkit-border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
border-radius:5px 5px 0 0;
}
.popover-title:empty {
display:none;
}
.popover-content {
padding:9px 14px;
}
.popover .arrow,
.popover .arrow:after {
position:absolute;
display:block;
width:0;
height:0;
border-color:transparent;
border-style:solid;
}
.popover .arrow {
border-width:11px;
}
.popover .arrow:after {
border-width:10px;
content:"";
}
.popover.top .arrow {
left:50%;
margin-left:-11px;
border-bottom-width:0;
border-top-color:#999;
border-top-color:rgba(0, 0, 0, 0.25);
bottom:-11px;
}
.popover.top .arrow:after {
bottom:1px;
margin-left:-10px;
border-bottom-width:0;
border-top-color:#ffffff;
}
.popover.right .arrow {
top:50%;
left:-11px;
margin-top:-11px;
border-left-width:0;
border-right-color:#999;
border-right-color:rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
left:1px;
bottom:-10px;
border-left-width:0;
border-right-color:#ffffff;
}
.popover.bottom .arrow {
left:50%;
margin-left:-11px;
border-top-width:0;
border-bottom-color:#999;
border-bottom-color:rgba(0, 0, 0, 0.25);
top:-11px;
}
.popover.bottom .arrow:after {
top:1px;
margin-left:-10px;
border-top-width:0;
border-bottom-color:#ffffff;
}
.popover.left .arrow {
top:50%;
right:-11px;
margin-top:-11px;
border-right-width:0;
border-left-color:#999;
border-left-color:rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
right:1px;
border-right-width:0;
border-left-color:#ffffff;
bottom:-10px;
}
.modal-backdrop {
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
z-index:1040;
background-color:#000000;
}
.modal-backdrop.fade {
opacity:0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
opacity:0.8;
filter:alpha(opacity=80);
}
.modal {
position:fixed;
top:10%;
left:50%;
z-index:1050;
width:560px;
margin-left:-280px;
background-color:#ffffff;
border:1px solid #999;
border:1px solid rgba(0, 0, 0, 0.3);
*border:1px solid #999;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip:padding-box;
-moz-background-clip:padding-box;
background-clip:padding-box;
outline:none;
}
.modal.fade {
-webkit-transition:opacity .3s linear, top .3s ease-out;
-moz-transition:opacity .3s linear, top .3s ease-out;
-o-transition:opacity .3s linear, top .3s ease-out;
transition:opacity .3s linear, top .3s ease-out;
top:-25%;
}
.modal.fade.in {
top:10%;
}
.modal-header {
padding:9px 15px;
border-bottom:1px solid #eee;
}
.modal-header .close {
margin-top:2px;
}
.modal-header h3 {
margin:0;
line-height:30px;
}
.modal-body {
position:relative;
overflow-y:auto;
max-height:400px;
padding:15px;
}
.modal-form {
margin-bottom:0;
}
.modal-footer {
padding:14px 15px 15px;
margin-bottom:0;
text-align:right;
background-color:#f5f5f5;
border-top:1px solid #ddd;
-webkit-border-radius:0 0 6px 6px;
-moz-border-radius:0 0 6px 6px;
border-radius:0 0 6px 6px;
-webkit-box-shadow:inset 0 1px 0 #ffffff;
-moz-box-shadow:inset 0 1px 0 #ffffff;
box-shadow:inset 0 1px 0 #ffffff;*zoom:1;
}
.modal-footer:before,
.modal-footer:after {
display:table;
content:"";
line-height:0;
}
.modal-footer:after {
clear:both;
}
.modal-footer .btn+.btn {
margin-left:5px;
margin-bottom:0;
}
.modal-footer .btn-group .btn+.btn {
margin-left:-1px;
}
.modal-footer .btn-block+.btn-block {
margin-left:0;
}
.dropup,
.dropdown {
position:relative;
}
.dropdown-toggle {
*margin-bottom:-3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
outline:0;
}
.caret {
display:inline-block;
width:0;
height:0;
vertical-align:top;
border-top:4px solid #000000;
border-right:4px solid transparent;
border-left:4px solid transparent;
content:"";
}
.dropdown .caret {
margin-top:8px;
margin-left:2px;
}
.dropdown-menu {
position:absolute;
top:100%;
left:0;
z-index:1000;
display:none;
float:left;
min-width:160px;
padding:5px 0;
margin:2px 0 0;
list-style:none;
background-color:#ffffff;
border:1px solid #ccc;
border:1px solid rgba(0, 0, 0, 0.2);
*border-right-width:2px;
*border-bottom-width:2px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip:padding-box;
-moz-background-clip:padding;
background-clip:padding-box;
}
.dropdown-menu.pull-right {
right:0;
left:auto;
}
.dropdown-menu .divider {
*width:100%;
height:1px;
margin:9px 1px;
*margin:-5px 0 5px;
overflow:hidden;
background-color:#e5e5e5;
border-bottom:1px solid #ffffff;
}
.dropdown-menu>li>a {
display:block;
padding:3px 20px;
clear:both;
font-weight:normal;
line-height:20px;
color:#333333;
white-space:nowrap;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
text-decoration:none;
color:#ffffff;
background-color:#0081c2;
background-image:-moz-linear-gradient(top, #0088cc, #0077b3);
background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
background-image:-webkit-linear-gradient(top, #0088cc, #0077b3);
background-image:-o-linear-gradient(top, #0088cc, #0077b3);
background-image:linear-gradient(to bottom, #0088cc, #0077b3);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
color:#ffffff;
text-decoration:none;
outline:0;
background-color:#0081c2;
background-image:-moz-linear-gradient(top, #0088cc, #0077b3);
background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
background-image:-webkit-linear-gradient(top, #0088cc, #0077b3);
background-image:-o-linear-gradient(top, #0088cc, #0077b3);
background-image:linear-gradient(to bottom, #0088cc, #0077b3);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
color:#999999;
}
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
text-decoration:none;
background-color:transparent;
background-image:none;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor:default;
}
.open {
*z-index:1000;
}
.open>.dropdown-menu {
display:block;
}
.dropdown-backdrop {
position:fixed;
left:0;
right:0;
bottom:0;
top:0;
z-index:990;
}
.pull-right>.dropdown-menu {
right:0;
left:auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top:0;
border-bottom:4px solid #000000;
content:"";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top:auto;
bottom:100%;
margin-bottom:1px;
}
.dropdown-submenu {
position:relative;
}
.dropdown-submenu>.dropdown-menu {
top:0;
left:100%;
margin-top:-6px;
margin-left:-1px;
-webkit-border-radius:0 6px 6px 6px;
-moz-border-radius:0 6px 6px 6px;
border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display:block;
}
.dropup .dropdown-submenu>.dropdown-menu {
top:auto;
bottom:0;
margin-top:0;
margin-bottom:-2px;
-webkit-border-radius:5px 5px 5px 0;
-moz-border-radius:5px 5px 5px 0;
border-radius:5px 5px 5px 0;
}
.dropdown-submenu>a:after {
display:block;
content:" ";
float:right;
width:0;
height:0;
border-color:transparent;
border-style:solid;
border-width:5px 0 5px 5px;
border-left-color:#cccccc;
margin-top:5px;
margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left:-100%;
margin-left:10px;
-webkit-border-radius:6px 0 6px 6px;
-moz-border-radius:6px 0 6px 6px;
border-radius:6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
padding-left:20px;
padding-right:20px;
}
.typeahead {
z-index:1051;
margin-top:2px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}
.accordion {
margin-bottom:20px;
}
.accordion-group {
margin-bottom:2px;
border:1px solid #e5e5e5;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}
.accordion-heading {
border-bottom:0;
}
.accordion-heading .accordion-toggle {
display:block;
padding:8px 15px;
}
.accordion-toggle {
cursor:pointer;
}
.accordion-inner {
padding:9px 15px;
border-top:1px solid #e5e5e5;
}
.carousel {
position:relative;
margin-bottom:20px;
line-height:1;
}
.carousel-inner {
overflow:hidden;
width:100%;
position:relative;
}
.carousel-inner>.item {
display:none;
position:relative;
-webkit-transition:0.6s ease-in-out left;
-moz-transition:0.6s ease-in-out left;
-o-transition:0.6s ease-in-out left;
transition:0.6s ease-in-out left;
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
display:block;
line-height:1;
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
display:block;
}
.carousel-inner>.active {
left:0;
}
.carousel-inner>.next,
.carousel-inner>.prev {
position:absolute;
top:0;
width:100%;
}
.carousel-inner>.next {
left:100%;
}
.carousel-inner>.prev {
left:-100%;
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
left:0;
}
.carousel-inner>.active.left {
left:-100%;
}
.carousel-inner>.active.right {
left:100%;
}
.carousel-control {
position:absolute;
top:40%;
left:15px;
width:40px;
height:40px;
margin-top:-20px;
font-size:60px;
font-weight:100;
line-height:30px;
color:#ffffff;
text-align:center;
background:#222222;
border:3px solid #ffffff;
-webkit-border-radius:23px;
-moz-border-radius:23px;
border-radius:23px;
opacity:0.5;
filter:alpha(opacity=50);
}
.carousel-control.right {
left:auto;
right:15px;
}
.carousel-control:hover,
.carousel-control:focus {
color:#ffffff;
text-decoration:none;
opacity:0.9;
filter:alpha(opacity=90);
}
.carousel-indicators {
position:absolute;
top:15px;
right:15px;
z-index:5;
margin:0;
list-style:none;
}
.carousel-indicators li {
display:block;
float:left;
width:10px;
height:10px;
margin-left:5px;
text-indent:-999px;
background-color:#ccc;
background-color:rgba(255, 255, 255, 0.25);
border-radius:5px;
}
.carousel-indicators .active {
background-color:#fff;
}
.carousel-caption {
position:absolute;
left:0;
right:0;
bottom:0;
padding:15px;
background:#333333;
background:rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
color:#ffffff;
line-height:20px;
}
.carousel-caption h4 {
margin:0 0 5px;
}
.carousel-caption p {
margin-bottom:0;
}
.well {
min-height:20px;
padding:19px;
margin-bottom:20px;
background-color:#f5f5f5;
border:1px solid #e3e3e3;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color:#ddd;
border-color:rgba(0, 0, 0, 0.15);
}
.well-large {
padding:24px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
}
.well-small {
padding:9px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}
.close {
float:right;
font-size:20px;
font-weight:bold;
line-height:20px;
color:#000000;
text-shadow:0 1px 0 #ffffff;
opacity:0.2;
filter:alpha(opacity=20);
}
.close:hover,
.close:focus {
color:#000000;
text-decoration:none;
cursor:pointer;
opacity:0.4;
filter:alpha(opacity=40);
}
button.close {
padding:0;
cursor:pointer;
background:transparent;
border:0;
-webkit-appearance:none;
}
.pull-right {
float:right;
}
.pull-left {
float:left;
}
.hide {
display:none;
}
.show {
display:block;
}
.invisible {
visibility:hidden;
}
.affix {
position:fixed;
}
.fade {
opacity:0;
-webkit-transition:opacity 0.15s linear;
-moz-transition:opacity 0.15s linear;
-o-transition:opacity 0.15s linear;
transition:opacity 0.15s linear;
}
.fade.in {
opacity:1;
}
.collapse {
position:relative;
height:0;
overflow:hidden;
-webkit-transition:height 0.35s ease;
-moz-transition:height 0.35s ease;
-o-transition:height 0.35s ease;
transition:height 0.35s ease;
}
.collapse.in {
height:auto;
}
@-ms-viewport {
width:device-width;
}
.hidden {
display:none;
visibility:hidden;
}
.visible-phone {
display:none !important;
}
.visible-tablet {
display:none !important;
}
.hidden-desktop {
display:none !important;
}
.visible-desktop {
display:inherit !important;
}
@media (min-width:768px) and (max-width:979px){
.hidden-desktop {
display:inherit !important;
}
.visible-desktop {
display:none !important ;
}
.visible-tablet {
display:inherit !important;
}
.hidden-tablet {
display:none !important;
}
}
@media (max-width:767px){
.hidden-desktop {
display:inherit !important;
}
.visible-desktop {
display:none !important;
}
.visible-phone {
display:inherit !important;
}
.hidden-phone {
display:none !important;
}
}
.visible-print {
display:none !important;
}
@media print{
.visible-print {
display:inherit !important;
}
.hidden-print {
display:none !important;
}
}
@media (max-width:767px){
body {
padding-left:20px;
padding-right:20px;
}
.navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
margin-left:-20px;
margin-right:-20px;
}
.container-fluid {
padding:0;
}
.dl-horizontal dt {
float:none;
clear:none;
width:auto;
text-align:left;
}
.dl-horizontal dd {
margin-left:0;
}
.container {
width:auto;
}
.row-fluid {
width:100%;
}
.row,
.thumbnails {
margin-left:0;
}
.thumbnails>li {
float:none;
margin-left:0;
}
[class*="span"],
.uneditable-input[class*="span"],
.row-fluid [class*="span"] {
float:none;
display:block;
width:100%;
margin-left:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.span12,
.row-fluid .span12 {
width:100%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.row-fluid [class*="offset"]:first-child {
margin-left:0;
}
.input-large,
.input-xlarge,
.input-xxlarge,
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
display:block;
width:100%;
min-height:30px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.input-prepend input,
.input-append input,
.input-prepend input[class*="span"],
.input-append input[class*="span"] {
display:inline-block;
width:auto;
}
.controls-row [class*="span"]+[class*="span"] {
margin-left:0;
}
.modal {
position:fixed;
top:20px;
left:20px;
right:20px;
width:auto;
margin:0;
}
.modal.fade {
top:-100px;
}
.modal.fade.in {
top:20px;
}
}
@media (max-width:480px) {
.nav-collapse {
-webkit-transform:translate3d(0, 0, 0);
}
.page-header h1 small {
display:block;
line-height:20px;
}
input[type="checkbox"],
input[type="radio"] {
border:1px solid #ccc;
}
.form-horizontal .control-label {
float:none;
width:auto;
padding-top:0;
text-align:left;
}
.form-horizontal .controls {
margin-left:0;
}
.form-horizontal .control-list {
padding-top:0;
}
.form-horizontal .form-actions {
padding-left:10px;
padding-right:10px;
}
.media .pull-left,
.media .pull-right {
float:none;
display:block;
margin-bottom:10px;
}
.media-object {
margin-right:0;
margin-left:0;
}
.modal {
top:10px;
left:10px;
right:10px;
}
.modal-header .close {
padding:10px;
margin:-10px;
}
.carousel-caption {
position:static;
}
}
@media (min-width:768px) and (max-width:979px) {
.row {
margin-left:-20px;
*zoom:1;
}
.row:before,
.row:after {
display:table;
content:"";
line-height:0;
}
.row:after {
clear:both;
}
[class*="span"] {
float:left;
min-height:1px;
margin-left:20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width:724px;
}
.span12 {
width:724px;
}
.span11 {
width:662px;
}
.span10 {
width:600px;
}
.span9 {
width:538px;
}
.span8 {
width:476px;
}
.span7 {
width:414px;
}
.span6 {
width:352px;
}
.span5 {
width:290px;
}
.span4 {
width:228px;
}
.span3 {
width:166px;
}
.span2 {
width:104px;
}
.span1 {
width:42px;
}
.offset12 {
margin-left:764px;
}
.offset11 {
margin-left:702px;
}
.offset10 {
margin-left:640px;
}
.offset9 {
margin-left:578px;
}
.offset8 {
margin-left:516px;
}
.offset7 {
margin-left:454px;
}
.offset6 {
margin-left:392px;
}
.offset5 {
margin-left:330px;
}
.offset4 {
margin-left:268px;
}
.offset3 {
margin-left:206px;
}
.offset2 {
margin-left:144px;
}
.offset1 {
margin-left:82px;
}
.row-fluid {
width:100%;
*zoom:1;
}
.row-fluid:before,
.row-fluid:after {
display:table;
content:"";
line-height:0;
}
.row-fluid:after {
clear:both;
}
.row-fluid [class*="span"] {
display:block;
width:100%;
min-height:30px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
float:left;
margin-left:2.7624309392265194%;
*margin-left:2.709239449864817%;
}
.row-fluid [class*="span"]:first-child {
margin-left:0;
}
.row-fluid .controls-row [class*="span"]+[class*="span"] {
margin-left:2.7624309392265194%;
}
.row-fluid .span12 {
width:100%;
*width:99.94680851063829%;
}
.row-fluid .span11 {
width:91.43646408839778%;
*width:91.38327259903608%;
}
.row-fluid .span10 {
width:82.87292817679558%;
*width:82.81973668743387%;
}
.row-fluid .span9 {
width:74.30939226519337%;
*width:74.25620077583166%;
}
.row-fluid .span8 {
width:65.74585635359117%;
*width:65.69266486422946%;
}
.row-fluid .span7 {
width:57.18232044198895%;
*width:57.12912895262725%;
}
.row-fluid .span6 {
width:48.61878453038674%;
*width:48.56559304102504%;
}
.row-fluid .span5 {
width:40.05524861878453%;
*width:40.00205712942283%;
}
.row-fluid .span4 {
width:31.491712707182323%;
*width:31.43852121782062%;
}
.row-fluid .span3 {
width:22.92817679558011%;
*width:22.87498530621841%;
}
.row-fluid .span2 {
width:14.3646408839779%;
*width:14.311449394616199%;
}
.row-fluid .span1 {
width:5.801104972375691%;
*width:5.747913483013988%;
}
.row-fluid .offset12 {
margin-left:105.52486187845304%;
*margin-left:105.41847889972962%;
}
.row-fluid .offset12:first-child {
margin-left:102.76243093922652%;
*margin-left:102.6560479605031%;
}
.row-fluid .offset11 {
margin-left:96.96132596685082%;
*margin-left:96.8549429881274%;
}
.row-fluid .offset11:first-child {
margin-left:94.1988950276243%;
*margin-left:94.09251204890089%;
}
.row-fluid .offset10 {
margin-left:88.39779005524862%;
*margin-left:88.2914070765252%;
}
.row-fluid .offset10:first-child {
margin-left:85.6353591160221%;
*margin-left:85.52897613729868%;
}
.row-fluid .offset9 {
margin-left:79.8342541436464%;
*margin-left:79.72787116492299%;
}
.row-fluid .offset9:first-child {
margin-left:77.07182320441989%;
*margin-left:76.96544022569647%;
}
.row-fluid .offset8 {
margin-left:71.2707182320442%;
*margin-left:71.16433525332079%;
}
.row-fluid .offset8:first-child {
margin-left:68.50828729281768%;
*margin-left:68.40190431409427%;
}
.row-fluid .offset7 {
margin-left:62.70718232044199%;
*margin-left:62.600799341718584%;
}
.row-fluid .offset7:first-child {
margin-left:59.94475138121547%;
*margin-left:59.838368402492065%;
}
.row-fluid .offset6 {
margin-left:54.14364640883978%;
*margin-left:54.037263430116376%;
}
.row-fluid .offset6:first-child {
margin-left:51.38121546961326%;
*margin-left:51.27483249088986%;
}
.row-fluid .offset5 {
margin-left:45.58011049723757%;
*margin-left:45.47372751851417%;
}
.row-fluid .offset5:first-child {
margin-left:42.81767955801105%;
*margin-left:42.71129657928765%;
}
.row-fluid .offset4 {
margin-left:37.01657458563536%;
*margin-left:36.91019160691196%;
}
.row-fluid .offset4:first-child {
margin-left:34.25414364640884%;
*margin-left:34.14776066768544%;
}
.row-fluid .offset3 {
margin-left:28.45303867403315%;
*margin-left:28.346655695309746%;
}
.row-fluid .offset3:first-child {
margin-left:25.69060773480663%;
*margin-left:25.584224756083227%;
}
.row-fluid .offset2 {
margin-left:19.88950276243094%;
*margin-left:19.783119783707537%;
}
.row-fluid .offset2:first-child {
margin-left:17.12707182320442%;
*margin-left:17.02068884448102%;
}
.row-fluid .offset1 {
margin-left:11.32596685082873%;
*margin-left:11.219583872105325%;
}
.row-fluid .offset1:first-child {
margin-left:8.56353591160221%;
*margin-left:8.457152932878806%;
}
input,
textarea,
.uneditable-input {
margin-left:0;
}
.controls-row [class*="span"]+[class*="span"] {
margin-left:20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
width:710px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
width:648px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
width:586px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
width:524px;
} 
input.span8,
textarea.span8,
.uneditable-input.span8 {
width:462px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
width:400px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
width:338px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
width:276px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
width:214px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
width:152px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
width:90px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
width:28px;
}
}
@media (min-width:1200px) {
.row {
margin-left:-30px;
*zoom:1;
}
.row:before,
.row:after {
display:table;
content:"";
line-height:0;
}
.row:after {
clear:both;
}
[class*="span"] {
float:left;
min-height:1px;
margin-left:30px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width:1170px;
}
.span12 {
width:1170px;
}
.span11 {
width:1070px;
}
.span10 {
width:970px;
}
.span9 {
width:870px;
}
.span8 {
width:770px;
}
.span7 {
width:670px;
}
.span6 {
width:570px;
}
.span5 {
width:470px;
}
.span4 {
width:370px;
}
.span3 {
width:270px;
}
.span2 {
width:170px;
}
.span1 {
width:70px;
}
.offset12 {
margin-left:1230px;
}
.offset11 {
margin-left:1130px;
}
.offset10 {
margin-left:1030px;
}
.offset9 {
margin-left:930px;
}
.offset8 {
margin-left:830px;
}
.offset7 {
margin-left:730px;
}
.offset6 {
margin-left:630px;
}
.offset5 {
margin-left:530px;
}
.offset4 {
margin-left:430px;
}
.offset3 {
margin-left:330px;
}
.offset2 {
margin-left:230px;
}
.offset1 {
margin-left:130px;
}
.row-fluid {
width:100%;
*zoom:1;
}
.row-fluid:before,
.row-fluid:after {
display:table;
content:"";
line-height:0;
}
.row-fluid:after {
clear:both;
}
.row-fluid [class*="span"] {
display:block;
width:100%;
min-height:30px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
float:left;
margin-left:2.564102564102564%;
*margin-left:2.5109110747408616%;
}
.row-fluid [class*="span"]:first-child {
margin-left:0;
}
.row-fluid .controls-row [class*="span"]+[class*="span"] {
margin-left:2.564102564102564%;
}
.row-fluid .span12 {
width:100%;
*width:99.94680851063829%;
}
.row-fluid .span11 {
width:91.45299145299145%;
*width:91.39979996362975%;
}
.row-fluid .span10 {
width:82.90598290598291%;
*width:82.8527914166212%;
}
.row-fluid .span9 {
width:74.35897435897436%;
*width:74.30578286961266%;
}
.row-fluid .span8 {
width:65.81196581196582%;
*width:65.75877432260411%;
}
.row-fluid .span7 {
width:57.26495726495726%;
*width:57.21176577559556%;
}
.row-fluid .span6 {
width:48.717948717948715%;
*width:48.664757228587014%;
}
.row-fluid .span5 {
width:40.17094017094017%;
*width:40.11774868157847%;
}
.row-fluid .span4 {
width:31.623931623931625%;
*width:31.570740134569924%;
}
.row-fluid .span3 {
width:23.076923076923077%;
*width:23.023731587561375%;
}
.row-fluid .span2 {
width:14.52991452991453%;
*width:14.476723040552828%;
}
.row-fluid .span1 {
width:5.982905982905983%;
*width:5.929714493544281%;
}
.row-fluid .offset12 {
margin-left:105.12820512820512%;
*margin-left:105.02182214948171%;
}
.row-fluid .offset12:first-child {
margin-left:102.56410256410257%;
*margin-left:102.45771958537915%;
}
.row-fluid .offset11 {
margin-left:96.58119658119658%;
*margin-left:96.47481360247316%;
}
.row-fluid .offset11:first-child {
margin-left:94.01709401709402%;
*margin-left:93.91071103837061%;
}
.row-fluid .offset10 {
margin-left:88.03418803418803%;
*margin-left:87.92780505546462%;
}
.row-fluid .offset10:first-child {
margin-left:85.47008547008548%;
*margin-left:85.36370249136206%;
}
.row-fluid .offset9 {
margin-left:79.48717948717949%;
*margin-left:79.38079650845607%;
}
.row-fluid .offset9:first-child {
margin-left:76.92307692307693%;
*margin-left:76.81669394435352%;
}
.row-fluid .offset8 {
margin-left:70.94017094017094%;
*margin-left:70.83378796144753%;
}
.row-fluid .offset8:first-child {
margin-left:68.37606837606839%;
*margin-left:68.26968539734497%;
}
.row-fluid .offset7 {
margin-left:62.393162393162385%;
*margin-left:62.28677941443899%;
}
.row-fluid .offset7:first-child {
margin-left:59.82905982905982%;
*margin-left:59.72267685033642%;
}
.row-fluid .offset6 {
margin-left:53.84615384615384%;
*margin-left:53.739770867430444%;
}
.row-fluid .offset6:first-child {
margin-left:51.28205128205128%;
*margin-left:51.175668303327875%;
}
.row-fluid .offset5 {
margin-left:45.299145299145295%;
*margin-left:45.1927623204219%;
}
.row-fluid .offset5:first-child {
margin-left:42.73504273504273%;
*margin-left:42.62865975631933%;
}
.row-fluid .offset4 {
margin-left:36.75213675213675%;
*margin-left:36.645753773413354%;
}
.row-fluid .offset4:first-child {
margin-left:34.18803418803419%;
*margin-left:34.081651209310785%;
}
.row-fluid .offset3 {
margin-left:28.205128205128204%;
*margin-left:28.0987452264048%;
}
.row-fluid .offset3:first-child {
margin-left:25.641025641025642%;
*margin-left:25.53464266230224%;
}
.row-fluid .offset2 {
margin-left:19.65811965811966%;
*margin-left:19.551736679396257%;
}
.row-fluid .offset2:first-child {
margin-left:17.094017094017094%;
*margin-left:16.98763411529369%;
}
.row-fluid .offset1 {
margin-left:11.11111111111111%;
*margin-left:11.004728132387708%;
}
.row-fluid .offset1:first-child {
margin-left:8.547008547008547%;
*margin-left:8.440625568285142%;
}
input,
textarea,
.uneditable-input {
margin-left:0;
}
.controls-row [class*="span"]+[class*="span"] {
margin-left:30px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
width:1156px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
width:1056px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
width:956px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
width:856px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
width:756px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
width:656px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
width:556px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
width:456px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
width:356px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
width:256px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
width:156px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
width:56px;
}
.thumbnails {
margin-left:-30px;
}
.thumbnails>li {
margin-left:30px;
}
.row-fluid .thumbnails {
margin-left:0;
}
}div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right { height: 13px; }
div.pp_default .pp_top .pp_left { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat; } div.pp_default .pp_top .pp_middle { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/default/sprite_x.png) top left repeat-x; } div.pp_default .pp_top .pp_right { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat; } div.pp_default .pp_content .ppt { color: #f8f8f8; }
div.pp_default .pp_content_container .pp_left { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }
div.pp_default .pp_content_container .pp_right { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/default/sprite_y.png) top right repeat-y; padding-right: 13px; }
div.pp_default .pp_content { background-color: #fff; } div.pp_default .pp_next:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/default/sprite_next.png) center right  no-repeat; cursor: pointer; } div.pp_default .pp_previous:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/default/sprite_prev.png) center left no-repeat; cursor: pointer; } div.pp_default .pp_expand { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } div.pp_default .pp_expand:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; } div.pp_default .pp_contract { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } div.pp_default .pp_contract:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer; } div.pp_default .pp_close { width: 30px; height: 30px; background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer; } div.pp_default #pp_full_res .pp_inline { color: #000; } 
div.pp_default .pp_gallery ul li a { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }
div.pp_default .pp_social { margin-top: 7px; }
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }
div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
div.pp_default .pp_details { position: relative; }
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative; }
div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }
div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }
div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }
div.pp_default .pp_bottom .pp_left { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat; } div.pp_default .pp_bottom .pp_middle { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x; } div.pp_default .pp_bottom .pp_right { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat; } div.pp_default .pp_loaderIcon { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/default/loader.gif) center center no-repeat; }  div.light_rounded .pp_top .pp_left { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } div.light_rounded .pp_top .pp_middle { background: #fff; } div.light_rounded .pp_top .pp_right { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } div.light_rounded .pp_content .ppt { color: #000; }
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right { background: #fff; }
div.light_rounded .pp_content { background-color: #fff; } div.light_rounded .pp_next:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } div.light_rounded .pp_previous:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } div.light_rounded .pp_expand { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } div.light_rounded .pp_expand:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } div.light_rounded .pp_contract { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } div.light_rounded .pp_contract:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } div.light_rounded .pp_close { width: 75px; height: 22px; background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } div.light_rounded .pp_details { position: relative; }
div.light_rounded .pp_description { margin-right: 85px; }
div.light_rounded #pp_full_res .pp_inline { color: #000; } 
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.light_rounded .pp_nav .pp_play { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.light_rounded .pp_nav .pp_pause { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.light_rounded .pp_arrow_previous { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.light_rounded .pp_arrow_next { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.light_rounded .pp_bottom .pp_left { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } div.light_rounded .pp_bottom .pp_middle { background: #fff; } div.light_rounded .pp_bottom .pp_right { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } div.light_rounded .pp_loaderIcon { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; }  div.dark_rounded .pp_top .pp_left { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } div.dark_rounded .pp_top .pp_middle { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } div.dark_rounded .pp_top .pp_right { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } div.dark_rounded .pp_content_container .pp_left { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } div.dark_rounded .pp_content_container .pp_right { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } div.dark_rounded .pp_content { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } div.dark_rounded .pp_next:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } div.dark_rounded .pp_previous:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } div.dark_rounded .pp_expand { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } div.dark_rounded .pp_expand:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } div.dark_rounded .pp_contract { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } div.dark_rounded .pp_contract:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } div.dark_rounded .pp_details { position: relative; }
div.dark_rounded .pp_description { margin-right: 85px; }
div.dark_rounded .currentTextHolder { color: #c4c4c4; }
div.dark_rounded .pp_description { color: #fff; }
div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.dark_rounded .pp_nav .pp_play { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.dark_rounded .pp_nav .pp_pause { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.dark_rounded .pp_arrow_previous { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.dark_rounded .pp_arrow_next { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.dark_rounded .pp_bottom .pp_left { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } div.dark_rounded .pp_bottom .pp_middle { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } div.dark_rounded .pp_bottom .pp_right { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } div.dark_rounded .pp_loaderIcon { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; }  div.dark_square .pp_left ,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content { background: #000; }
div.dark_square .currentTextHolder { color: #c4c4c4; }
div.dark_square .pp_description { color: #fff; }
div.dark_square .pp_loaderIcon { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_square/loader.gif) center center no-repeat; } div.dark_square .pp_expand { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } div.dark_square .pp_expand:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } div.dark_square .pp_contract { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } div.dark_square .pp_contract:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } div.dark_square .pp_close { width: 75px; height: 22px; background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } div.dark_square .pp_details { position: relative; }
div.dark_square .pp_description { margin: 0 85px 0 0; }
div.dark_square #pp_full_res .pp_inline { color: #fff; }
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.dark_square .pp_nav { clear: none; }
div.dark_square .pp_nav .pp_play { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.dark_square .pp_nav .pp_pause { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.dark_square .pp_arrow_previous { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.dark_square .pp_arrow_next { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.dark_square .pp_next:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } div.dark_square .pp_previous:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; }  div.light_square .pp_left ,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content { background: #fff; }
div.light_square .pp_content .ppt { color: #000; }
div.light_square .pp_expand { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } div.light_square .pp_expand:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } div.light_square .pp_contract { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } div.light_square .pp_contract:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } div.light_square .pp_close { width: 75px; height: 22px; background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } div.light_square .pp_details { position: relative; }
div.light_square .pp_description { margin-right: 85px; }
div.light_square #pp_full_res .pp_inline { color: #000; }
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.light_square .pp_nav .pp_play { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.light_square .pp_nav .pp_pause { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.light_square .pp_arrow_previous { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.light_square .pp_arrow_next { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.light_square .pp_next:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } div.light_square .pp_previous:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } div.light_square .pp_loaderIcon { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; }  div.facebook .pp_top .pp_left { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } div.facebook .pp_top .pp_middle { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } div.facebook .pp_top .pp_right { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } div.facebook .pp_content .ppt { color: #000; }
div.facebook .pp_content_container .pp_left { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } div.facebook .pp_content_container .pp_right { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } div.facebook .pp_content { background: #fff; } div.facebook .pp_expand { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } div.facebook .pp_expand:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } div.facebook .pp_contract { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } div.facebook .pp_contract:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } div.facebook .pp_close { width: 22px; height: 22px; background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } div.facebook .pp_details { position: relative; }
div.facebook .pp_description { margin: 0 37px 0 0; }
div.facebook #pp_full_res .pp_inline { color: #000; } 
div.facebook .pp_loaderIcon { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/facebook/loader.gif) center center no-repeat; } div.facebook .pp_arrow_previous { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
div.facebook .pp_arrow_next { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
div.facebook .pp_nav { margin-top: 0; }
div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
div.facebook .pp_nav .pp_play { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
div.facebook .pp_nav .pp_pause { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }
div.facebook .pp_next:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } div.facebook .pp_previous:hover { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } div.facebook .pp_bottom .pp_left { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } div.facebook .pp_bottom .pp_middle { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } div.facebook .pp_bottom .pp_right { background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; }  div.pp_pic_holder a:focus { outline:none; }
div.pp_overlay {
background: #000;
display: none;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 9500;
}
div.pp_pic_holder {
display: none;
position: absolute;
width: 100px;
z-index: 10000;
}
.pp_top {
height: 20px;
position: relative;
}
* html .pp_top { padding: 0 20px; }
.pp_top .pp_left {
height: 20px;
left: 0;
position: absolute;
width: 20px;
}
.pp_top .pp_middle {
height: 20px;
left: 20px;
position: absolute;
right: 20px;
}
* html .pp_top .pp_middle {
left: 0;
position: static;
}
.pp_top .pp_right {
height: 20px;
left: auto;
position: absolute;
right: 0;
top: 0;
width: 20px;
}
.pp_content { height: 40px; min-width: 40px; }
* html .pp_content { width: 40px; }
.pp_fade { display: none; }
.pp_content_container {
position: relative;
text-align: left;
width: 100%;
}
.pp_content_container .pp_left { padding-left: 20px; }
.pp_content_container .pp_right { padding-right: 20px; }
.pp_content_container .pp_details {
float: left;
margin: 10px 0 2px 0;
}
.pp_description {
display: none;
margin: 0;
}
.pp_social { float: left; margin: 0; }
.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
.pp_social .twitter { float: left; }
.pp_nav {
clear: right;
float: left;
margin: 3px 10px 0 0;
}
.pp_nav p {
float: left;
margin: 2px 4px;
white-space: nowrap;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
float: left;
margin-right: 4px;
text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
display: block;
float: left;
height: 15px;
margin-top: 3px;
overflow: hidden;
text-indent: -10000px;
width: 14px;
}
.pp_hoverContainer {
position: absolute;
top: 0;
width: 100%;
z-index: 2000;
}
.pp_gallery {
display: none;
left: 50%;
margin-top: -50px;
position: absolute;
z-index: 10000;
}
.pp_gallery div {
float: left;
overflow: hidden;
position: relative;
}
.pp_gallery ul {
float: left;
height: 35px;
margin: 0 0 0 5px;
padding: 0;
position: relative;
white-space: nowrap;
}
.pp_gallery ul a {
border: 1px #000 solid;
border: 1px rgba(0,0,0,0.5) solid;
display: block;
float: left;
height: 33px;
overflow: hidden;
}
.pp_gallery ul a:hover,
.pp_gallery li.selected a { border-color: #fff; }
.pp_gallery ul a img { border: 0; }
.pp_gallery li {
display: block;
float: left;
margin: 0 5px 0 0;
padding: 0;
}
.pp_gallery li.default a {
background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
display: block;
height: 33px;
width: 50px;
}
.pp_gallery li.default a img { display: none; }
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
margin-top: 7px !important;
}
a.pp_next {
background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
display: block;
float: right;
height: 100%;
text-indent: -10000px;
width: 49%;
}
a.pp_previous {
background: url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
display: block;
float: left;
height: 100%;
text-indent: -10000px;
width: 49%;
}
a.pp_expand,
a.pp_contract {
cursor: pointer;
display: none;
height: 20px;	
position: absolute;
right: 30px;
text-indent: -10000px;
top: 10px;
width: 20px;
z-index: 20000;
}
a.pp_close {
position: absolute; right: 0; top: 0; 
display: block;
line-height:22px;
text-indent: -10000px;
}
.pp_bottom {
height: 20px;
position: relative;
}
* html .pp_bottom { padding: 0 20px; }
.pp_bottom .pp_left {
height: 20px;
left: 0;
position: absolute;
width: 20px;
}
.pp_bottom .pp_middle {
height: 20px;
left: 20px;
position: absolute;
right: 20px;
}
* html .pp_bottom .pp_middle {
left: 0;
position: static;
}
.pp_bottom .pp_right {
height: 20px;
left: auto;
position: absolute;
right: 0;
top: 0;
width: 20px;
}
.pp_loaderIcon {
display: block;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
position: absolute;
top: 50%;
width: 24px;
}
#pp_full_res {
line-height: 1 !important;
}
#pp_full_res .pp_inline {
text-align: left;
}
#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
div.ppt {
color: #fff;
display: none;
font-size: 17px;
margin: 0 0 5px 15px;
z-index: 9999;
}.anim-start-ltr,
.anim-start-btt,
.anim-start-ttb,
.anim-start-rtl,
.anim-start-stb {
opacity: 0;
}
.anim-end-ltr,
.anim-end-btt,
.anim-end-ttb,
.anim-end-rtl,
.anim-end-stb {
opacity: 1;
}
.anim-start-btt,
.anim-start-ttb,
.anim-end-btt,
.anim-end-ttb {
float: left;
}
.anim-end-ltr {
-webkit-animation: anim-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-animation: anim-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-ms-animation: anim-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
animation: anim-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.anim-end-btt {
-webkit-animation: anim-btt 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-animation: anim-btt 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-ms-animation: anim-btt 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
animation: anim-btt 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.anim-end-ttb {
-webkit-animation: anim-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-animation: anim-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-ms-animation: anim-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
animation: anim-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.anim-end-rtl {
-webkit-animation: anim-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-animation: anim-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-ms-animation: anim-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
animation: anim-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.anim-end-stb {
-webkit-animation: anim-stb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-animation: anim-stb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-ms-animation: anim-stb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
animation: anim-stb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
} @keyframes anim-ltr {
0% { transform:translate(-10%,0);opacity:0}
100%{ transform:translate(0,0);opacity:1}
}
@-moz-keyframes anim-ltr {
0% { -moz-transform:translate(-10%,0);opacity:0}
100%{-moz-transform:translate(0,0);opacity:1}
}
@-webkit-keyframes anim-ltr {
0% { -webkit-transform:translate(-10%,0);opacity:0}
100%{-webkit-transform:translate(0,0);opacity:1}
} @keyframes anim-btt {
0% { transform:translate(0,10%);opacity:0}
100%{ transform:translate(0,0);opacity:1}
}
@-moz-keyframes anim-btt {
0% { -moz-transform:translate(0,10%);opacity:0}
100%{-moz-transform:translate(0,0);opacity:1}
}
@-webkit-keyframes anim-btt {
0% { -webkit-transform:translate(0,10%);opacity:0}
100%{-webkit-transform:translate(0,0);opacity:1}
} @keyframes anim-ttb {
0% { transform:translate(0,-10%);opacity:0}
100%{ transform:translate(0,0);opacity:1}
}
@-moz-keyframes anim-ttb {
0% { -moz-transform:translate(0,-10%);opacity:0}
100%{-moz-transform:translate(0,0);opacity:1}
}
@-webkit-keyframes anim-ttb {
0% { -webkit-transform:translate(0,-10%);opacity:0}
100%{-webkit-transform:translate(0,0);opacity:1}
} @keyframes anim-rtl {
0% { transform:translate(10%,0);opacity:0}
100%{ transform:translate(0,0);opacity:1}
}
@-moz-keyframes anim-rtl {
0% { -moz-transform:translate(10%,0);opacity:0}
100%{-moz-transform:translate(0,0);opacity:1}
}
@-webkit-keyframes anim-rtl {
0% { -webkit-transform:translate(10%,0);opacity:0}
100%{-webkit-transform:translate(0,0);opacity:1}
} @keyframes anim-stb {
0% { transform: scale(0);opacity:0}
100%{ transform: scale(1);opacity:1}
}
@-moz-keyframes anim-stb {
0% { -moz-transform: scale(0);opacity:0}
100%{-moz-transform: scale(1);opacity:1}
}
@-webkit-keyframes anim-stb {
0% { -webkit-transform: scale(0);opacity:0}
100%{-webkit-transform: scale(1);opacity:1}
}   .button          { display: inline-block; color: #FFF; text-align: center; line-height: 1.5; margin: 0 0.5em 1.2em 0; background-image: none !important; }
.button:hover    { color: #FFF; }
.button.wide { display: block; }
.button i { margin-left: 10px; }
.button.small    { font-size: 0.9em; padding: 6px 14px; }
.button.medium   { font-size: 1em;   padding: 8px 22px; }
.button.large    { font-size: 1.2em; padding: 8px 26px; }
.button.aqua        { background-color: #008867; }
.button.black       { background-color: #202020; }
.button.blue_dark   { background-color: #22419C; }
.button.blue_light  { background-color: #3F4DF3; }
.button.brown       { background-color: #B77705; }
.button.green_dark  { background-color: #097519; }
.button.green_light { background-color: #59AC23; }
.button.grey        { background-color: #9E9E9E; }
.button.red_dark    { background-color: #CF2200; }
.button.red_light   { background-color: #F33F3F; }
.button.pink        { background-color: #E700CC; }
.button.purple      { background-color: #880078; }
.button.style1,
.button.style2,
.button.style3,
.button.style4 {
background-image: none !important; 
}
.button.style1 {
border: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.button.style1:hover {
background-color: #222;
}
.button.style2 {
border: none;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
-ms-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
-o-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
}
.button.style2:active {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.button.style3 {
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
border: 1px solid rgba(51, 51, 51, 0.2);
-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
-moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
-ms-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
-o-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, rgba(255, 255, 255, 0.2)), color-stop(1, rgba(255, 255, 255, 0)));
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0) 100%);
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0.2)', endColorstr='rgba(255, 255, 255, 0)',GradientType=0)
}
.button.style3:hover {
background-color: #222;
}
.button.style4 {
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset,0 1px 2px rgba(255, 255, 255, 0.3) inset,0 1px 2px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset,0 1px 2px rgba(255, 255, 255, 0.3) inset,0 1px 2px rgba(0, 0, 0, 0.3);
-ms-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset,0 1px 2px rgba(255, 255, 255, 0.3) inset,0 1px 2px rgba(0, 0, 0, 0.3);
-o-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset,0 1px 2px rgba(255, 255, 255, 0.3) inset,0 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset,0 1px 2px rgba(255, 255, 255, 0.3) inset,0 1px 2px rgba(0, 0, 0, 0.3);
}
.button.style4:hover {
opacity: 0.8;
}   .sc-carousel {
width: 100%;
position: relative;
padding: 0 35px;
margin-bottom: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.sc-carousel.carousel-iframe {
height: auto !important;
}
.sc-carousel ul {
margin: 0;
padding: 0;
list-style: none;
display: block;
}
.sc-carousel li {
padding: 0px 15px;
display: block;
float: left;
background: none;
}
.sc-carousel .entry-header,
.sc-carousel .entry-header img {
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.sc-carousel .entry-header {
max-width: 100%;
position: relative;
display: inline-block;
overflow: hidden;
margin-bottom: -6px;
}
.sc-carousel .entry-header img {
}
.sc-carousel .entry-content {
margin-top: 15px;
}
.sc-carousel .entry-content h4 {
line-height: 1;
}
.sc-carousel .entry-content h4 a {
color: inherit;
}
.sc-carousel .entry-footer {
font-size: 90%;
border-top: 1px solid #EAEAEA;
padding-top: 10px;
margin-bottom: 20px;
}
.sc-carousel .entry-footer a {
color: inherit;
}
.sc-carousel .comment {
float: right;
}
.sc-carousel .comment i {
color: #C9C9C9;
font-size: larger;
margin-right: 10px
} .sc-carousel .entry-header .image-overlay,
.sc-grid .entry-header .image-overlay {
overflow: hidden;
text-align: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
visibility: visible;
opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc-carousel .entry-header:hover .image-overlay,
.sc-grid .entry-header:hover .image-overlay {
opacity: 0.9;
filter: alpha(opacity=100);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sc-carousel .entry-header .image-overlay-inner,
.sc-grid .entry-header .image-overlay-inner {
display: table;
width: 100%;
height: 100%;
background: #444;
background: rgba(61, 61, 61, 0.5);
}
.sc-carousel .entry-header .hover-icons,
.sc-grid .entry-header .hover-icons {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.sc-carousel .entry-header .hover-link,
.sc-carousel .entry-header .hover-zoom,
.sc-grid .entry-header .hover-link,
.sc-grid .entry-header .hover-zoom {
opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
text-align: center;
display: inline-block;
height: 50px;
width: 50px;
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
-o-border-radius: 500px;
border-radius: 500px;
}
.sc-carousel .entry-header:hover .hover-zoom,
.sc-carousel .entry-header:hover .hover-link,
.sc-grid .entry-header:hover .hover-zoom,
.sc-grid .entry-header:hover .hover-link {
background: #222;
background: rgba(0, 0, 0, 0.5);
opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sc-carousel .entry-header .hover-link:hover,
.sc-carousel .entry-header .hover-zoom:hover,
.sc-grid .entry-header .hover-link:hover,
.sc-grid .entry-header .hover-zoom:hover {
background: #101010;
}
.sc-carousel .entry-header .hover-zoom,
.sc-grid .entry-header .hover-zoom {
margin-right: 5px;
-webkit-transform: translateX(-40px);
-moz-transform: translateX(-40px);
-ms-transform: translateX(-40px);
-o-transform: translateX(-40px);
transform: translateX(-40px);
}
.sc-carousel .entry-header .hover-link,
.sc-grid .entry-header .hover-link {
margin-left: 5px;
-webkit-transform: translateX(40px);
-moz-transform: translateX(40px);
-ms-transform: translateX(40px);
-o-transform: translateX(40px);
transform: translateX(40px);
}
.sc-carousel .entry-header:hover .hover-zoom,
.sc-carousel .entry-header:hover .hover-link,
.sc-grid .entry-header:hover .hover-zoom,
.sc-grid .entry-header:hover .hover-link {
-webkit-transform: translate(0);
-moz-transform: translate(0);
-ms-transform: translate(0);
-o-transform: translate(0);
transform: translate(0);
} .sc-carousel .entry-header .image-overlay.style2 .hover-zoom,
.sc-carousel .entry-header .image-overlay.style2 .hover-link,
.sc-grid .entry-header .image-overlay.style2 .hover-zoom,
.sc-grid .entry-header .image-overlay.style2 .hover-link {
margin: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px);
}
.sc-carousel .entry-header:hover .image-overlay.style2 .hover-zoom,
.sc-carousel .entry-header:hover .image-overlay.style2 .hover-link,
.sc-grid .entry-header:hover .image-overlay.style2 .hover-zoom,
.sc-grid .entry-header:hover .image-overlay.style2 .hover-link {
-webkit-transform: translate(0);
-moz-transform: translate(0);
-ms-transform: translate(0);
-o-transform: translate(0);
transform: translate(0);
} .sc-carousel .entry-header .hover-zoom:before,
.sc-carousel .entry-header .hover-link:before,
.sc-grid .entry-header .hover-zoom:before,
.sc-grid .entry-header .hover-link:before {
font-family: dashicons;
font-size: 22px;
position: relative;
display: inline-block;
float: right;
color: #FFF;
line-height: 1;
}
.sc-carousel .entry-header .hover-zoom:before,
.sc-grid .entry-header .hover-zoom:before {
content: '\f132';
right: 14px;
top: 15px;
}
.sc-carousel .entry-header .hover-link:before,
.sc-grid .entry-header .hover-link:before {
content: '\f103';
right: 14px;
top: 15px;
} .sc-carousel.carousel-client { }
.sc-carousel.carousel-client img {
margin: 0 auto;
}
.sc-carousel.carousel-client li {
height: 100%;
display: table;
}
.sc-carousel.carousel-client .entry-header {
display: table-cell;
vertical-align: middle
} .sc-carousel.carousel-team .wrap-team {
display: table-cell;
vertical-align: middle;
} .sc-carousel.carousel-testimonial {
text-align: center;
padding: 0;
margin-top: 0;
padding-bottom: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.sc-carousel.carousel-testimonial li {
text-align: center;
}
.sc-carousel.carousel-testimonial .entry-header  {
display: inline-block;
font-size: large;
text-align: center;
background: #FAFAFA;
padding: 20px 35px;
margin-bottom: 35px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.sc-carousel.carousel-testimonial .sc-carousel-thumbs {
max-width: 100%;
text-align: center !important;
}
.sc-carousel.carousel-testimonial .sc-carousel-thumbs img {
margin: 0 7px;
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
-ms-border-radius: 500px;
-o-border-radius: 500px;
border-radius: 500px;
filter: gray;
-webkit-filter: grayscale(0.5);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc-carousel.carousel-testimonial .sc-carousel-thumbs img:hover,
.sc-carousel.carousel-testimonial .sc-carousel-thumbs .selected img {
filter: none;
-webkit-filter: grayscale(0);
}
.sc-carousel.carousel-testimonial .sc-testimonial-style2 {
display: inline-block;
}
.sc-carousel.carousel-testimonial .sc-testimonial-style2 .entry-header {
background: #FFF;
border: 1px solid #efefef;
} .sc-carousel .image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
visibility: hidden;
}
.sc-carousel .image-overlay-inner {
display: table;
width: 100%;
height: 100%;
}
.sc-carousel .hover-icons {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.sc-carousel .hover-link,
.sc-carousel .hover-zoom {
text-align: center;
display: inline-block;
height: 50px;
width: 50px;
}
.sc-carousel .hover-zoom {
margin-right: 10px;
}
.sc-carousel .hover-link {
height: 50px;
width: 50px;
} .sc-carousel a.prev,
.sc-carousel a.next {
position: absolute;
top: 50%;
margin-top: -15px;	
background: #CACACA;
text-align: center;
width: 30px;
height: 30px;
display: block;
}
.sc-carousel a.prev { left: 0; }
.sc-carousel a.next { right: 0; }
.sc-carousel a.prev:hover,
.sc-carousel a.next:hover {
background: #AAA;
}
.sc-carousel a.prev i,
.sc-carousel a.next i {
color: #FFF;
font-size: 15px;
position: relative;
top: 6px;
}
.sc-carousel a.prev.disabled,
.sc-carousel a.next.disabled {
cursor: default;
} .sc-carousel .pagination {
text-align: center;
margin: 10px 0 0;
}
.sc-carousel .pagination a {
display: inline-block;
font-size: 0;
width: 12px;
height: 12px;
margin: 0 3px;
background: #CCC;
border: 3px solid #FFF;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
-ms-border-radius: 500px;
-o-border-radius: 500px;
border-radius: 500px;
}
.sc-carousel .pagination a:hover,
.sc-carousel .pagination a.selected {
background: #FFF;
border: 3px solid #CCC;
}
.sc-carousel .pagination a.selected {
cursor: default;
} .sc-carousel.sc-postitem {
height: auto !important;
padding: 0;
margin: 0 0 20px;
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}   .one_half     {width: 48.7%; }
.one_third    {width: 31.6%; }
.two_third    {width: 65.8%; }
.one_fourth   {width: 23.05%; }
.three_fourth {width: 74.35%; }
.one_fifth    {width: 17.92%; }
.two_fifth    {width: 38.44%; }
.three_fifth  {width: 58.96%; }
.four_fifth   {width: 79.48%; }
.one_sixth    {width: 14.5%; }
.five_sixth   {width: 82.9%; }
.last         {clear: right; margin-right: 0px !important; }
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
margin-right: 2.6%;
margin-bottom: 20px;
position: relative;
float: left;
}   div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip {
padding: 3px 20px;
border: 1px solid rgba(0, 0, 0, 0.2);
text-shadow: 1px 1px 0 #FFF;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 40px 0px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 40px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 40px 0px rgba(0, 0, 0, 0.05);
-ms-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 40px 0px rgba(0, 0, 0, 0.05);
-o-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 40px 0px rgba(0, 0, 0, 0.05);
}
span.wpcf7-not-valid-tip {
background: #FFDBDB;
}
div.wpcf7-validation-errors {
font-size: 90%;
background: #F9FFC3;
}
div.wpcf7-mail-sent-ok {
font-size: 90%;
background: #CAFFC3;
}   .margin10 	{ padding: 5px 0px; }
.margin20 	{ padding: 10px 0px; }
.margin30 	{ padding: 15px 0px; }
.margin40 	{ padding: 20px 0px; }
.margin50 	{ padding: 25px 0px; }
.margin60 	{ padding: 30px 0px; }
.margin70 	{ padding: 35px 0px; }
.margin80 	{ padding: 40px 0px; }
.margin90 	{ padding: 45px 0px; }
.margin100 	{ padding: 50px 0px; }
.divider-top,
.divider {
position:relative;
clear:both;
display:block;
border-bottom:1px solid #E6E6E6;
}
.divider 	        { padding-top:15px; margin-bottom:15px;	}
.divider-top 	{ padding-top:15px; margin-bottom:15px;	}
.divider-top a 	{
position:absolute;
right:0;
top:10px;
background:none repeat scroll 0 0 #FFFFFF;
font-size: smaller;
padding: 0px 5px;
margin-top: -4px;
text-align:right;
}
.divider-fade {
border: 0;
height: 1px;
margin: 25px 0 25px 0;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
}   .sc-grid ul {
margin: 0 0 20px;
list-style: none;
}
.sc-grid li {
margin: 0;
position: relative;
}
.sc-grid img {
display: block;
}
.sc-grid .entry-header {
overflow: hidden;
position: relative;
}
.sc-grid .entry-header .image-overlay {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.sc-grid .column-1 { width: 100%;    padding: 10px; }
.sc-grid .column-2 { width: 50%;     padding: 10px; }
.sc-grid .column-3 { width: 33.333%; padding: 10px; }
.sc-grid .column-4 { width: 25%;     padding: 10px; }
.sc-grid .column-5 { width: 20%;     padding: 10px; }
.sc-grid .column-6 { width: 16.65%;  padding: 10px; } .sc-grid.grid-wide ul {
margin: 0;
}
.sc-grid.grid-wide .column-1,
.sc-grid.grid-wide .column-2,
.sc-grid.grid-wide .column-3,
.sc-grid.grid-wide .column-4,
.sc-grid.grid-wide .column-5,
.sc-grid.grid-wide .column-6,
.sc-grid.grid-wide .entry-header .image-overlay{
padding: 0;
}   .icontext:before,
.icontext:after,
.iconfull:before,
.iconfull:after  { content:""; display:table; }
.icontext:after,
.iconfull:after  { clear:both; }
.icontext .iconimage,
.iconfull.style1 .iconimage { float:left; }
.iconmain    { overflow: hidden; padding-left: 10px; }
.iconimage   { min-width: 32px; min-height: 32px; }
.iconmain h3,
.iconimage h3 {
font-weight: bold;
line-height: 1;
font-size: 16px; 
margin: 0 0 10px; 
}
.iconbackground {
display: block;
background: #333;
padding: 9px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
-ms-border-radius: 500px;
-o-border-radius: 500px;
border-radius: 500px;
}
.iconbackground.icon-muted {
color: #FFF;
}
.fa-lg.iconbackground {
height: 35px;
width: 35px;
min-height: 35px;
min-width: 35px;
}
.fa-2x.iconbackground {
height: 45px;
width: 45px;
min-height: 45px;
min-width: 45px;
}
.fa-3x.iconbackground {
height: 55px;
width: 55px;
min-height: 55px;
min-width: 55px;
}
.fa-4x.iconbackground {
height: 65px;
width: 65px;
min-height: 65px;
min-width: 65px;
}
.iconfull.style1 .iconimage {
text-align: center; 
}
.iconfull.style2 .iconimage {
display: table;
width: 100%;
height: auto;
margin-bottom: 15px;
}
.iconfull.style2 .iconimage i,
.iconfull.style2 .iconimage h3 {
display: table-cell;
vertical-align: middle;
}
.iconfull.style2 .iconimage i {
width: 1%;
text-align: center;
}
.iconfull.style2 .iconimage h3 {
padding-left: 10px;
}
.iconfull.style2 .iconmain {
padding: 0;
}
.iconmain .iconurl { margin-top: -15px; }
.iconmain .iconurl a:after {
font-family: FontAwesome;
font-size: 1.2em;
content: "\f105";
position: relative;
left: 5px;
top: 1px;
}   div.pp_overlay {
z-index: 99999;
}
div.pp_pic_holder {
z-index: 999999;
}
.prettyPhoto { 
max-width: 100%;
position: relative; 
display: inline-block; 
}
.sc-lightbox {
max-width: 100%;
position: relative;
display: inline-block;
margin-bottom: 20px;
}
.sc-lightbox img {
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.sc-lightbox .image-overlay {
text-align: center;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.sc-lightbox:hover .image-overlay {
opacity: 0.9;
visibility: visible;
}
.sc-lightbox .image-overlay-inner {
display: table;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
}
.sc-lightbox .image-overlay-inner .hover-icons {
display: table-cell;
vertical-align: middle;
}
.sc-lightbox a {
display: inline-block;
color: #FFF;
background: rgba(0, 0, 0, 0.5);
webkit-border-radius: 500px;
-moz-border-radius: 500px;
-o-border-radius: 500px;
border-radius: 500px;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px);
}
.sc-lightbox:hover a {
-webkit-transform: translate(0);
-moz-transform: translate(0);
-ms-transform: translate(0);
-o-transform: translate(0);
transform: translate(0);
}
.sc-lightbox a:hover {
background: #333;
}
.sc-lightbox .hover-zoom {
display: inline-block;
width: 60px;
height: 60px;
}
.sc-lightbox .hover-zoom:before {
font-family: dashicons;
font-size: 22px;
content: '\f132';
color: #FFF;
line-height: 60px;
}   ul.list 	{ list-style: none; margin: 3px 0px; }
ul.list li	{ padding: 0px 0px 6px 25px; background: transparent no-repeat scroll 0 1px; }
ul.iconfont i   { margin: 0 10px 0 -22px }
ul.iconfont i.fa-none   { margin-left: -39px; }    .google-map-placeholder {
border: none !important;
}   .notification {
margin-bottom: 20px;
border: 1px solid rgba(0, 0, 0, 0.2);
text-shadow: 1px 1px 0 #FFF;
-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 40px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 40px 0px rgba(0, 0, 0, 0.05);
-ms-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 40px 0px rgba(0, 0, 0, 0.05);
-o-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 40px 0px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 40px 0px rgba(0, 0, 0, 0.05);
}
.notification p:last-child{ margin: 0; }
.notification,          .notification.normal   { background: #F9F9F9; }
.notification.download, .notification.success  { background: #CAFFC3; }
.notification.error,    .notification.stop     { background: #FFDBDB; }
.notification.info,     .notification.question { background: #EBF6FE; }
.notification.warning,  .notification.message  { background: #F9FFC3; }
.notification .icon          { padding: 20px 20px 20px 60px; }
.notification.error .icon    { background: url(//www.sideshield.com/wp-content/themes/sento/images/icons/color/X.png) no-repeat 15px 18px; background-size: 25px }
.notification.stop .icon     { background: url(//www.sideshield.com/wp-content/themes/sento/images/icons/color/No.png) no-repeat 15px 18px; background-size: 25px }
.notification.download .icon { background: url(//www.sideshield.com/wp-content/themes/sento/images/icons/color/World-download.png) no-repeat 15px 18px; background-size: 25px }
.notification.success .icon  { background: url(//www.sideshield.com/wp-content/themes/sento/images/icons/color/Checkmark.png) no-repeat 15px 18px; background-size: 25px }
.notification.info .icon     { background: url(//www.sideshield.com/wp-content/themes/sento/images/icons/color/Info.png) no-repeat 15px 18px; background-size: 25px }
.notification.question .icon { background: url(//www.sideshield.com/wp-content/themes/sento/images/icons/color/Questions.png) no-repeat 15px 18px; background-size: 25px }
.notification.warning .icon  { background: url(//www.sideshield.com/wp-content/themes/sento/images/icons/color/Warning.png) no-repeat 15px 18px; background-size: 25px }
.notification.message .icon  { background: url(//www.sideshield.com/wp-content/themes/sento/images/icons/color/Chat.png) no-repeat 15px 18px; background-size: 25px }   .pricing-table:before,
.pricing-table:after { content:""; display:table; }
.pricing-table:after { clear:both; }
.pricing-table { margin: 0; max-width: 100%; margin-bottom: 20px }
.pricing-table ul { margin: 0; }
.pricing-table li { list-style: none; display: block; padding: 10px; border-bottom: 1px dashed #ddd; }
.pricing-table .pricing-package {
text-shadow: 0 1px 0 white;
float: left;
display: inline-block;
text-align: center;
background: white;
border: 1px solid #ddd;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-ms-border-radius: 4px 4px 0 0;
-o-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.pricing-table .big {
margin-bottom: 20px;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
-webkit-box-shadow: 0px 0px 5px 1px #f5f5f5;
-moz-box-shadow: 0px 0px 5px 1px #f5f5f5;
-ms-box-shadow: 0px 0px 5px 1px #f5f5f5;
-o-box-shadow: 0px 0px 5px 1px #f5f5f5;
box-shadow: 0px 0px 5px 1px #f5f5f5;
}
.pricing-table .pricing-title h5 {
text-transform: uppercase;
margin: 0;
padding: 8px 10px;
border-bottom: 1px solid #ddd;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-ms-border-radius: 4px 4px 0 0;
-o-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.pricing-table .pricing-title h5,
.pricing-table .pricing-link h4 a {
font-size: 13px;
color:inherit;
background: #f8f8f8;
background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8));
background: -webkit-linear-gradient(top, #ffffff 0%,#f8f8f8 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f8f8f8 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f8f8f8 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f8f8f8 100%);
}
.pricing-table .pricing-link h4 {
margin: 0;
}
.pricing-table .pricing-price h3 {
background: #fcfcfc;
margin: 0;
border-bottom: 1px solid #ddd;
padding: 10px;
line-height: 1;
}
.pricing-table .pricing-link a {
display: block;
border: 1px solid #ddd;
margin: 10px 15px;
padding: 5px 10px;
}
.pricing-table li.tick,
.pricing-table li.cross {
text-align: left;
padding-left: 50px;
}
.pricing-table li.tick { 
background: url(//www.sideshield.com/wp-content/themes/sento/images/shortcodes/icon-tick.png) 25px center no-repeat;
}
.pricing-table li.cross {
background: url(//www.sideshield.com/wp-content/themes/sento/images/shortcodes/icon-cross.png) 25px center no-repeat;
}   .progress {
height: 28px;
border: 1px solid #EEE;
}
.progress .bar {
display: table;
padding: 0 10px;
-webkit-transition: width 1s ease;
-moz-transition: width 1s ease;
-o-transition: width 1s ease;
transition: width 1s ease
}
span.bar-title,
span.bar-per {
display: table-cell;
vertical-align: middle;
font-weight: bold;
}
span.bar-title {
text-align: left;
white-space: nowrap;
}
span.bar-per {
text-align: right;
} .progress.progress-basic .bar {
background: #0E90D2;
}
.progress.progress-basic .bar-info {
background: #4BB1CF;
}
.progress.progress-basic .bar-success {
background-color: #5EB95E;
}
.progress.progress-basic .bar-warning {
background-color: #FAA732;
}
.progress.progress-basic .bar-danger {
background-color: #DD514C;
}   .sc-knob {
position: relative;	
text-align: center;
pointer-events: none;
display: inline-block;
}
.sc-knob-dial {
font-family: inherit !important;
}
.sc-knob-title {
position: relative;
width: 140px;
text-align: center;
} .sc-knob.sc-counter canvas {
display: none;
}
.sc-knob.sc-counter input {
font-size: 44px !important;
font-weight: 400 !important;
margin: 0 0 5px !important;
position: static !important;
height: auto !important;
}
.sc-knob.sc-counter .sc-knob-title {
width: auto;
margin: auto;
}   .slideshow .carousel-control {
border: none;
background: none;
-webkit-transition: inherit;
-moz-transition: inherit;
-ms-transition: inherit;
-o-transition: inherit;
transition: inherit;
}
.slideshow .carousel-indicators    { top: inherit; bottom: 15px; }
.slideshow .carousel-caption h4    { font-size: 15px; text-transform: uppercase; font-weight: bold }
.slideshow .carousel-indicators li { cursor: pointer; }    .rslides-sc .rslides,
.thinkupslider-sc .rslides {
margin: 0;
overflow: hidden;
}
.rslides-sc .rslides li,
.thinkupslider-sc .rslides li {
width: 100%;
}
.rslides-sc .rslides img,
.thinkupslider-sc .rslides img {
width: 100%;
}
.rslides-sc .rslides-inner,
.thinkupslider-sc .rslides-inner {
position: relative;
max-width: 100%;
margin: 0 auto;
border: 0;
overflow: hidden;
}
.rslides-sc .full-width .rslides-inner,
.thinkupslider-sc .full-width .rslides-inner {
width: 100%;
position: relative;
}
.rslides-sc .rslides-inner li,
.thinkupslider-sc .rslides-inner li {
height: auto;
list-style: none;
}
.rslides-sc .rslides-container,
.thinkupslider-sc .rslides-container {
padding: 0 0 20px;
}
.rslides-sc.full-width .rslides-container,
.thinkupslider-sc.full-width .rslides-container {
padding: 0;
}
.rslides-sc .rslides-container.full-width,
.thinkupslider-sc .rslides-container.full-width {
padding: 0;
}
.rslides-sc a.rslides_nav,
.thinkupslider-sc a.rslides_nav {
opacity: 0;
text-align: center;
position: absolute;
top: 50%;
z-index: 9999;
width: 52px;
height: 52px;
line-height: 1;
margin: -26px 0px 0;
overflow: hidden;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;	
}
.rslides-sc a.rslides_nav:hover,
.thinkupslider-sc a.rslides_nav:hover {
}
.rslides-sc a.rslides_nav.prev,
.thinkupslider-sc a.rslides_nav.prev {
left: 10px;
}
.rslides-sc a.rslides_nav.next,
.thinkupslider-sc a.rslides_nav.next {
right: 10px;
}
.rslides-sc a.rslides_nav.prev:before,
.rslides-sc a.rslides_nav.next:before,
.thinkupslider-sc a.rslides_nav.prev:before,
.thinkupslider-sc a.rslides_nav.next:before {
position: relative;
z-index: 9999;
font-family: FontAwesome;
display: block;
color: #DDD;
background: #555;
background: rgba(0, 0, 0, 0.3);
font-size: 30px;
line-height: 52px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.rslides-sc a.rslides_nav.prev:hover:before,
.rslides-sc a.rslides_nav.next:hover:before,
.thinkupslider-sc a.rslides_nav.prev:hover:before,
.thinkupslider-sc a.rslides_nav.next:hover:before {
color: #FFF;
background: #111;
background: rgba(0, 0, 0, 0.5);
}
.rslides-sc a.rslides_nav.prev:before,
.thinkupslider-sc a.rslides_nav.prev:before {
content: "\f104";
}
.rslides-sc a.rslides_nav.next:before,
.thinkupslider-sc a.rslides_nav.next:before {
content: "\f105";
}
.rslides-sc .rslides-inner:hover a.rslides_nav,
.thinkupslider-sc .rslides-inner:hover a.rslides_nav {
opacity: 1;
}
.rslides-sc .rslides-inner:hover a.rslides_nav.prev,
.thinkupslider-sc .rslides-inner:hover a.rslides_nav.prev {
left: 30px;
}
.rslides-sc .rslides-inner:hover a.rslides_nav.next,
.thinkupslider-sc .rslides-inner:hover a.rslides_nav.next {
right: 30px;
}
.rslides-sc .rslides_tabs,
.thinkupslider-sc .rslides_tabs {
position: absolute;
z-index: 9999;
text-align: center;
width: 100%;
bottom: 10px;
margin: 0;
}
.rslides-sc .rslides_tabs li,
.thinkupslider-sc .rslides_tabs li {
list-style: none;
margin: 0 6px;
display: inline-block;
zoom: 1;
}
.rslides-sc .rslides_tabs li a,
.thinkupslider-sc .rslides_tabs li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.4);
cursor: pointer;
text-indent: -9999px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.rslides-sc .rslides_tabs li a:hover,
.rslides-sc .rslides_tabs li.rslides_here a,
.thinkupslider-sc .rslides_tabs li a:hover,
.thinkupslider-sc .rslides_tabs li.rslides_here a {
background: #333;
background: rgba(0, 0, 0, 0.7)
} .rslides-sc .rslides-content,
.thinkupslider-sc .rslides-content {
height: 100%;
width: 100%;
position: absolute;
top: 0;
}
.rslides-sc .rslides-content-inner,
.thinkupslider-sc .rslides-content-inner {
display: table;
width: 100%;
max-width: 1140px;
height: 100%;
margin: 0 auto;
} .thinkupslider-sc .featured {
padding: 0 80px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.thinkupslider-sc.full-width .featured  {
padding: 0;
}      .nav>li>a:hover,
.nav>li>a:focus {
background: none;
}
.tabs li [class^="fa fa-"] { padding-right: 20px; }
.tabs {
margin-bottom: 20px;
}
.tabs .tab-pane p:last-child {
margin-bottom: 0;
}
.tabs .nav-tabs {
margin: 0;
}
.tabs .nav-tabs a {
color: inherit;
text-shadow: 0 1px 0 white;
}
.tabs .nav-tabs>li>a {
padding: 9px 20px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.tabs .tab-content {
background: white;
border: 1px solid #DDD;
border-top: none;
padding: 20px 12px;
}
.tabs .nav-tabs>.active>a,
.tabs .nav-tabs>.active>a:hover,
.tabs .nav-tabs>.active>a:focus {
border-color: #ddd;
border-bottom-color: rgba(0, 0, 0, 0);
} .tabs.style1 .tab-buttons {
border-bottom: 1px solid #DDD;
}
.tabs.style1 .tab-buttons ul,
.tabs.style1 .tab-buttons ul:hover,
.tabs.style1 .tab-buttons ul:focus {
border-bottom: none;
} .tabs.style2 .nav-tabs a {
color: inherit;
border: 1px solid #DDD;
text-shadow: 0 1px 0 white;
}
.tabs.style2 .nav-tabs>li>a:hover,
.tabs.style2 .nav-tabs>li>a:focus {
border-color: #DDD;
}
.tabs.style2 .nav-tabs>li.active>a:hover,
.tabs.style2 .nav-tabs>li.active>a:focus {
border-bottom-color: transparent;
}
.tabs.style2 .nav-tabs .active a {
background: white;
border-bottom-color: rgba(0, 0, 0, 0);
}
.tabs.style2 .nav-tabs a {
background: #F5F5F5;
-webkit-box-shadow: inset 0 0 0 1px #FFF;
-moz-box-shadow: inset 0 0 0 1px #FFF;
-ms-box-shadow: inset 0 0 0 1px #FFF;
-o-box-shadow: inset 0 0 0 1px #FFF;
box-shadow: inset 0 0 0 1px #FFF;
} .tab-buttons-center ul.nav-tabs  {
display: inline-block;
margin: 0 auto;
position: relative;
top: 1px;
overflow: hidden;
}
.tab-buttons-right ul {
float: right;
}
.tab-buttons-right li:last-child a {
margin: 0;
}
.tab-buttons-full li {
text-align: center;
}
.tab-buttons-full li:last-child a {
margin: 0;
}   .customtitle {
display: table;
margin-bottom: 20px;
}
.customtitle h1,
.customtitle h2,
.customtitle h3,
.customtitle h4,
.customtitle h5,
.customtitle h6 {
display: table-cell;
vertical-align: middle;
white-space: pre;
}
.customtitle.style0,
.customtitle.style0 h1,
.customtitle.style0 h2,
.customtitle.style0 h3,
.customtitle.style0 h4,
.customtitle.style0 h5,
.customtitle.style0 h6 {
display: block;
}
.customtitle .title-div {
width: 100%;
display: table-cell;
vertical-align: middle;
padding: 0 0 0 10px;
}
.customtitle .title-div-core {
display: block;
}
.customtitle.style1 .title-div-core {
border-top: 1px solid #E9E9E9;
height: 1px;
}
.customtitle.style2 .title-div-core {
border-top: 1px solid #E9E9E9;
border-bottom: 1px solid #E9E9E9;
height: 5px;
}
.customtitle.style3 .title-div-core {
border-top: 3px double #E9E9E9;
border-bottom: 1px solid #E9E9E9;
height: 1px;
}
.customtitle.style4 .title-div-core {
border-top: 3px double #E9E9E9;
border-bottom: 3px double #E9E9E9;
height: 1px
}
.customtitle.style5 span {
padding-bottom: 5px;
border-bottom: 2px solid #EEE;
}   .accordion-group {
margin-bottom: 3px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.accordion-heading {
position: relative;
}
.accordion-heading .accordion-toggle {
color: inherit;
text-shadow: 0 1px 0 white;
}
.accordion-heading .accordion-toggle {
padding-left: 40px;
}
.accordion-toggle:before {
font-family: FontAwesome;
font-size: 1.2em;
content: "\F106";
position: absolute;
left: 15px;
margin-top: -2px;
}
.accordion-toggle.collapsed:before {
content: "\F107";
}
.accordion-inner p:last-child {
margin: 0;
}
.accordion.style1 .accordion-group,
.accordion.style1 .accordion-inner {
border: none;
}
.accordion.style1 .accordion-group {
border-bottom: 1px solid #E5E5E5;
}
.accordion.style2 .accordion-group {
border-color: #DDD;
}
.accordion.style2 .accordion-heading {
border: 1px solid #FFF;
background: #F6F6F6;
}/*
Theme Name: Sento
Theme URI: http://www.thinkupthemes.com/free/sento-free/
Author: ThinkUpThemes
Author URI: http://www.ThinkUpThemes.com
Description: Sento is the free version of the multi-purpose professional theme (Sento Pro) ideal for a business or blog website. The theme has a responsive layout, HD retina ready and comes with a powerful theme options panel with can be used to make awesome changes without touching any code. The theme also comes with a full width easy to use slider. Easily add a logo to your site and create a beautiful homepage using the built-in homepage layout.
Version: 1.2.2
License: GNU General Public License
License URI: /licenses/license.txt
Tags: black, dark, orange, red, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fixed-layout, responsive-layout, fluid-layout, custom-header, custom-menu, full-width-template, theme-options, threaded-comments, editor-style, featured-images, featured-image-header, post-formats, sticky-post, translation-ready, flexible-header, gray, light, white, custom-background, grid-layout, footer-widgets, blog, e-commerce, education, entertainment, news, photography, portfolio
Text Domain: sento
*/

/*  TABLE OF CONTENTS
00. IMPORT
01. RESET
02. GLOBAL
03. STRUCTURE
04. MEDIA
05. NAVIGATION
06. HEADER
	-Main
	-Menu
	-Bootstrap Menu
	-Slider
	-Intro Options
	-Breadcrumbs
	-Notification Bar
07. MAIN CONTENT
	-Pre-Designed Homepage
	-Call to Action / Attention Grabber
	-Floating Content
08. FOOTER
09. WIDGETS & SIDEBAR
10. PAGE FORMATS
	-Meta Content
	-Blog
	-Single Post
	-Contact Us
	-Archive
	-Sitemap
	-Parallax
	-Search Results
	-404 Error
	-Portfolio
	-Project
	-Clients
	-Testimonials
11. SHORTCODES - THEME SPECIFIC STYLE
12. PAGE BUILDER - THEME SPECIFIC STYLE
13. IE STYLES
14. SAFARI STYLES
15. MISC
*/

/* ---------------------------------------------------------------------------------------
	00. IMPORT
--------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------
	01. RESET
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, cite,
del, dfn, em, font, q, s, samp,
strike, strong,
ol, ul, li,
fieldset, form, label, legend,
tbody, tfoot, thead, tr {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote:before, q:before,
blockquote:after, q:after {
}
blockquote:before, q:before {
}
blockquote:after, q:after {
}
blockquote, q {
	position: relative;
	display: block;
	font-weight: 600;
	border-left: 3px solid #F47E3E;
	padding: 0px 25px 0px 15px;
	margin: 0 0 20px 15px;
}
blockquote p:last-child {
	margin-bottom: 0;
}
blockquote cite a,
q cite a {
	color: #fff;
}
blockquote cite:before,
q cite:before {
	content: "- ";
}
dt {
	font-weight: bold;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
.clearboth {
	width: 100%;
	clear: both;
	display: block;
}
.screen-reader-text {	
}

/* ---------------------------------------------------------------------------------------
	02. GLOBAL
--------------------------------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #777;	
	font-family: Open Sans, Helvetica, Arial;
	font-size: 13px;
	line-height: 1.8;
	word-wrap: break-word;
}
body {
	background: #FFF;
}
#body-core {
	background: white;
	min-width: 320px;
}

/* Responsive screen width */
body.layout-fixed,
body.layout-fixed #body-core,
body.layout-fixed #site-header,
body.layout-fixed #header-sticky,
body.layout-fixed #notification { 
	min-width: 1140px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	color: #1E1E1E;
	clear: both;
	margin: 0 0 0.8em;
	font-family: Open Sans, Helvetica, Arial;
	line-height: 1.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
hr {
	background-color: #E6E6E6;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 20px;
}
ul, ol {
	margin: 0 0 20px 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
code,
pre {
	line-height: 25px;
	padding: 2px 8px;
	margin-bottom:10px;
	border: 1px solid #efefef;
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 50%, #fdfdfd 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f8f8f8), color-stop(50%,#fdfdfd));
	background: -webkit-linear-gradient(top, #f8f8f8 50%,#fdfdfd 50%);
	background: -o-linear-gradient(top, #f8f8f8 50%,#fdfdfd 50%);
	background: -ms-linear-gradient(top, #f8f8f8 50%,#fdfdfd 50%);
	background: linear-gradient(to bottom, #f8f8f8 50%,#fdfdfd 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#fdfdfd',GradientType=0 );
	background-size: 50px 50px;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,
input {
	line-height: inherit;
	*overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	padding: 7px 26px;
}
input.searchsubmit {
	padding: 10px 25px;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
select,
textarea {
	background: white;
	border: 1px solid #efeeee;
	padding: 10px 15px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
	background: #fff;
}
textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
}

/* Tables */
table {
	text-align:   center;
	margin:       0 0 25px;
	width:        100%;
	border-left:  1px solid #ddd;
	border-right: 1px solid #ddd;
	border-collapse:collapse;
}
caption {
	font-size:  0.875rem;
	font-style: italic;
	color:      #888;
}
th,
td {
	font-size:   0.9em;
	padding:     4px 2%;
	border:      1px solid #ddd;
	border-left: none;
}
th {
	font-weight: bold;
}
td {
	border-top: none;
}
#footer table,
#footer th,
#footer td {
	border-color: #353433;
}

/* Links */
a {
	color: #F47E3E;
	cursor: pointer;
	text-decoration: none;
	outline: 0 none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	color: inherit;
}
a,
a:visited {
	text-decoration: none;	
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 20px auto;
}


/* ---------------------------------------------------------------------------------------
	03. STRUCTURE
--------------------------------------------------------------------------------------- */
#pre-header-core, 
#header-core,
#header-sticky-core,
#content-core, 
#footer-core, 
#sub-footer-core,
#sub-footer-widgets,
#sub-footer-close,
#notification-core,
#intro-core,
#introaction-core,
#outroaction-core {
	display: block;
	max-width:1140px;
	margin: 0 auto;
}
#content,
.main-navigation,
.site-title,
.site-description {
    margin: 0 auto;
}
#content {
	clear: both;
	margin: 0;
	padding: 30px 10px;
} 

/* Boxed layout */
body.layout-boxed,
body.custom-background {
	background: #F1F1F1;
	padding: 25px 0;
}
body.layout-boxed #body-core,
body.custom-background #body-core {
	max-width: 1170px;
	display: block;
	margin: 0 auto;
	border: 1px solid #DDD;
}
body.layout-boxed #pre-header,
body.layout-boxed #header,
body.layout-boxed #header-sticky,
body.custom-background #pre-header,
body.custom-background #header,
body.custom-background #header-sticky {
	max-width: 1170px;
}

/* ---------------------------------------------------------------------------------------
	04. MEDIA
--------------------------------------------------------------------------------------- */
.entry-content img,
.entry-content iframe {
	display: block;
}
img {
	max-width: 100%;
	height: auto;
}
embed,
iframe,
object,
.wp-caption {
	max-width: 100%;
}
iframe.twitter-tweet {
	margin: 0 !important;
	width: 100%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 12px;
	font-style: italic;
}
#content .gallery a img {
	border: none;
}


/* ---------------------------------------------------------------------------------------
	05. NAVIGATION
--------------------------------------------------------------------------------------- */
#nav-above,
#nav-below {
	padding: 15px 0;
	margin: 0 0 40px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
.nav-previous,
.nav-next {
	width: 45%;
	max-width: 150px;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
.nav-previous a,
.nav-next a {
	display: block;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
	background: #676767;
}
.nav-previous a:hover,
.nav-next a:hover {
	color: #FFF;
	background: #F47E3E;
}
.nav-previous a .meta-nav,
.nav-next a .meta-nav {
	padding: 0 5px;
}
.nav-previous a .meta-icon,
.nav-next a .meta-icon {
	top: -1px;
	position: relative;
}
.nav-previous a:hover .meta-icon,
.nav-next a:hover .meta-icon {
}
.nav-previous i,
.nav-next i {
}

/* =Pagination
----------------------------------------------------------------------------- */
.pag {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 30px;
	list-style: none;
}
.pag li {
	font-size: 90%;
	text-align: center;
	display: inline-block;
	margin-right: 1px;
}
.pag li a,
.pag li span {
	color: inherit;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #FFF;
	background: #676767;
	margin-right: 2px;
}
.pag li a:hover,
.pag li.current span {
	color: #FFF;
	background: #F47E3E;
}
li.pag-first,
li.pag-last {
/*	display: none;
*/}
li.pag-previous {
}
li.pag-next {
}

/* Centralize pagination for all except first and last page */
.pag.pag-start {
	text-align: left;
}
.pag.pag-inner {
	text-align: center;
}
.pag.pag-end {
	text-align: right;
}
.pag.pag-inner span.pag-before {
	float: left;
}
.pag.pag-inner span.pag-current {
}
.pag.pag-inner span.pag-after {
	float: right;
}


/* ---------------------------------------------------------------------------------------
	06. HEADER
--------------------------------------------------------------------------------------- */

/* Custom Header */
.custom-header img {
	display: block;
}

/* =Main
----------------------------------------------------------------------------- */
.site-description {
	color: #E0E0E0;
	font-size: 13px;
	line-height: 13px;	
}
#logo,
#logo-sticky {
	float: left;
	margin-top: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#logo img,
#logo-sticky img {
	width: auto;
	max-height: 60px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#logo h1,
#logo-sticky h1 {
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
	margin-top: 10px;
}

/* Logo - Sticky Header */
#logo-sticky {
	margin-top: 10px;
}
#logo-sticky img {
	max-height: 45px
}
#logo-sticky h1 {
	font-size: 15px;
}
#logo-sticky .site-description {
	display: none;
}

/* Logo - Header Style 1 - Bottom */
.header-below #logo {
	margin-top: 15px;
}
.header-below #logo img {
	max-height: 45px;
}

/* Logo - Header Style 2 */
.header-style2 #logo {
	float: none;
	text-align: center;
	margin: 25px 0 15px;
}
.header-style2 #logo a {
	display: inline-block;
}
.header-style2 #logo h1 {
	margin-bottom: 20px;
}
.header-style2 #logo img {
	max-height: 90px;
}

/* =Menu
----------------------------------------------------------------------------- */

/* Site-header */
#site-header {
	line-header: 1.5;
	position: relative;
	z-index: 99999;
}

/* Pre-header */
#pre-header {
	position: relative;
	background: #1E1E1E;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#pre-header li {
	float: left;
}
#pre-header .header-links .menu-hover > a,
#pre-header .header-links > ul > li > a:hover {
	color: #E3E3E3;
}
#pre-header .header-links li a,
#pre-header-social li,
#pre-header-social li a {
	color: #B3B3B3;
	font-size: 12px;
	font-weight: 300;
}
#pre-header .header-links li a {
	display: block;
	padding: 9px 15px;
	background: #292929;
}
#pre-header .header-links > ul > li > a {
	display: inline-block
}
#pre-header .header-links > ul > li:before {
	content: "";
}
#pre-header .header-links > ul > li.alignright:before,
#pre-header .header-links > ul > li:first-child:before {
	content: "";
	padding: 0;
}
#pre-header  .header-links > ul > li.menu-parent > a:after {
	position: relative;
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 6px;
}
#pre-header .header-links .sub-menu {
	position: absolute;
	display: none;
	z-index: 9999;
	border-top: 1px solid #1E1E1E;
}
#pre-header .header-links .sub-menu li {
}
#pre-header .header-links .sub-menu a {
	min-width: 100px;
	padding: 5px 25px 5px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#pre-header .header-links .sub-menu a:hover {
	color: #E3E3E3;
}
#pre-header-core {
	display: table;
	width: 100%;
}
#pre-header-links-inner,
#pre-header-search,
#pre-header-social {
	display: table-cell;
	vertical-align: middle;
}

/* Pre-header - Alignment */
#pre-header li.alignright {
	float: right;
	margin: 0;
}

/* Pre-header - Icon Styling */
#pre-header .header-links i {
	color: #F47E3E;
	padding-right: 10px;
	font-size: larger;
}

/* Pre-header - Social Media */
#pre-header-social {
	float: right;
	padding-left: 40px;
}
#pre-header-social ul {
	display: table;
	float: right;
}
#pre-header-social li.message {
	border: none;
	padding-right: 10px;
	white-space: nowrap;
}
#pre-header-social li,
#pre-header-social li a {
	border: 0px;
}
#pre-header-social li {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
#pre-header-social li a {
	display: table;
	text-align: center;
	width: 24px;
	height: 24px;
	background: #292929;
	margin: 7px 5px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
#pre-header-social li a:hover {
	color: #fff;
}

#pre-header-social li.facebook a:hover {
	background: #3b5997;
}
#pre-header-social li.twitter a:hover {
	background: #a5dee8;
}
#pre-header-social li.google-plus a:hover {
	background: #db4a39;
}
#pre-header-social li.instagram a:hover {
	background: #AC8263;
}
#pre-header-social li.tumblr a:hover {
	background: #395672;
}
#pre-header-social li.linkedin a:hover {
	background: #56a1c4;
}
#pre-header-social li.flickr a:hover {
	background: #c5c5c5;
}
#pre-header-social li.pinterest a:hover {
	background: #C92228;
}
#pre-header-social li.xing a:hover {
	background: #126567;
}
#pre-header-social li.paypal a:hover {
	background: #1e477a;
}
#pre-header-social li.youtube a:hover {
	background: #de1f26;
}
#pre-header-social li.vimeo-square a:hover {
	background: #4EBBFF;
}
#pre-header-social li.rss a:hover {
	background: #fea81d;
}
#pre-header-social li i {
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: 1px;
}
#pre-header-social .tooltip-inner {
	padding: 6px 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

/* Pre Header - Search */
#pre-header-search {
	width: 165px;
	float: right;
	position: relative;
	padding-left: 40px;
}
#pre-header-search .search {
	width: 165px;
	height: 40px;
	color: #B3B3B3;
	background: #292929;
	border: none;
	padding: 10px 40px 10px 15px;
}
#pre-header-search .searchsubmit {
	display: none;
}
#pre-header-search .fa-search {
	font-size: 14px;
	text-align: center;
	color: #B3B3B3;
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

/* Pre-Header Search placeholder text color */
#pre-header-search ::-webkit-input-placeholder { color: #787878; }
#pre-header-search :-moz-placeholder { color: #787878; }
#pre-header-search ::-moz-placeholder { color: #787878; }
#pre-header-search :-ms-input-placeholder { color: #787878; }

/* Pre Header - Style 2 */
.pre-header-style2 #pre-header {
	background: #FFF;
	border-bottom: 1px solid #EEE;
}

.pre-header-style2 #pre-header .header-links li a {
	background: #FFF;
}
.pre-header-style2 #pre-header .header-links li a,
.pre-header-style2 #pre-header-social li {
	color: #999;
}
.pre-header-style2 #pre-header-social li a {
	color: #FFF;
	background: #AAA;
}
.pre-header-style2 #pre-header .header-links a:hover {
	color: #F47E3E;
}
.pre-header-style2 #pre-header .header-links .sub-menu {
	border: 1px solid #EEE;
}

.pre-header-style2 #pre-header-search .search {
	color: #999;
	background: none;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}
.pre-header-style2 #pre-header-search .fa-search {
	color: #aaa;
}

.pre-header-style2 #pre-header-search ::-webkit-input-placeholder { color: #CACACA; }
.pre-header-style2 #pre-header-search :-moz-placeholder { color: #CACACA; }
.pre-header-style2 #pre-header-search ::-moz-placeholder { color: #CACACA; }
.pre-header-style2 #pre-header-search :-ms-input-placeholder { color: #CACACA; }

/* Header (including #header-sticky */
#header,
#header-sticky {
	position: relative;
	font-size: 12px;
	background: #FFF;
	padding: 0;
	z-index: 99999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#header-core,
#header-sticky-core {
	position: relative;
}
#header-links,
#header-sticky-links {
	float: right;
}
#header-links-inner,
#header-sticky-links-inner {
	float: right;
}
#header .header-links li,
#header-sticky .header-links li {
	float: left;
}
#header .header-links > ul > li a,
#header-sticky .header-links > ul > li a {
	font-size: 14px;
	padding: 39px 20px;
}
#header .header-links > ul > li.menu-parent > a:after,
#header-sticky .header-links > ul > li.menu-parent > a:after {
	position: relative;
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 6px;
}
#header .header-links li a,
#header-sticky .header-links li a {
	color: #555;
	font-weight: 300;
	display: block;
	padding: 8px 14px;
	margin: 0px;
}
#header .header-links .sub-menu,
#header-sticky .header-links .sub-menu {
	display: none;
	float: left;
	position: absolute;
	z-index: 9999;
	background: #FFF;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}
#header .header-links .menu-hover > .sub-menu,
#header-sticky .header-links .menu-hover > .sub-menu {
}
#header .header-links .sub-menu a,
#header-sticky .header-links .sub-menu a {
	color: #1E1E1E;
	font-size: 12px;
	line-height: 32px;
	min-width: 100px;
	margin: 0;
	padding: 2px 10px;
}
#header .header-links .sub-menu li:last-child > a,
#header-sticky .header-links .sub-menu li:last-child > a {
	border: 0;
}
#header .header-links .sub-menu a:hover,
#header .header-links .sub-menu .current-menu-item a,
#header-sticky .header-links .sub-menu a:hover,
#header-sticky .header-links .sub-menu .current-menu-item a {
	color: #F47E3E;
}
#pre-header .sub-menu li,
#header .sub-menu li,
#header-sticky .sub-menu li {
	float: none;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}
#header .sub-menu li,
#header-sticky .sub-menu li {
	padding: 0 20px;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
}
#header .menu > li > a,
#header-sticky .menu > li > a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header .menu > li.menu-hover > a,
#header .menu > li.current_page_item > a, 
#header .menu > li.current-menu-ancestor > a,
#header .menu > li > a:hover,
#header-sticky .menu > li.menu-hover > a,
#header-sticky .menu > li.current_page_item > a, 
#header-sticky .menu > li.current-menu-ancestor > a,
#header-sticky .menu > li > a:hover {
	color: #F47E3E;
}
.main-navigation:after {
	clear: both;
	content: "";
	display: block;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation .sub-menu a {
	white-space: nowrap;
}
.main-navigation .sub-menu .sub-menu {
	position: absolute;
	top: -1px;
	left: 100%;
}
.main-navigation ul ul :hover > a {
}
#pre-header .main-navigation ul li:hover > ul,
#header .main-navigation ul li:hover > ul,
#header-sticky .main-navigation ul li:hover > ul {
	display: block;
}

/* Header Sticky */
#header-sticky {
	visibility: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
	border-bottom: 1px solid #EEE;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.header-sticky-active #header-sticky {
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
#header-sticky .header-links > ul > li a{
	padding: 20px 15px;
}

/* Header - Mega Menu */
#header .header-links .header-thinkupmega > ul,
#header-sticky .header-links .header-thinkupmega > ul {
	left: 0;
	width: 100%;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	margin: 0 !important;
}
#header .header-links .header-thinkupmega > ul > li:first-child,
#header-sticky .header-links .header-thinkupmega > ul > li:first-child {
	border-left: none;
}
#header .header-links .header-thinkupmega > ul > li,
#header-sticky .header-links .header-thinkupmega > ul > li {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#header .header-links .header-thinkupmega  > ul > li > a,
#header-sticky .header-links .header-thinkupmega  > ul > li > a {
	font-weight: 700;
	text-transform: uppercase;
}
#header .header-links .header-thinkupmega  > ul > li > a:before,
#header-sticky .header-links .header-thinkupmega  > ul > li > a:before {
	content: "";
}
#header .header-links .header-thinkupmega ul .sub-menu,
#header-sticky .header-links .header-thinkupmega ul .sub-menu {
	position: relative;
	display:block !important;
	visibility: visible !important;
	float: none;
	left: 0px;
	top: auto;
	border: none;
}
#header .header-links .header-thinkupmega ul .sub-menu li,
#header-sticky .header-links .header-thinkupmega ul .sub-menu li {
	position: relative;
	border: none;
	padding-left: 0;
	padding-right: 0;
}
#header .header-links .header-thinkupmega ul .sub-menu a,
#header-sticky .header-links .header-thinkupmega ul .sub-menu a {
	border: none;
}
#header .header-links .header-thinkupmega ul .sub-menu a:before,
#header-sticky .header-links .header-thinkupmega ul .sub-menu a:before {
	position: relative;
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
}
#header .header-links .header-thinkupmega .sub-menu a,
#header-sticky .header-links .header-thinkupmega .sub-menu a {
	padding: 2px 10px;
}

/* Header - Style 1 (Below slider) */
.header-style1.header-below #header {
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
.header-style1.header-below #header .header-links > ul > li > a {
	padding: 25px 15px;
}
.header-style1.header-below #header .sub-menu {
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
.header-style1.header-below1 #header #header-links-inner > ul > li > .sub-menu {
	bottom: 100%;
}
.header-style1.header-below1 #header .header-links > ul > li.menu-parent > a:after {
	content: "\f106";
}
.header-style1.header-below1 #header .main-navigation .sub-menu .sub-menu {
	top: -1px
}
.header-style1.header-below2 #header .sub-menu {
	bottom: auto;
	border-bottom: 1px solid #EEE;
}

/* Header - Style 2 (Including pre-header & social icons styling & search) */
.header-style2 #header {
	background: #FFF;
}
.header-style2 #header-core,
.header-style2.slider-full #header-core {
	max-width: 100%;
}
.header-style2 #header-links {
	float: none;
	border-top: 1px solid #EEE;
}
.header-style2 #header-links-inner {
	float: none;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
.header-style2 #header .header-links > ul > li > a {
	padding: 20px 20px;
}
.header-style2 #header .header-links .sub-menu {
	border-top: 1px solid #E3E3E3;
}
.header-style2 #header .header-links .sub-menu a {
	padding: 2px 0px;
}
.header-style2 #header .main-navigation .sub-menu .sub-menu {
	top: -1px;
}
.header-style2 #header .menu > li.menu-hover > a, 
.header-style2 #header .menu > li.current_page_item > a, 
.header-style2 #header .menu > li.current-menu-ancestor > a, 
.header-style2 #header .menu > li > a:hover {
}
.header-style2 #header-search .search {
	border: none;
}
.header-style2 #header .header-links .header-thinkupmega > ul {
	border-left: none;
}

/* Header - Style 2 (Position social media icons alongside logo) */
.header-style2 #header-container {
	display: table;
	max-width: 1140px;
	width: 100%;
	margin: 20px auto;
}
.header-style2 #header-container #logo,
.header-style2 #header-container #header-social {
	display: table-cell;
	vertical-align: middle;
}
.header-style2 #header-container #logo {
	text-align: left;
	padding-left: 20px;
}

/* Header - Align header links with search */
#header-links-inner {
	display: table;
}
#header-links-inner > .menu,
#header-search,
#header-social {
	display: table-cell;
	vertical-align: middle;
}

/* Header - Social Media*/
#header-social {
	padding-left: 40px;
}
#header-social ul {
	float: right;
	display: table;
	margin: 0;
}
#header-social li.message {
	border: none;
	padding-right: 10px;
	white-space: nowrap;
}
#header-social li,
#header-social li a {
	border: 0px;
}
#header-social li {
	display: table-cell;
	vertical-align: middle;
	float: none !important;
}
#header-social li a {
	display: table !important;
	text-align: center;
	width: 36px;
	height: 36px;
	color: #FFF !important;
	background: #292929;
	padding: 0 !important;
	margin: 2px !important;
}
#header-social li a:hover {
	color: #fff;
	opacity: 0.8;
}

#header-social li.facebook a {
	background: #3b5997;
}
#header-social li.twitter a {
	background: #a5dee8;
}
#header-social li.google-plus a {
	background: #db4a39;
}
#header-social li.instagram a {
	background: #AC8263;
}
#header-social li.tumblr a {
	background: #395672;
}
#header-social li.linkedin a {
	background: #56a1c4;
}
#header-social li.flickr a {
	background: #c5c5c5;
}
#header-social li.pinterest a {
	background: #C92228;
}
#header-social li.xing a {
	background: #126567;
}
#header-social li.paypal a {
	background: #1e477a;
}
#header-social li.youtube a {
	background: #de1f26;
}
#header-social li.vimeo-square a {
	background: #4EBBFF;
}
#header-social li.rss a {
	background: #fea81d;
}
#header-social li i {
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: 1px;
}
#header-social .tooltip-inner {
	padding: 6px 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

/* Header - Search */
#header-search {
	width: 165px;
	position: relative;
	padding-left: 40px;
}
#header-search .search {
	width: 165px;
	height: 40px;
	background: none;
	border: 1px solid #EEE;
	padding: 10px 40px 10px 15px;
}
#header-search .searchsubmit {
	display: none;
}
#header-search .fa-search {
	font-size: 14px;
	text-align: center;
	color: #aaa;
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

/* Header Search placeholder text color */
#header-search ::-webkit-input-placeholder { color: #CACACA; }
#pre-header-search :-moz-placeholder { color: #CACACA; }
#pre-header-search ::-moz-placeholder { color: #CACACA; }
#pre-header-search :-ms-input-placeholder { color: #CACACA; }

/* Arrows of menu parents (uses FontAwesome css) */
#pre-header .sub-menu .menu-parent > a:before {
	font-family: FontAwesome;
	font-size: 1.2em;
	text-align: right;
	content: "\f105";
	position: relative;
	left: 10px;
	top: -2px;
	display: inline-block;
	float: right;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#pre-header .sub-menu .menu-parent > a:hover:before {
	left: 15px
}
#header .sub-menu .menu-parent > a:before,
#header-sticky .sub-menu .menu-parent > a:before {
	font-family: FontAwesome;
	font-size: 1.2em;
	text-align: right;
	content: "\f105";
	position: relative;
	left: 10px;
	display: inline-block;
	float: right;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header .sub-menu .menu-parent > a:hover:before,
#header-sticky .sub-menu .menu-parent > a:hover:before {
	left: 15px
}

/* =Bootstrap Menu
----------------------------------------------------------------------------- */
#header-responsive {
	display: none;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


/* =Slider
----------------------------------------------------------------------------- */
#slider {
	position: relative;
}
#slider-core {
	position: relative;
	text-align: center;
}

/* SlideDeck 2 Slider */
#slider .slidedeck-frame {
	margin: 0 auto;
}

/* Responsive ThinkUpSlider */
#slider .slides {
	height: 0;
	margin: 0;
}
#slider .rslides {
	margin: 0;
	overflow: hidden;
}
.rslides li {
	width: 100%;
}
.rslides img {
	width: 100%;
}
#slider .rslides-inner {
	position: relative;
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
	border: 0;
	overflow: hidden;
}
#slider .rslides-inner li {
	height: auto;
	list-style: none;
}
#slider .rslides-container {
	padding: 20px 10px;
}
#slider a.rslides_nav {
	text-align: center;
	line-height: 1;
	width: 60px;
	height: 60px;
	margin: -30px 0 0;
	position: absolute;
	overflow: hidden;
	top: 50%;
	color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
#slider a.rslides_nav.prev {
	left: -60px;
}
#slider a.rslides_nav.next {
	right: -60px;
}
#slider a.rslides_nav.prev:before,
#slider a.rslides_nav.next:before {
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 60px;
	display: block;
	position: relative;
	z-index: 9999;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
#slider a.rslides_nav.prev:hover:before,
#slider a.rslides_nav.next:hover:before {
	color: #333;
	background: #fff;
}
#slider a.rslides_nav.prev:before {
	content: "\f104";
}
#slider a.rslides_nav.next:before {
	content: "\f105";
}
#slider .rslides-inner:hover a.rslides_nav {
	opacity: 1;
}
#slider .rslides-inner:hover a.rslides_nav.prev {
	left: 0px;
}
#slider .rslides-inner:hover a.rslides_nav.next {
	right: 0px;
}
#slider .rslides_tabs {
	position: absolute;
	z-index: 99;
	text-align: center;
	width: 100%;
	bottom: 0;
	margin: 0;
}
#slider .rslides_tabs li {
	list-style: none;
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
}
#slider .rslides_tabs li a {
	width: 30px;
	height: 4px;
	display: block;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
}
#slider .rslides_tabs li a:hover,
#slider .rslides_tabs li.rslides_here a {
	background: #FFF;
}

/* Vary style for full-width and boxed slider */
.layout-boxed #slider .rslides-content,
.custom-background #slider .rslides-content,
.slider-boxed #slider .rslides-content {
	padding: 0 80px;
}
.slider-boxed #slider .rslides-inner {
	width: 1130px;
}
.slider-boxed #slider .rslides-inner {
	-webkit-box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
	-moz-box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
	-o-box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
	box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
}
.slider-full #header-core {
	max-width: 1140px; 
}
.slider-full #header-links {
	border-bottom: none;
}
.slider-full #slider  .rslides-inner {
	width: 100%;
	position: relative;
}
.slider-full #slider .rslides-container {
	padding: 0;
}

/* Responsive ThinkUpSlider - Content */
#slider .rslides-content,
.thinkupslider-sc .rslides-content {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#slider .rslides-content-inner,
.thinkupslider-sc .rslides-content-inner {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#slider .featured,
.thinkupslider-sc .featured {
	display: table-cell;
	vertical-align: middle;
}
#slider .featured-title,
.thinkupslider-sc .featured-title {
	margin-bottom: 25px;
}
#slider .featured-title span,
.thinkupslider-sc .featured-title span {
	display: inline-block;
	color: #FFF;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}

#slider .featured-excerpt p,
.thinkupslider-sc .featured-excerpt p {
	margin-bottom: 35px;
}
#slider .featured-excerpt span,
.thinkupslider-sc .featured-excerpt span {
	display: inline-block;
	color: #FFF;
	font-size: 24px;
	line-height: 32px;
	font-weight: 300;
}
#slider .featured-link a,
.thinkupslider-sc .featured-link a {
	display: inline-block;
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
	padding: 5px 15px;
	background: #F47E3E;
	border: 1px solid #F47E3E;
}
#slider .featured-link a:hover,
.thinkupslider-sc .featured-link a:hover {
	background: none;
	border-color: #FFF;
}

/* Slider - Video Slider - YouTube / Vimeo */
#slider.style2 .featured.one_half,
.thinkupslider-sc.style2 .featured.one_half {
	padding-left: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#slider.style3 .featured.one_half,
.thinkupslider-sc.style3 .featured.one_half {
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#slider.style2 .wrap-safari,
#slider.style3 .wrap-safari,
.thinkupslider-sc.style2 .wrap-safari,
.thinkupslider-sc.style3 .wrap-safari {
	display: table;
	height: 100%;
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;
}
#slider.style2 .rslides-content-inner,
#slider.style3 .rslides-content-inner,
.thinkupslider-sc.style2 .rslides-content-inner,
.thinkupslider-sc.style3 .rslides-content-inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	margin: 0 auto;
}
#slider.style2 .featured-video,
#slider.style3 .featured-video,
.thinkupslider-sc.style2 .featured-video,
.thinkupslider-sc.style3 .featured-video {
	margin-bottom: 0;
}

/* Slider - Video code */
#slider .featured-video .wp-video,
#slider .wp-video-shortcode,
.thinkupslider-sc .featured-video .wp-video,
.thinkupslider-sc .wp-video-shortcode {
	max-width: 100%;
}
#slider .videoBG video,
.thinkupslider-sc .videoBG video {
	top: -30% !important;
	width: 100%;
}
#slider .mejs-layers,
.thinkupslider-sc .mejs-layers {
	max-width: 100%;
}
#slider .videoBG,
#slider .videoBG_wrapper,
#slider .videoBG_wrapper li,
.thinkupslider-sc .videoBG,
.thinkupslider-sc .videoBG_wrapper,
.thinkupslider-sc .videoBG_wrapper li {
	width: 100% !important;
	height: 100% !important;
}

/* Animate slide content */
#slider .featured-title,
#slider .featured-excerpt,
#slider .featured-link,
.thinkupslider-sc .featured-title,
.thinkupslider-sc .featured-excerpt,
.thinkupslider-sc .featured-link {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	-ms-transform: translateY(35px);
	-o-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#slider .rslides1_on .featured-title,
#slider .rslides1_on .featured-excerpt,
#slider .rslides1_on .featured-link,
.thinkupslider-sc .rslides > [class*="_on"] .featured-title,
.thinkupslider-sc .rslides > [class*="_on"] .featured-excerpt,
.thinkupslider-sc .rslides > [class*="_on"] .featured-link {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
}
#slider .rslides1_on .featured-title,
.thinkupslider-sc .rslides > [class*="_on"] .featured-title {
	-webkit-transition-delay: 1.0s;
	-moz-transition-delay: 1.0s;
	-ms-transition-delay: 1.0s;
	-o-transition-delay: 1.0s;
	transition-delay: 1.0s;
}
#slider .rslides1_on .featured-excerpt,
.thinkupslider-sc .rslides > [class*="_on"] .featured-excerpt {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-ms-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
#slider .rslides1_on .featured-link,
.thinkupslider-sc .rslides > [class*="_on"] .featured-link {
	-webkit-transition-delay: 1.4s;
	-moz-transition-delay: 1.4s;
	-ms-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

/* Slider - Alignment */
#slider .rslides-content.slider-left .featured-title,
#slider .rslides-content.slider-left .featured-excerpt,
#slider .rslides-content.slider-left .featured-link,
.thinkupslider-sc .rslides-content.slider-left .featured-title,
.thinkupslider-sc .rslides-content.slider-left .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-left .featured-link {
	text-align: left;
}
#slider .rslides-content.slider-right .featured-title,
#slider .rslides-content.slider-right .featured-excerpt,
#slider .rslides-content.slider-right .featured-link,
.thinkupslider-sc .rslides-content.slider-right .featured-title,
.thinkupslider-sc .rslides-content.slider-right .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-right .featured-link {
	text-align: right;
}
#slider .rslides-content.slider-center .featured-title,
#slider .rslides-content.slider-center .featured-excerpt,
#slider .rslides-content.slider-center .featured-link,
.thinkupslider-sc .rslides-content.slider-center .featured-title,
.thinkupslider-sc .rslides-content.slider-center .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-center .featured-link {
	text-align: center;
}
#slider .rslides-content.slider-half .featured-title,
#slider .rslides-content.slider-half .featured-excerpt,
#slider .rslides-content.slider-half .featured-link,
.thinkupslider-sc .rslides-content.slider-half .featured-title,
.thinkupslider-sc .rslides-content.slider-half .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-half .featured-link {
	width: 50%;
}
#slider .rslides-content.slider-middle .featured-title,
#slider .rslides-content.slider-middle .featured-excerpt,
#slider .rslides-content.slider-middle .featured-link,
.thinkupslider-sc .rslides-content.slider-middle .featured-title,
.thinkupslider-sc .rslides-content.slider-middle .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-middle .featured-link {
	width: 50%;
	margin-left: auto;
	margin-right: 0;
}

/* Slider - Style 2 (Title - Theme, Excerpt - Black ) */
#slider .rslides-content.style2 .featured-title,
.thinkupslider-sc .rslides-content.style2 .featured-title {
	margin-bottom: 30px;
}
#slider .rslides-content.style2 .featured-link a,
.thinkupslider-sc .rslides-content.style2 .featured-link a {
	font-weight: 300;
	background: none;
	border: 1px solid #FFF;
}
#slider .rslides-content.style2 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style2 .featured-link a:hover {
	background: #F47E3E;
	border-color: #F47E3E;
}
#slider .rslides-content.style2 .featured-excerpt p,
.thinkupslider-sc .rslides-content.style2 .featured-excerpt p {
	margin-bottom: 5px;
}
#slider .rslides-content.style2 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style2 .featured-excerpt span {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 25px;
}
#slider .rslides-content.style2 .featured-excerpt i,
.thinkupslider-sc .rslides-content.style2 .featured-excerpt i {
	color: #F47E3E;
	font-size: 5px;
	line-height: 32px;
	height: 32px;
	vertical-align: middle;
	margin: 0 6px;
}

/* Slider - Style 3 (Title & Excerpt - Transparent Black ) */
#slider .rslides-content.style3 .featured-title span,
.thinkupslider-sc .rslides-content.style3 .featured-title span {
	font-size: 24px;
	font-weight: 300;
}
#slider .rslides-content.style3 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style3 .featured-excerpt span {
	font-size: 64px;
	line-height: 1;
	font-weight: 700;
}
#slider .rslides-content.style3 .featured-link a,
.thinkupslider-sc .rslides-content.style3 .featured-link a {
	font-size: 28px;
	font-weight: 300;
	padding: 3px 50px;
	background: none;
	border: 2px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#slider .rslides-content.style3 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style3 .featured-link a:hover {
	background: #292929;
	background: rgba(255, 255, 255, 0.2);
}

/* Slider - Style 4 (Title & Excerpt - Transparent Black ) */
#slider .rslides-content.style4 .featured-title,
.thinkupslider-sc .rslides-content.style4 .featured-title {
	margin-bottom: 15px;
}
#slider .rslides-content.style4 .featured-title span,
.thinkupslider-sc .rslides-content.style4 .featured-title span {
	font-size: 16px;
	font-weight: 600;
}
#slider .rslides-content.style4 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style4 .featured-excerpt span {
	font-size: 48px;
	line-height: 1;
	font-weight: 700;
}
#slider .rslides-content.style4 .featured-excerpt span p,
.thinkupslider-sc .rslides-content.style4 .featured-excerpt span p {
	margin-bottom: 25px;
}
#slider .rslides-content.style4 .featured-link a,
.thinkupslider-sc .rslides-content.style4 .featured-link a {
	font-size: 13px;
	background: none;
	border: 1px solid #FFF;
	padding: 6px 25px;
}
#slider .rslides-content.style4 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style4 .featured-link a:hover {
	background: #292929;
	background: rgba(255, 255, 255, 0.2);
}

/* Slider - Style 5 (Title & Excerpt - Dark Colors ) */
#slider .rslides-content.style5 .featured-title span,
.thinkupslider-sc .rslides-content.style5 .featured-title span {
	font-size: 20px;
	font-weight: 600;
	color: #1E1E1E;	
	background: #FFF;	
	background: rgba(255, 255, 255, 0.9);
	padding: 16px 20px;
}
#slider .rslides-content.style5 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style5 .featured-excerpt span {
	font-size: 14px;
	color: #FFF;
	background: #000;	
	background: rgba(0, 0, 0, 0.9);
	padding: 5px 15px;
}
#slider .rslides-content.style5 .featured-title,
#slider .rslides-content.style5 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style5 .featured-title,
.thinkupslider-sc .rslides-content.style5 .featured-excerpt span {
	margin-bottom: 5px;
}
#slider .rslides-content.style5 .featured-excerpt p,
.thinkupslider-sc .rslides-content.style5 .featured-excerpt p {
	margin-bottom: 0;
}
#slider .rslides-content.style5 .featured-link a,
.thinkupslider-sc .rslides-content.style5 .featured-link a {
	font-size: 14px;
	padding: 7px 20px;
	background: #F47E3E;
	border: none;
}
#slider .rslides-content.style5 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style5 .featured-link a:hover {
	background: #000;	
	background: rgba(0, 0, 0, 0.9);
}

/* Slider - Style 6 (Title & Excerpt - Transparent White Background - Dark Font ) */
#slider .rslides-content.style6 .featured-title,
.thinkupslider-sc .rslides-content.style6 .featured-title {
	margin-bottom: 10px;
}
#slider .rslides-content.style6 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style6 .featured-excerpt span {
	font-size: 20px;
	line-height: 30px;
}
#slider .rslides-content.style6 .featured-excerpt span i,
.thinkupslider-sc .rslides-content.style6 .featured-excerpt span i {
	color:#fff;
	position: relative;
	top: 5px;
	font-size: 32px;
	text-align: center;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border: 1px solid #FFF;
	background: none;
	margin: 30px 15px 20px 0;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#slider .rslides-content.style6 .featured-excerpt span a i,
.thinkupslider-sc .rslides-content.style6 .featured-excerpt span a i {
	color: #FFF;
}
#slider .rslides-content.style6 .featured-excerpt span a:hover i,
.thinkupslider-sc .rslides-content.style6 .featured-excerpt span a:hover i {
	background: rgba(255, 255, 255, 0.15);
}
#slider .rslides-content.style6 .featured-link a,
.thinkupslider-sc .rslides-content.style6 .featured-link a {
	font-size: 15px;
	font-weight: 600;
	background: none;
	border: 1px solid #FFF;
	padding: 6px 30px;
	border-radius: 3px;
}
#slider .rslides-content.style6 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style6 .featured-link a:hover {
	background: rgba(255, 255, 255, 0.15);
}

/* Slider - Style 7 (Title & Excerpt - Transparent White Background - Dark Font ) */
#slider .rslides-content.style7 .featured-title,
.thinkupslider-sc .rslides-content.style7 .featured-title {
	margin-bottom: 10px;
}
#slider .rslides-content.style7 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style7 .featured-excerpt span {
	font-size: 20px;
	line-height: 30px;
}
#slider .rslides-content.style7 .featured-excerpt span i,
.thinkupslider-sc .rslides-content.style7 .featured-excerpt span i {
	color:#fff;
	position: relative;
	top: 5px;
	font-size: 32px;
	text-align: center;
	width: 75px;
	height: 55px;
	line-height: 55px;
	margin: 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#slider .rslides-content.style7 .featured-excerpt span i:after,
.thinkupslider-sc .rslides-content.style7 .featured-excerpt span i:after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #FFF;
	margin: 0 auto;
}
#slider .rslides-content.style7 .featured-excerpt span a:hover i,
.thinkupslider-sc .rslides-content.style7 .featured-excerpt span a:hover i {
	opacity: 0.9;
}
#slider .rslides-content.style7 .featured-link a,
.thinkupslider-sc .rslides-content.style7 .featured-link a {
	font-size: 13px;
	font-weight: 600;
	background: none;
	border: 2px solid #FFF;
	padding: 6px 26px;
}
#slider .rslides-content.style7 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style7 .featured-link a:hover {
	background: rgba(255, 255, 255, 0.15);
}

/* Slider - Style 8 (Title - Black Background - White Font, Excerpt - Dark Color ) */
#slider .rslides-content.style8 .featured-title,
.thinkupslider-sc .rslides-content.style8 .featured-title {
	margin: 0;
}
#slider .rslides-content.style8 .featured-title span,
.thinkupslider-sc .rslides-content.style8 .featured-title span {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #FFF;
}
#slider .rslides-content.style8 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style8 .featured-excerpt span {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}
#slider .rslides-content.style8 .featured-excerpt span i,
.thinkupslider-sc .rslides-content.style8 .featured-excerpt span i {
	color:#fff;
	position: relative;
	top: 5px;
	font-size: 24px;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #FFF;
	background: none;
	margin: 20px 15px 0px 0;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#slider .rslides-content.style8 .featured-excerpt span a i,
.thinkupslider-sc .rslides-content.style8 .featured-excerpt span a i {
	color: #FFF;
}
#slider .rslides-content.style8 .featured-excerpt span a:hover i,
.thinkupslider-sc .rslides-content.style8 .featured-excerpt span a:hover i {
	background: rgba(255, 255, 255, 0.15);
}
#slider .rslides-content.style8 .featured-link a,
.thinkupslider-sc .rslides-content.style8 .featured-link a {
	color: #1E1E1E;
	font-size: 13px;
	background: #FFF;
	padding: 10px 25px;
	border: none;
}
#slider .rslides-content.style8 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style8 .featured-link a:hover {
	color: #FFF;
	background: #1E1E1E;
}

/* =Intro Options
----------------------------------------------------------------------------- */

/* Page Title */
#intro {
	text-align: center;
	padding: 50px 10px;
	background: #EFEEEE;
}
#intro #intro-core {
	width: 100%;
}
#intro .page-title {
	font-size: 22px;
	font-weight: 600;
	color: #4B4A4B;
	text-transform: uppercase;
	margin: 0px;
}

/* Breadcrumbs */
#intro #breadcrumbs {
	color: #999;
	font-size: 15px;
	vertical-align: middle;
}
#intro #breadcrumbs .delimiter {
	padding: 0px 5px;
}
#intro #breadcrumbs a {
	color: #F47E3E;
}
#intro #breadcrumbs a:hover {
	color: inherit;
}
#intro #breadcrumbs-core {
}
#intro #breadcrumbs-home {
    padding-left: 12px;
}
#intro #breadcrumbs-home:after {
    position:relative;
    top: 1px;
    font-family: FontAwesome;
    font-size: large;
    content: "\f015";
    padding-left: 12px;
}


/* Align title and breadcumb table cells */
#intro.option1 .page-title {
}
#intro.option2 .page-title,
#intro.option2 #breadcrumbs {
}


/* =Notification Bar
----------------------------------------------------------------------------- */
#notification {
	position: relative;
	z-index:999999;
	width: 100%;
	background: #364BE6;
	border-bottom: 2px solid white;
	-webkit-box-shadow: 0 0 6px 0 #999;
	-moz-box-shadow: 0 0 6px 0 #999;
	-ms-box-shadow: 0 0 6px 0 #999;
	-o-box-shadow: 0 0 6px 0 #999;
	box-shadow: 0 0 6px 0 #999;
}
#notification-core {
	text-align: center;
	color: white;
	padding: 5px 0px;
}
#notification-core .notification-button {
	color: white;
	background: black;
	padding: 3px 10px;
	margin: 0px 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}


/* ---------------------------------------------------------------------------------------
	07. MAIN CONTENT
--------------------------------------------------------------------------------------- */

/* =Buttons
----------------------------------------------------------------------------- */

/* Theme button - Style 1 */
.themebutton,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #FFF;
	text-align: center;
	background: #F47E3E;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
a.themebutton {
	color: #FFF;
}
.themebutton:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #1E1E1E;
}
.themebutton:focus,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: none
}

/* Theme button - Style 1 */
.themebutton2 {
	color: #BBB;
	background: #FFF;
	font-weight: 600;
	text-align: center;
	border: 1px solid #BBB;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.themebutton2 {
	color: #BBB;
	background: #FFF;
}
.themebutton2:hover {
	color: #fff;
	background: #1E1E1E;
	border-color: #1E1E1E;
}
.themebutton2:focus {
	outline: none
}

/* Theme button - Style 3 */
.themebutton3 {
	color: #FFF;
	text-align: center;
	background: #2d2d2d;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
a.themebutton3 {
	color: #FFF;
}
.themebutton3:hover {
	background: #F47E3E;
}

/* Theme button - Style 4 */
.themebutton4 {
	color: #F47E3E;
	text-align: center;
	background: #fff;
	background: rgba(255, 255, 255, 0.2);
	border: 2px solid #F47E3E;
	-webkit-box-shadow: 0 0 0 4px #FFF;
	-moz-box-shadow: 0 0 0 4px #FFF;
	-ms-box-shadow: 0 0 0 4px #FFF;
	-o-box-shadow: 0 0 0 4px #FFF;
	box-shadow: 0 0 0 4px #FFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.themebutton4 {
	color: #FFF;
}
.themebutton4:hover {
	color: #F47E3E;
	background: #fff;
}

/* =Pre-Designed Homepage (code also in style-responsive.css)
----------------------------------------------------------------------------- */
#section-home {
	padding: 0 10px;
}
#section-home-inner {
	max-width: 1140px;
	margin: 30px auto 0;
}
#section-home .section {
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#section-home .entry-header {
	overflow: hidden;
	position: relative;
	z-index: 2;
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#section-home .entry-header span {
	background: #333;
	display: block;
	position: relative;
	border-radius: 500px;  
	width: 90px;  
	height: 90px;  
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}
#section-home .entry-header i {
	font-size: 50px;
	color: white;
	position: relative;
	top: 20px;
}

#section-home img {
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#section-home a:hover img {
	opacity: 0.85;
}
#section-home .entry-content {
	padding: 17px 0 0;
}
#section-home h3 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 12px;
}
#section-home .more-link {
	margin-top: -10px;
}
#section-home .more-link:after {
}

/* =Call to Action
----------------------------------------------------------------------------- */
#introaction,
#outroaction {
	text-align: center;
}
#introaction {
	padding: 55px 10px 30px;
}
#outroaction {
	padding: 30px 10px 55px;
}
#introaction-core,
#outroaction-core {
}
.action-message,
.action-message {
	text-align: center;
}
.action-text {
	margin-bottom: 0;
}
.action-text h3 {
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 20px;
}
.action-teaser {
	color: #888;
	font-size: 15px;
	line-height: 1.5;
	padding: 0;
	margin-bottom: 25px;
}
.action-teaser p {
	margin-bottom: 0px;
}
.action-link {
	padding: 0;
}
.action-link a {
	display: inline-block;
	font-weight: 600;
	padding: 7px 25px;
}

/* =Floating Content
----------------------------------------------------------------------------- */
#header-core:before,
#header-core:after,
#intro-core:before,
#intro-core:after,
#introaction-core:before,
#introaction-core:after,
#outroaction-core:before,
#outroaction-core:after,
#main-core:before,
#main-core:after,
#content-core:before,
#content-core:after,
#article:before,
#article:after,
#nav-above:before,
#nav-above:after,
#nav-below:before,
#nav-below:after,
#sharepost:before,
#sharepost:after,
#author-bio:before,
#author-bio:after,
#sub-footer:before,
#sub-footer:after,
#footer-core:before,
#footer-core:after,
.entry-meta:before,
.entry-meta:after,
.attention:before,
.attention:after,
ul.pricing-table:before,
ul.pricing-table:after,
.popular-posts:before,
.popular-posts:after,
.recent-comments:before,
.recent-comments:after,
.recent-posts:before,
.recent-posts:after,
.searchform:before,
.searchform:after,
.thinkup_widget_categories a:before,
.thinkup_widget_categories a:after {
    content:"";
    display:table;
}
#header-core:after,
#intro-core:after,
#introaction-core:after,
#outroaction-core:after,
#main-core:after,
#content-core:after,
#article:after,
#nav-above:after,
#nav-below:after,
#sharepost:after,
#author-bio:after,
#sub-footer:after,
#footer-core:after,
.entry-meta:after,
.attention:after,
ul.pricing-table:after,
.popular-posts:after,
.recent-comments:after,
.recent-posts:after,
.searchform:after,
.thinkup_widget_categories a:after {
    clear:both;
}


/* ---------------------------------------------------------------------------------------
	08. FOOTER
--------------------------------------------------------------------------------------- */
#footer {
	font-size: 13px;
	background: #292929;
	padding: 65px 10px 40px;
}
#footer-core input[type=text],
#footer-core input[type=email],
#footer-core input[type=password],
#footer-core select,
#footer-core textarea {
	width: 100%;
	color: #B3B3B3;
	background: #333;
	border: 1px solid #444;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#footer-core h3 {
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	margin-bottom: 25px;
	font-weight: 600;
}
#footer-core h3 span {
}
#footer-core,
#footer-core p {
	color: #B3B3B3;
}
#footer-core a,
#footer-core .widget li > a:before {
	color: #FFF;
}
#footer-core a:hover,
#footer-core .widget li > a:hover:before {
	color: #B3B3B3;
}

/* Sub Footer */
#sub-footer {
	position: relative;
	padding: 10px 10px;
}
#sub-footer {
	background: #171719;
}
#sub-footer, 
#sub-footer a {
	font-size: 12px;
}
#sub-footer,
#sub-footer a:hover {
	color: #DADADA;
}
#sub-footer a {
	color: #888;
}

#footer-menu {
	text-align: right;
	margin-bottom: 10px;
}
#footer-menu a {
	padding: 0 8px;
}
#footer-menu ul {
	margin: 0px;
}
#footer-menu li {
	display: inline-block;
}
#footer-menu li:after {
	content: '/';
}
#footer-menu li:last-child:after {
	content: none;
}

/* Sub Footer - Widgets */
#sub-footer-widgets {
	max-height: 500px;
	overflow: hidden;
	padding: 25px 0 0;
	-webkit-transition: max-height 0.5s ease, padding 0.5s ease;
	-moz-transition: max-height 0.5s ease, padding 0.5s ease;
	-ms-transition: max-height 0.5s ease, padding 0.5s ease;
	-o-transition: max-height 0.5s ease, padding 0.5s ease;
	transition: max-height 0.5s ease, padding 0.5s ease;
}
#sub-footer-widgets.collapsed {
	max-height: 0;
	padding: 0;
}
#sub-footer-widgets h3{
	display: inline-block;
	color: #848484;
	font-size: 18px;
}
#sub-footer-widgets p {
	color: #717171l;
}

/* Sub Footer - Close */
#sub-footer-close {
	position: relative;
	text-align: center;
}
#sub-footer-close-core {
    position: absolute;
    background: #171719;
    top: -49px;
    right: 0;
    display: block;
    height: 34px;
    width: 39px;
}
#sub-footer-close-core:hover {
	cursor: pointer;
}
#sub-footer-close-core:before {
	font-family: FontAwesome;
	content: "\f107";
	color: #FFF;
	display: block;
	line-height: 34px;
	font-size: large;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#sub-footer-close-core.collapsed:before {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}


/* Post-footer - Align copyright and social media */
#sub-footer-core {
	display: table;
	width: 100%;
}
#sub-footer-core .copyright,
#post-footer-social,
#sub-footer-core #footer-menu {
	display: table-cell;
	vertical-align: middle;
}

/* Post-footer - Social Media */
#post-footer-social ul {
	margin: 0;
	display: table;
	float: right;
}
#post-footer-social li {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
#post-footer-social li a {
	font-size: 11px;
	display: table;
	text-align: center;
	color: #B3B3B3;
	background: #292929;
	width: 21px;
	height: 21px;
	margin-left: 10px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}

#post-footer-social li a:hover {
	color: #fff;
	background: #1E1E1E;
}
#post-footer-social li i {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: 1px;
}
#post-footer-social .tooltip-inner {
	padding: 6px 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#post-footer-social .tooltip-arrow,
#post-footer-social .tooltip-inner {
	margin-bottom: 5px;
}

/* Post-footer - Scroll To Top */
#scrollUp {
	bottom: 20px;
	right: 20px;
	-webkit-transition: all 0 ease;
	-moz-transition: all 0 ease;
	-ms-transition: all 0 ease;
	-o-transition: all 0 ease;
	transition: all 0 ease;
}
#scrollUp:after {
	content: "\f106";
	font-family: FontAwesome;
	width: 45px;
	height: 45px;
	display: block;
	text-align: center;
	line-height: 45px;
	font-size: 30px;
	color: #FFF;
	background: #1D1D1F;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#scrollUp:hover:after {
	background: #F47E3E;
}


/* ---------------------------------------------------------------------------------------
	09. WIDGETS & SIDEBAR
--------------------------------------------------------------------------------------- */

/* =Sidebar
--------------------------------------------------------------------------------------- */
#sidebar .widget { 
	margin-bottom: 45px; 
}
#sidebar h3.widget-title {
	display: inline-block;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
#sidebar .rev_slider_wrapper {
	padding: 3px;
	border: 1px solid #ddd;
}

/* =Widgets
--------------------------------------------------------------------------------------- */
.widget {
	line-height: 1.8;
}
.widget select {
	max-width: 100%
}
.widget a {
	color: inherit;
}
#footer .widget { 
	margin-bottom: 35px;
}
#footer .widget-area .widget:last-child {
	margin-bottom: 0px;
}

/* Link color  - Various widgets */
#footer .thinkup_widget_categories a,
#footer .popular-posts a,
#footer .recent-comments a,
#footer .recent-posts a,
#footer .thinkup_widget_tagscloud a {
	font-weight: normal;
}
#footer .popular-posts a.comment,
#footer .recent-comments a.date,
#footer .recent-posts a.date {
	color: #787878;
}
#footer .thinkup_widget_categories a:hover,
#footer .popular-posts a:hover,
#footer .recent-comments a:hover,
#footer .recent-posts a:hover {
	color: #888;
}

/* Default Widgets */
.widget ul { 
	margin: 0;
}
.widget li {
	list-style: none; 
}
.widget li a {
	padding: 4px 0; 
	display: inline-block; 
}
.widget li > a:before {
}
.widget li a:hover,
.widget li > a:hover:before {
	color: #F47E3E;
}
.widget ul.children,
.widget ul.sub-menu {
	border-left:none; 
	border-right:none; 
	border-bottom: none !important;
}
.widget ul.children li:last-child,
.widget ul.sub-menu li:last-child { 
	border-bottom: none; 
}
.widget ul.children li a,
.widget ul.sub-menu li a { 
	padding-left: 20px;
}
.widget ul.children ul.children li a,
.widget ul.sub-menu ul.sub-menu li a { 
	padding-left: 40px;
}
.widget select { 
	width: 100%; 
	margin-top: 10px;
}

/* Default Widgets - Footer Area */
#footer .widget ul { 
	border: none;
}
#footer .widget li { 
	border: none; 
	padding: 2px 0;
}
#footer .widget li a { 
	padding: 1px 0px 1px 0px;
}

#footer .widget ul.children li a,
#footer .widget ul.sub-menu li a { 
	padding-left: 15px;
}
#footer .widget ul.children ul.children li a,
#footer .widget ul.sub-menu ul.sub-menu li a { 
	padding-left: 30px; 
}

/* Widget Specific - Archives */
.widget.widget_recent_comments li > a:before {
	content: "";
	margin-right: 0;
}

/* Widget Specific - Calendar */
.widget_calendar #calendar_wrap {
	border: 1px solid #DDD;
	padding: 10px;
}
.widget_calendar #wp-calendar {
	margin: 0;
}
#footer .widget_calendar #calendar_wrap {
	border-color: #353433;
	overflow: hidden;
}

/* Default Widget - Rss */
#sidebar .widget_rss li {
	padding: 10px 0;
}
.widget_rss li a {
	display: inline-block;
	color: #F47E3E;
}
.widget_rss li a:hover {
	color: inherit;
}
.widget li a.rsswidget {
	padding: 0;
}
.widget li .rsswidget,
.widget li .rss-date,
.widget li .rssSummary {
	padding: 5px 0
}

/* Default Widget - Tag Cloud */
.widget_tag_cloud a {
	font-size: 13px !important;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.widget_tag_cloud a:hover {
	color: #F47E3E;
}
#sidebar .widget_tag_cloud a {
	padding: 1px 8px 1px 0;
	margin: 0 5px 6px 0;
}

#footer .widget_tag_cloud a:nth-child(3n) {
	margin-right: 0;
}
#footer .widget_tag_cloud a {
	font-size: 13px !important;
	text-align: center;
	padding: 1px 10px 1px 0;
	margin: 0 3px 4px 0;
}
#footer .widget_tag_cloud a:hover {
}

/* Default Widget - Search */
.widget_search .searchsubmit { display: none; }
.widget_search form {
}
.widget_search .search {
	float: left;
	font-size: 11px;
	width: 100%;
	border: 1px solid #DDD;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#footer .widget_search form {
	border: none;
	padding: 0;
}
#footer .widget_search .search {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

/* Default Widget - Remove Borders */
#sidebar .widget_tag_cloud, 
#sidebar .widget_archive, 
#sidebar .widget_categories, 
#sidebar .widget_search { 
	border-bottom: none; 
}

/* Custom Widget - Categories */
.thinkup_widget_categories { list-style: none; }
.thinkup_widget_categories ul { list-style: none; margin: 0; }
.thinkup_widget_categories li i { width: 10%; }
.thinkup_widget_categories li a { display: block !important; padding: 0 !important }
.thinkup_widget_categories li a:hover { color: #F47E3E; }
.thinkup_widget_categories li span { display: inline-block; }
.thinkup_widget_categories select { width: 95%; margin-top: 10px; }

.thinkup_widget_categories li span.cat-count {
	float: right;
	text-align: center;
	width: 23px;
	height: 23px;
	line-height: 23px;
	background: #EFEEEE;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.thinkup_widget_categories li a:hover span.cat-count {
	color: #fff;
	background: #F47E3E;
}

#sidebar .thinkup_widget_categories select { width: 100%; }
#sidebar .thinkup_widget_categories .widget-main { padding-top: 5px; }
#sidebar .thinkup_widget_categories li { padding: 10px 0; }

#footer .thinkup_widget_categories li span.cat-count { color: #B3B3B3; background: #333; border: 1px solid #444; }

/* Custom Widget - Child Menu */
.thinkup_widget_childmenu ul {
	overflow: hidden;
	border-width: 1px 1px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.thinkup_widget_childmenu ul {
	border: 1px solid #DDD;
}
.thinkup_widget_childmenu li {
	border-bottom: 1px solid #DDD;
}
.thinkup_widget_childmenu li:last-child {
	border-bottom: none;
}
.thinkup_widget_childmenu li a {
	display: block;
	padding: 10px 20px;
}
.thinkup_widget_childmenu li > a:before {
	font-family: FontAwesome;
	content: "\f105";
	float: right;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.thinkup_widget_childmenu li a.active,
.thinkup_widget_childmenu li a:hover,
.thinkup_widget_childmenu li > a.active:before,
.thinkup_widget_childmenu li > a:hover:before {
	color: #F47E3E
}
	
/* Custom Widget - Contact Form */
.wpcf7-form p {
	margin-bottom: 15px;
}
.wpcf7-form input {
	width: 100%;
	padding: 8px 15px;
}
.wpcf7-form input[type="submit"] {
	width: inherit;
	padding: 8px 30px;
}
.wpcf7-form textarea {
	height: 130px;
	min-height: 68px;
}
.wpcf7-form .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
	width: 100%;
	left: 0;
	top: -6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#footer .wpcf7-form input,
#footer .wpcf7-form textarea {
	color: #969696;
	border: 1px solid #444;
	background: #2D2D2D;
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
#footer .wpcf7-form input[type=submit] {
	text-transform: capitalize;
	border: 1px solid #111;
	background: #1A1A1A;
}

/* Custom Widget - Contact Form 7 placeholder text color */
.wpcf7-form ::-webkit-input-placeholder { font-size: 12px; color: #7a7a7a; opacity: 0.6; }
.wpcf7-form :-moz-placeholder { font-size: 12px; color: #7a7a7a; opacity: 0.6; }
.wpcf7-form ::-moz-placeholder { font-size: 12px; color: #7a7a7a; opacity: 0.6; }
.wpcf7-form :-ms-input-placeholder { font-size: 12px; color: #7a7a7a; opacity: 0.6; }

/* Custom Widget - Flickr */
.thinkup_widget_flickr a,
.thinkup_widget_flickr img {
	display: block;
}
.thinkup_widget_flickr img {
	border: 1px solid #DDD;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.thinkup_widget_flickr img:hover {
	opacity: 0.8;
}
.thinkup_widget_flickr .flickr {
	float: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.thinkup_widget_flickr .flickr-photo {
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
}

#sidebar .thinkup_widget_flickr .flickr-photo {
}
#sidebar .thinkup_widget_flickr a .image-overlay {
}
#sidebar .thinkup_widget_flickr a .image-overlay:before {
}
#sidebar .thinkup_widget_flickr a:hover .image-overlay {
}
#footer .thinkup_widget_flickr img {
	border: none;
}
#footer .thinkup_widget_flickr img:hover {
}

/* Custom Widget - Logo + Text */
#footer-core .thinkup_widget_logotext h3 span {
	padding: 0;
	border: none;
}

/* Custom Widget - Popular Posts / Recent Comments / Recent Posts */
.popular-posts .image,
.recent-comments .image,
.recent-posts .image {
	margin-bottom: 0px;
	position: relative;
	float: left;
}
.popular-posts .main,
.recent-comments .main,
.recent-posts .main {
	position: relative;
	margin-left: 95px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.popular-posts,
.recent-comments,
.recent-posts {
	clear:both;
}
.popular-posts a,
.recent-comments a,
.recent-posts a,
.popular-posts img,
.recent-comments img,
.recent-posts img {
	display: block;
}
.popular-posts a.title,
.recent-comments a.title,
.recent-posts a.title {
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 7px;
}
.popular-posts img,
.recent-comments img,
.recent-posts img {
	max-width: 75px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.popular-posts img:hover,
.recent-comments img:hover,
.recent-posts img:hover {
	opacity: 0.8;
}

.popular-posts .comment,
.recent-comments .date,
.recent-posts .date {
	font-size: smaller;
	opacity: 0.8;
}
.popular-posts,
.recent-comments,
.recent-posts {
	padding-bottom: 20px;
}
.popular-posts:last-child,
.recent-comments:last-child,
.recent-posts:last-child {
}
.tab-content .popular-posts,
.tab-content .recent-posts {
}

#sidebar .popular-posts a .image-overlay,
#sidebar .recent-comments a .image-overlay,
#sidebar .recent-posts a .image-overlay {
	display: none;
}
#sidebar .popular-posts a .image-overlay:before,
#sidebar .recent-comments a .image-overlay:before,
#sidebar .recent-posts a .image-overlay:before {
}
#sidebar .popular-posts:hover .image-overlay,
#sidebar .recent-comments:hover .image-overlay,
#sidebar .recent-posts:hover .image-overlay {
}

#footer .popular-posts,
#footer .recent-comments,
#footer .recent-posts {
	border: none;
	padding: 0 0 15px;
}
#footer .popular-posts:last-child,
#footer .recent-comments:last-child,
#footer .recent-posts:last-child {
	border-bottom: none;
}
#footer .popular-posts img,
#footer .recent-comments img,
#footer .recent-posts img {
	max-width: 70px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#footer .popular-posts:hover img,
#footer .recent-comments:hover img,
#footer .recent-posts:hover img {
	border-color: #F47E3E;
}

/* Custom Widget - Recent Comments Quotes */
.thinkup_widget_recentcomments .quote {
	padding-left: 15px;
}
.thinkup_widget_recentcomments .quote:before {
	font-family: "Times New Roman",Georgia,Times,serif;
	content: '\201C';
	margin: -8px -15px;
	position: absolute;
}
.thinkup_widget_recentcomments .quote:before {
	color: #F47E3E;
	font-size: 150%;
	font-weight: bold;
	display: inline;
}

/* Custom Widget - Search Form */
.thinkup_widget_search .searchsubmit {
	display: none;
}
.thinkup_widget_search .search {
	float: left;
	width: 100%;
	border: 1px solid #DDD;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

#sidebar .thinkup_widget_search form {
}

#footer .thinkup_widget_search .search {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

/* Custom Widget - Search input placeholder text color */
#sidebar .thinkup_widget_search ::-webkit-input-placeholder { color: #CCC; }
#sidebar .thinkup_widget_search :-moz-placeholder { color: #CCC; }
#sidebar .thinkup_widget_search ::-moz-placeholder { color: #CCC; }
#sidebar .thinkup_widget_search :-ms-input-placeholder { color: #CCC; }

#footer .thinkup_widget_search ::-webkit-input-placeholder { color: #777; }
#footer .thinkup_widget_search :-moz-placeholder { color: #777; }
#footer .thinkup_widget_search ::-moz-placeholder { color: #777; }
#footer .thinkup_widget_search :-ms-input-placeholder { color: #777; }

/* Custom Widget - Tabs Specific */
.thinkup_widget_tabs .nav-tabs {
	margin: 0 0 20px;
	border: none;
	overflow: hidden;
}
.thinkup_widget_tabs .nav-tabs > li {
	margin-bottom: 0;
	border-bottom: 0;
}
.thinkup_widget_tabs li {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.thinkup_widget_tabs li a:before {
	content: "";
	margin: 0;
}
.thinkup_widget_tabs li a,
.thinkup_widget_tabs li a:hover,
.thinkup_widget_tabs li.active a,
.thinkup_widget_tabs li.active:hover a {
	display: block;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}
.thinkup_widget_tabs h3.widget-title {
	line-height: 40px;
	text-align: center;
}
.thinkup_widget_tabs li.active > a,
.thinkup_widget_tabs h3.widget-title {
	height: 40px;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}
.thinkup_widget_tabs .popular-posts, 
.thinkup_widget_tabs .recent-comments, 
.thinkup_widget_tabs .recent-posts {
}
.thinkup_widget_tabs .popular-posts:last-child, 
.thinkup_widget_tabs .recent-comments:last-child, 
.thinkup_widget_tabs .recent-posts:last-child {
	border-bottom: none;
}

#sidebar .thinkup_widget_tabs li.active > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

#sidebar .thinkup_widget_tabs h3.widget-title {
	display: block;
	font-size: 16px;
	color: #777;
	background: #EEE;
	margin: 0;
}
#sidebar .thinkup_widget_tabs li.active h3.widget-title {
	color: #FFF;
	background: #F47E3E;
}
#sidebar .thinkup_widget_tabs .tab-content {
}

#footer .thinkup_widget_tabs .nav-tabs {
	margin-bottom: 35px;
}
#footer .thinkup_widget_tabs h3.widget-title {
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	border-width: 0;
	margin: 0;
	border: 1px solid rgba(0, 0, 0, 0);
}
#footer .thinkup_widget_tabs .nav .active h3.widget-title {
	color: #B3B3B3;
	background: #333;
	border: 1px solid #444;
}

/* Custom Widget - Tags Cloud */
.thinkup_widget_tagscloud a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#sidebar .thinkup_widget_tagscloud a {
	padding: 1px 10px 1px 0;
	margin: 0 5px 6px 0;
	font-size: 13px !important;
	display: inline-block;
}
#sidebar .thinkup_widget_tagscloud a:hover {
	color: #F47E3E;
}

#footer .thinkup_widget_tagscloud a {
	text-align: center;
	padding: 1px 10px 1px 0;
	margin: 0 6px 6px 0;
}
#footer .thinkup_widget_tagscloud a:hover {
}

/* Custom Widget - Twitter Feed */
.thinkup_widget_twitterfeed ul {
	list-style: none;
	margin: 0;
}
.thinkup_widget_twitterfeed ul:last-child {
	border-bottom: none;
}
.thinkup_widget_twitterfeed .tweet-content {
	padding: 10px 10px 0 45px;
}

.thinkup_widget_twitterfeed .tweet-content p {
	margin-bottom: 10px;
}
.thinkup_widget_twitterfeed .tweet-content a {
	display: inline;
	padding: 0;
}

#sidebar .thinkup_widget_twitterfeed ul {
}
#sidebar .thinkup_widget_twitterfeed a {
	color: #F47E3E;
}
#sidebar .thinkup_widget_twitterfeed a:hover {
	color: inherit;
}
#sidebar .thinkup_widget_twitterfeed .tweet-content {
	background: url(//www.sideshield.com/wp-content/themes/sento/images/widgets/twitter-bird-light-bgs.png) 2px 5px no-repeat;
	background-size: 40px;
}

#footer .thinkup_widget_twitterfeed .tweet-content {
	border: none;
	padding: 0 0 0 35px;
}
#footer .thinkup_widget_twitterfeed .tweet-content {
	background: url(//www.sideshield.com/wp-content/themes/sento/images/widgets/twitter-bird-dark-bgs.png) -8px -5px no-repeat;
	background-size: 40px;
}
#footer .thinkup_widget_twitterfeed small {
	color: #F47E3E;
	display: block;
}

#sub-footer .thinkup_widget_twitterfeed {
	padding-right: 15px;
}
#sub-footer .thinkup_widget_twitterfeed .tweet-content {
	border: none;
	padding: 0 55px 0 0;
}
#sub-footer .thinkup_widget_twitterfeed .tweet-content {
	background: url(//www.sideshield.com/wp-content/themes/sento/images/widgets/twitter-bird-dark-bgs.png) right -5px no-repeat;
	background-size: 40px
}
#sub-footer .thinkup_widget_twitterfeed ul {
	border: none;
}
#sub-footer .thinkup_widget_twitterfeed small {
	color: #7c7c7c;
	display: block;
}


/* ---------------------------------------------------------------------------------------
	10. PAGE FORMATS
--------------------------------------------------------------------------------------- */

/* =Meta Content
----------------------------------------------------------------------------- */
.entry-meta {
	font-size: 13px;
}
.entry-meta > span {
	display: inline-block;
	margin: 0 5px 5px 0;
}
.sticky {
}

/* =Blog - Style 1
--------------------------------------------------------------------------------------- */
.blog-thumb {
	max-width: 100%;
	overflow: hidden;
 	position: relative;
}
.blog-thumb > a,
.blog-thumb iframe,
.blog-thumb img {
 	display: block;
}
.blog-thumb img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog-thumb img:hover {
	opacity: 0.8;
}
.blog-icon i {
	color: white;
	line-height: 48px;
	width: 48px;
	height: 48px;
	float: left;
	display: inline-block;
	background: #B7C6C9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.blog-icon i:hover {
	background: #F47E3E;
}
.blog-article .more-link {
}
.blog-article .more-link a {
	padding: 7px 15px;
	display: inline-block;
}


/* =Blog - Featured Image Overlay
--------------------------------------------------------------------------------------- */
.blog-thumb .image-overlay {
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: #F47E3E;
	background: rgba(244, 126, 62, 0.9);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-thumb:hover .image-overlay {
	opacity: 0.9;
}
.blog-thumb .image-overlay-inner {
	display: table;
	width: 100%;
	height: 100%;
}
.blog-thumb .image-overlay .prettyphoto-wrap {
	display: table-cell;
	vertical-align: middle;
}
.blog-thumb .image-overlay-inner a {
	display: inline-block;
	color: #FFF;
	font-size: 33px;
	font-weight: bold;
	line-height: 35px;
	width: 35px;
	height: 35px;
	margin: 5px;
	border: 1px solid #fff;
}
.blog-thumb .image-overlay-inner a.hover-zoom {
	-webkit-transform: translateX(-35px);
	-moz-transform: translateX(-35px);
	-ms-transform: translateX(-35px);
	-o-transform: translateX(-35px);
	transform: translateX(-35px);
}
.blog-thumb .image-overlay-inner a.hover-link {
	-webkit-transform: translateX(35px);
	-moz-transform: translateX(35px);
	-ms-transform: translateX(35px);
	-o-transform: translateX(35px);
	transform: translateX(35px);
}
.blog-thumb .image-overlay-inner a:hover {
	background: #1E1E1E;
	border-color: #1E1E1E;
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 1);
}
.blog-thumb:hover .image-overlay-inner a {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}
.blog-thumb .image-overlay-inner i {
	font-size:18px;
	line-height: 35px;
	font-style: normal;
}

/* Icon animation when single link is showing */
.blog-thumb .image-overlay.style2 a.hover-zoom,
.blog-thumb .image-overlay.style2 a.hover-link {
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	-ms-transform: translateY(35px);
	-o-transform: translateY(35px);
	transform: translateY(35px);
}
.blog-thumb:hover .image-overlay.style2 a {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}


/* =Blog - Style 1 & Style 2
--------------------------------------------------------------------------------------- */
.blog-article {
	position: relative;
	background: #FFF;
	background: #FFF;
	margin-bottom: 50px;
}
.blog-article.sticky  {
	background: #F8F8F8;
	padding: 20px 20px 30px;
}

.blog-grid.column-1 {
	width: 100%;
	padding: 0%;
}
.blog-article .entry-meta {
	margin-bottom: 10px;
}
.blog-article .entry-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-article.sticky .entry-content {
	padding: 15px 15px 0;
	background: #F8F8F8;
}
.blog-article .entry-header {
	position: relative;
}
.blog-article .blog-icon {
	position: absolute;
	top: 0;
	left: 0;
}
.blog-article .blog-thumb {
	display:inline-block;
}
.blog-article .blog-thumb.gallery {
	display: block;
}
.blog-article .blog-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.blog-article .blog-title a {
	color: inherit; 
}
.blog-article .blog-title a:hover {
	color: #F47E3E; 
}
.blog-article .entry-content {
	position: static;
}
.blog-article .entry-footer {
	padding: 20px 20px 15px;
}
.blog-article .entry-meta > span {
	margin-right: 15px;
}
.blog-article .entry-meta > span:after {
}
.blog-article .entry-meta > span:last-child:after {
}
.blog-article .entry-meta a,
.blog-article .entry-meta span:before {
	color: inherit;
	opacity: 0.9;
}
.blog-article .entry-meta a {
}
.blog-article .entry-meta a:hover {
	color: #F47E3E;
}

/* Icons for blog meta */
.blog-article .entry-meta > span.sticky:before,
.blog-article .entry-meta > span.author:before,
.blog-article .entry-meta > span.comment:before,
.blog-article .entry-meta > span.category:before,
.blog-article .entry-meta > span.tags:before {
	font-family: FontAwesome;
	padding-right: 6px;
}
.blog-article .entry-meta > span.sticky:before {
	content: "\f08d";
}
.blog-article .entry-meta > span.author:before {
	content: "\f040";
}
.blog-article .entry-meta > span.comment:before {
	content: "\f075";
}
.blog-article .entry-meta > span.category:before {
	content: "\f07b";
}
.blog-article .entry-meta > span.tags:before {
	content: "\f02b";
}

/* Reposition Meta Date */
.blog-article .entry-meta > span.date {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	margin: 0;
	height: 60px;
	min-width: 60px;
	text-align: center;
	background: #F47E3E;
	background: rgba(244, 126, 62, 0.9);
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-article .entry-meta > span.date a {
	display: table;
	width: 100%;
	height: 100%;
}
.blog-article .entry-meta > span.date time {
	display: table-cell;
	vertical-align: middle;
}
.blog-article .entry-meta > span.date:after {
	content: "";
	margin: 0;
}
.blog-article .entry-meta .date-day,
.blog-article .entry-meta .date-month {
	display: block;
	color: #FFF;
	line-height: 18px;
}
.blog-article .entry-meta .date-day {
	font-size: 16px;
	font-weight: 700;
}
.blog-article .entry-meta .date-month {
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
}

/* =Blog - Style 1
--------------------------------------------------------------------------------------- */
.blog-style1 .blog-article .entry-content.date-icon {
	padding-left: 90px;
}

/* Blog Style 1 - Layout 1 */

/* Blog Style 1 - Layout 2 */
.blog-style1-layout2 .blog-article {
	margin-bottom: 80px;
}
.blog-style1-layout2 .blog-thumb {
	margin-bottom: 10px;
}

/* =Blog - Style 2
--------------------------------------------------------------------------------------- */
.blog-style2 .blog-grid.column-2 {
	width: 50%;
	padding: 0 10px;
}
.blog-style2 .blog-grid.column-3 { 
	width: 33%;
	padding: 0 10px;
}
.blog-style2 .blog-grid.column-4 { 
	width: 25%;
	padding: 0 10px;
}

.blog-style2 #content {
}
.blog-style2 .blog-article {
	margin-bottom: 20px;
	padding: 0px;
	background: #EFEEEE;
}
.blog-style2 .blog-article .blog-thumb {
	margin: 15px 15px 0;
}

.blog-style2 .blog-article .entry-content {
	margin: 0;
	padding: 10px 15px 20px;
}

/* Resposition content from date for blog style 2 */
.blog-style2 .blog-article .entry-meta > span.date {
	top: 15px;
	left: 15px;
}
.blog-style2 .blog-article .entry-content.date-icon .entry-meta > span.date {
	top: 0;
	left: 0;
}
.blog-style2 .blog-article .entry-content.date-icon {
	padding-top: 75px;
}
.blog-style2 .blog-article .blog-thumb.gallery {
	padding: 15px 15px 0;
	margin: 0;
}

/* Pagination style for blog style 2 */
.blog-style2 .pag li a,
.blog-style2 .pag li span {
}
.blog-style2 .pag li a:hover,
.blog-style2 .pag li.current span {
}

/* =Single Post
--------------------------------------------------------------------------------------- */

/* Post Format */
.post-thumb {
	margin-bottom: 15px;
}
.single article.post {
	margin-bottom: 30px;
}
.single .entry-header {
}
.single .post-title {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

/* Meta content */
.single .entry-meta,
.single .entry-meta a,
.single .entry-meta span:before {
	color: inherit;
	opacity: 0.9;
}
.single .entry-meta {
	margin-bottom: 10px;
}
.single .entry-meta a:hover {
	color: #F47E3E;
}
.single .entry-meta > span {
	margin-right: 15px;
}
.single .entry-meta > span:after {
}
.single .entry-meta > span:last-child:after {
}

/* Disable Meta Link To Current Page */
.single .entry-meta > span.date a {
   cursor: default;
	pointer-events: none;
}

/* Icons for single meta */
.single .entry-meta > span.author:before,
.single .entry-meta > span.comment:before,
.single .entry-meta > span.category:before,
.single .entry-meta > span.tags:before {
	font-family: FontAwesome;
	padding-right: 6px;
}
.single .entry-meta > span.author:before {
	content: "\f040";
}
.single .entry-meta > span.comment:before {
	content: "\f075";
}
.single .entry-meta > span.category:before {
	content: "\f07b";
}
.single .entry-meta > span.tags:before {
	content: "\f02b";
}

/* Featured Image Specific */
.single .format-image .post-thumb img {
	display: block;
}

/* Featured Gallery Specific */
.single .format-gallery .post-thumb .rslides-sc .rslides-container {
	padding: 0;
}
.single .format-gallery .post-thumb .slides.rslides li {
	z-index: 0 !important;
}

/* Featured Video Specific */
.single .format-video .post-thumb iframe {
	display: block;
}

/* Reposition Meta Date */
.single .format-media,
.single .format-nomedia {
	position: relative;
}
.single .format-nomedia .entry-header {
	min-height: 65px;
	padding-left: 75px;
}
.single .entry-meta > span.date {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	height: 60px;
	min-width: 60px;
	text-align: center;
	background: #F47E3E;
	background: rgba(244, 126, 62, 0.9);
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.single .entry-meta > span.date a {
	display: table;
	width: 100%;
	height: 100%;
}
.single .entry-meta > span.date time {
	display: table-cell;
	vertical-align: middle;
}
.single .entry-meta > span.date:after {
	content: "";
	margin: 0;
}
.single .entry-meta .date-day,
.single .entry-meta .date-month {
	display: block;
	color: #FFF;
	line-height: 18px;
}
.single .entry-meta .date-day {
	font-size: 16px;
	font-weight: 700;
}
.single .entry-meta .date-month {
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
}

/* Post - Content Area */
.single .entry-content {
	margin-bottom: 30px;
}

/* Post - Page Link */
.page-links {
	margin-bottom: 25px;
}

/* Post - Share */
#sharepost {
	display: table;
	width: 100%;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#sharemessage,
#shareicons {
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
#sharemessage {
}
#sharemessage p {
	margin: 0 15px 0 0;
}
#shareicons {
}

#shareicons a,
#shareicons i {
	width: 24px;
	height: 24px;
	line-height: 24px;
}
#shareicons a {
	text-align: center;
	display: inline-block;
	margin-right: 15px;
	color: #FFF;
	background: #aaabab;
	margin: 5px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;

}
#shareicons a:hover {
}
#shareicons i {
	display: block;
	font-size: 13px;
}
#shareicons a.facebook:hover {
	background: #3b5997;
}
#shareicons a.twitter:hover {
	background: #a5dee8;
}
#shareicons a.google-plus:hover {
	background: #db4a39;
}
#shareicons a.instagram:hover {
	background: #AC8263;
}
#shareicons a.tumblr:hover {
	background: #395672;
}
#shareicons a.linkedin:hover {
	background: #56a1c4;
}
#shareicons a.flickr:hover {
	background: #c5c5c5;
}
#shareicons a.pinterest:hover {
	background: #C92228;
}
#shareicons a.xing:hover {
	background: #126567;
}
#shareicons a.paypal:hover {
	background: #1e477a;
}
#shareicons a.youtube:hover {
	background: #de1f26;
}
#shareicons a.vimeo-square:hover {
	background: #4EBBFF;
}
#shareicons a.rss:hover {
	background: #fea81d;
}
#shareicons .tooltip-inner {
	text-shadow: none;
	padding: 4px 8px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

/* Author Bio */
#author-bio {
	padding: 15px;
	margin-bottom: 40px;
	background: #efeeee;
}
#author-image {
	float: left;
}
#author-content {
	margin-left: 160px;
}
#author-title a {
	display: inline-block;
	color: #1E1E1E;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	margin-top: 10px;
}
#author-title a:hover {
	color: inherit;
}
#author-bio img {
	display: block;
	margin-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#author-title p:last-child {
	margin-bottom: 15px;
}
#author-text p:last-child {
	margin: 0;
}

/* User Comment */
#comments {
}
#comments .comment-notes,
#comments .comment-form-author label,
#comments .comment-form-email label,
#comments .comment-form-url label,
#comments .comment-form-comment label {
	display: none;
}
#comment-nav-above,
#comment-nav-below {
	margin-bottom: 50px;
}

/* Comments input and textarea placeholder text color */
#comments input::-webkit-input-placeholder { color: #c3c3c3; }
#comments input:-moz-placeholder { color: #c3c3c3; }
#comments input::-moz-placeholder { color: #c3c3c3; }
#comments input:-ms-input-placeholder { color: #c3c3c3; }

#comments textarea::-webkit-input-placeholder { color: #c3c3c3; }
#comments textarea:-moz-placeholder { color: #c3c3c3; }
#comments textarea::-moz-placeholder { color: #c3c3c3; }
#comments textarea:-ms-input-placeholder { color: #c3c3c3; }

.bypostauthor {
}
#comments-title {
}
#comments-title h3,
#reply-title {
}
#comments-title h3 {
	position: relative;
	font-size: 20px;
	margin: 40px 0;
	padding-bottom: 15px;
	font-weight: 600;
}
#comments-title h3:before {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 60px;
	border-bottom: 1px solid #1E1E1E;
}
#comments-title span {
}
#reply-title {
	position: relative;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	margin: 0 0 30px;
	padding-bottom: 15px;
}
#reply-title:before {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 60px;
	border-bottom: 1px solid #1E1E1E;
}
#reply-title #cancel-comment-reply-link {
	font-size: 12px;
	padding: 5px 10px;
	margin-left: 20px;
}
.commentlist article {
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.commentlist article header,
.commentlist article footer {
	margin: 0 0 0 125px;
}
.commentlist article header {
	position: relative;
}
.commentlist article header .comment-author,
.commentlist article header .comment-meta,
.commentlist article header .reply {
	display: block;
}
.commentlist article header .comment-author {
}
.commentlist article header .comment-meta {
	font-size: 90%;
	text-transform: uppercase;
}
.commentlist article header .reply {
    position: absolute;
    right: 0;
    top: 0;
}
.commentlist article header .reply a:before {
	font-family: FontAwesome;
	content: "\f112";
	padding-right: 5px;
}
.commentlist,
.comment-respond {
	margin: 0 0 40px 0;
}
.commentlist {
	border-bottom: 1px solid #EEE;
}
.commentlist .children {
	list-style: none;
	margin: 0px;
}
.commentlist .children {
	margin: 0 0 0 100px;
}
.commentlist .comment,
.commentlist .pingback {
	list-style: none;
	margin-bottom: 40px;
}
.commentlist .avatar {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.comment-author h4 {
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 5px;
	clear: none;
}
.comment-author a {
	color: inherit;
}
.comment-meta a {
	color: #aaa;
}
.comment-author a:hover,
.comment-meta a:hover {
	color: #F47E3E;
}
.comment-content {
	margin-top: 10px;
}
.comment-content p:last-child {
	margin: 0;
}
.comment-meta,
.comment .reply {
	margin-left: 0px;
}
.comment .reply a {
}
.comment-respond .form-submit {
	margin: 0;
}
li.pingback {
	font-weight: bold;
}
li.pingback a {
	font-weight: normal;
}

/* Comment Form */
#commentform input[type="text"] {
	width: 100%;
	max-width: 370px;
}
#commentform input[type="submit"] {
	font-weight: 600;
	text-transform: uppercase;
}
#commentform #comment {
	height: 180px;
}
#commentform .form-allowed-tags {
	font-size: 11px;
}
.required {
	color: #880000;
}

/* =Contact Us
--------------------------------------------------------------------------------------- */
.page-template-template-contact iframe {
	width: 100% !important;
	max-height: 350px !important;
}
.page-template-template-contact-php #main .google-map-placeholder {
	width: 100% !important;
}
.page-template-template-contact-php #main h4 {
	line-height: 1;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 35px;
}
.page-template-template-contact-php #main h4:after {
  position: relative;
  top: 5px;
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #1E1E1E;
}
.page-template-template-contact-php #main h5 {
	font-weight: 600;
}
.page-template-template-contact-php #main .contact-details h5 {
	width: 80px;
}

.page-template-template-contact-php #main .wpcf7-form input[type="submit"] {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	height: 40px;
	padding-top: 0;
	padding-bottom: 0;
}
.page-template-template-contact-php #main .contact-details i,
.page-template-template-contact-php #main .contact-details h4,
.page-template-template-contact-php #main .contact-details h5,
.page-template-template-contact-php #main .contact-details span {
	display: inline-block
}
.page-template-template-contact-php #main .contact-details h5,
.page-template-template-contact-php #main .contact-details span {
	vertical-align: top;
	margin-bottom: 5px
}
.page-template-template-contact-php #main .contact-details i {
	color: inherit;
	font-size: 14px;
	text-align: center;
	width: 26px;
	height: 26px;
	line-height: 25px;
	margin: 0 12px 5px 0;
	background: #EFEEEE;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.page-template-template-contact-php #content {
	padding: 0;
}
.page-template-template-contact-php #content-core {
	margin: 0;
	max-width: 100%;
}
.page-template-template-contact-php .panel-grid {
	padding: 30px 10px 0;
}
.page-template-template-contact-php .panel-grid-core {
	display: block;
	max-width: 1140px;
	margin: 0 auto
}


/* =Archive
--------------------------------------------------------------------------------------- */
.page-template-template-archive-php h3.page-title {
	margin-top: 0
}
.page-template-template-archive-php #main-core a {
	color: inherit;
}
.page-template-template-archive-php #main-core a:hover{
	color: #F47E3E;
}
.page-template-template-archive-php ul.archive-pages,
.page-template-template-archive-php ul.archive-categories,
.page-template-template-archive-php ul.archive-authors,
.page-template-template-archive-php ul.archive-monthly,
.page-template-template-archive-php ul.archive-recent {
	margin-left: 2px;
	list-style: none;
}
.page-template-template-archive-php ul.archive-pages li,
.page-template-template-archive-php ul.archive-categories li,
.page-template-template-archive-php ul.archive-authors li,
.page-template-template-archive-php ul.archive-monthly li,
.page-template-template-archive-php ul.archive-recent li {
	padding-bottom: 4px;
}
.page-template-template-archive-php ul.archive-pages .children li,
.page-template-template-archive-php ul.archive-categories .children li,
.page-template-template-archive-php ul.archive-authors .children li,
.page-template-template-archive-php ul.archive-monthly .children li,
.page-template-template-archive-php ul.archive-recent .children li {
	padding-left: 25px;
}
.page-template-template-archive-php ul.archive-pages li:before,
.page-template-template-archive-php ul.archive-categories li:before,
.page-template-template-archive-php ul.archive-authors li:before,
.page-template-template-archive-php ul.archive-monthly li:before,
.page-template-template-archive-php ul.archive-recent li:before {
	color: #AAA;
	line-height: 1;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 1.3333333333333333em;
	padding-right: 10px;
}
.page-template-template-archive-php ul.archive-pages ul.children,
.page-template-template-archive-php ul.archive-categories ul.children,
.page-template-template-archive-php ul.archive-authors ul.children,
.page-template-template-archive-php ul.archive-monthly ul.children,
.page-template-template-archive-php ul.archive-recent ul.children {
	margin: 10px 0px 10px -2px;
	list-style: none;
}

/* =Sitemap
--------------------------------------------------------------------------------------- */
.page-template-template-sitemap-php h3.page-title {
	margin-top: 0
}
.page-template-template-sitemap-php #main-core a {
	color: inherit;
}
.page-template-template-sitemap-php #main-core a:hover{
	color: #F47E3E;
}
.page-template-template-sitemap-php ul.sitemap-pages,
.page-template-template-sitemap-php ul.sitemap-authors,
.page-template-template-sitemap-php ul.sitemap-archives,
.page-template-template-sitemap-php ul.sitemap-posts,
.page-template-template-sitemap-php ul.sitemap-posts ul {
	margin-left: 2px;
	list-style: none;
}
.page-template-template-sitemap-php ul.sitemap-pages li,
.page-template-template-sitemap-php ul.sitemap-authors li,
.page-template-template-sitemap-php ul.sitemap-archives li,
.page-template-template-sitemap-php ul.sitemap-posts li,
.page-template-template-sitemap-php ul.sitemap-posts ul li {
	padding-bottom: 4px;
}
.page-template-template-sitemap-php ul.sitemap-pages .children li,
.page-template-template-sitemap-php ul.sitemap-authors .children li,
.page-template-template-sitemap-php ul.sitemap-archives .children li,
.page-template-template-sitemap-php ul.sitemap-posts .children li,
.page-template-template-sitemap-php ul.sitemap-posts ul .children li {
	padding-left: 25px;
}
.page-template-template-sitemap-php ul.sitemap-pages li:before,
.page-template-template-sitemap-php ul.sitemap-authors li:before,
.page-template-template-sitemap-php ul.sitemap-archives li:before,
.page-template-template-sitemap-php ul.sitemap-posts li:before,
.page-template-template-sitemap-php ul.sitemap-posts ul li:before {
	color: #AAA;
	line-height: 1;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 1.3333333333333333em;
	padding-right: 10px;
}
.page-template-template-sitemap-php ul.sitemap-pages ul.children,
.page-template-template-sitemap-php ul.sitemap-authors ul.children,
.page-template-template-sitemap-php ul.sitemap-archives ul.children,
.page-template-template-sitemap-php ul.sitemap-posts ul.children,
.page-template-template-sitemap-php ul.sitemap-posts ul ul.children {
	margin: 10px 0px 10px -2px;
	list-style: none;
}

/* =Parallax
--------------------------------------------------------------------------------------- */
.page-template-template-parallax-php #content {
	padding: 0;
}
.page-template-template-parallax-php #content-core {
	margin: 0;
	max-width: 100%;
}
.page-template-template-parallax-php .panel-grid {
	padding: 30px 10px 0;
}
.page-template-template-parallax-php .panel-grid-core,
.page-template-template-parallax-php #content #nav-above,
.page-template-template-parallax-php #content #nav-below,
.page-template-template-parallax-php #content #comments {
	display: block;
	max-width: 1140px;
	margin: 0 auto
}
.page-template-template-parallax-php #content #comments {
	padding-bottom: 30px;
}

/* =Testimonial
--------------------------------------------------------------------------------------- */

/* Testimonial Style 1 */

/* Testimonial Style 2 */

/* Testimonial Style 3 */

/* =Search Results
--------------------------------------------------------------------------------------- */
.search-results .blog-article .entry-meta {
	margin: 0;
}

/* =404 Error
--------------------------------------------------------------------------------------- */
.title-404 {
	text-align: center;
	margin: 30px 0;
}
.title-404 h2 {
	line-height: 1;
	font-size: 80px;
	margin: 0 0 20px 0;
}
.title-404 h2 i {
	padding-right: 15px;
}
.title-404 p {
	font-size: 15px;
}
.title-404 .search {
	margin-bottom: 20px;
	width: 200px;
	max-width: 200px;
}


/* =Portfolio (styling code in style-portfolio.css)
--------------------------------------------------------------------------------------- */
.column-1 { width: 100%;    padding: 10px; }
.column-2 { width: 50%;     padding: 10px; }
.column-3 { width: 33.333%; padding: 10px; }
.column-4 { width: 25%;     padding: 10px; }
.column-5 { width: 20%;     padding: 10px; }
.column-6 { width: 16.65%;  padding: 10px; }

.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6 {
	float: left;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* =Project
--------------------------------------------------------------------------------------- */

/* =Clients
--------------------------------------------------------------------------------------- */
.client-thumb {
	text-align: center;
	margin: 0;
	list-style: none;
}
.column-4.client_grid {
	padding: 30px 10px;
}

/* =Team
--------------------------------------------------------------------------------------- */

.team-grid {
	margin-bottom: 0px;
	text-align: center;
}
.team-grid .team-thumb {
	height: auto !important;
}

/* Team page members media */
.team-social {
	display:block;
	position: relative;
}
.team-social ul {
	display: table;
	margin: 0;
}
.team-social li {
	display: table-cell;
	vertical-align: top;
	float: none;
	padding: 0 !important;
}
.team-social li a {
	display: table;
	font-size: 13px;
	text-align: center;
	color: #BBB;
	width: 28px;
	height: 28px;
	border: 1px solid #BBB;
	margin-right: 8px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.team-social li a:hover {
	color: #fff;
	background: #F47E3E;
	border-color: #F47E3E;
}
.team-social li i {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: 1px;
}
.team-social .tooltip-inner {
	padding: 5px 8px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.team-grid .team-social ul {
	margin: 0 auto;
}

/* Align team details in table (name, social, message) */
.team-content .entry-header {
	width: 100%;
	display: table;
	margin-bottom: 20px;
}
.team-content .team-title,
.team-content .team-links,
.team-content .team-email {
	display: table-cell;
	vertical-align: middle
}
.team-content .team-links,
.team-content .team-email {
	text-align: right
}
.team-content .team-links ul {
	margin: 0 0 0 auto;
}
.team-content .team-email {
	width: 150px;
}
.team-content .team-email a {
	padding: 6px 20px;
	display: inline-block;
}

/* Team Layout - Style 2 */


/* =Testimonials
--------------------------------------------------------------------------------------- */
.testimonial-grid {
	text-align: center;
}
.testimonial-grid .entry-content {
	padding: 20px 25px;
	margin-bottom: 20px;
}
.testimonial-thumb img {
	margin: 0 auto;
}
.testimonial-excerpt {
	display: inline-block;
	font-weight: 300;
	text-align: center;
}
.testimonial-excerpt p:last-child {
	margin-bottom: 0;
}
.testimonial-name h3 {
	clear: none;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}
.testimonial-name h3 a {
	color: inherit;
}
.testimonial-name h3 a:hover {
	color: #F47E3E;
}
.testimonial-position {
	font-size: 90%;
	font-weight: 300;
}
.testimonial-quote {
}
.testimonial-quote:before {
}

/* Testimonial - Style 1 */
.testimonial-grid .carousel-testimonial.style1 .entry-content {
	padding: 0;
}

/* Testimonial - Style 2 */

/* Testimonial - Style 3 */
	
/* ---------------------------------------------------------------------------------------
	11. SHORTCODES - THEME SPECIFIC STYLE
--------------------------------------------------------------------------------------- */

/* BLOCKQUOTES
------------------------------------------------------------------ */
blockquote.style2:before, q.style2:before,
blockquote.style2:after, q.style2:after {
	content: '';
}
blockquote.style2, q.style2 {
	color: inherit;
	background: none;
	padding: 0 20px;
	margin-bottom: 20px;
	border-left: 10px solid #F47E3E;
}
blockquote.style2 p:last-child,
q.style2 p:last-child {
	margin-bottom: 0;
}

/* CALL TO ACTION
------------------------------------------------------------------ */
.sc-action {
	text-align: center;
}

/* Call to Action - Style 1 Specific Code */
.sc-action.style1 .action-link a {
	margin: 15px 4px 4px;
}

/* CAROUSEL (NAVIGATION)
------------------------------------------------------------------ */
.sc-carousel {
}
.sc-carousel li {
	margin: 0;
	border: none;
}
.sc-carousel a.prev,
.sc-carousel a.next {
	color: #FFF;
	background: #676767;
}
.sc-carousel a.prev:hover,
.sc-carousel a.next:hover {
	color: #FFF;
	background: #F47E3E;
}
.sc-carousel a.next {
}
.sc-carousel a.prev {
}
.sc-carousel a.prev i,
.sc-carousel a.next i {
	color: inherit;
	top: 0;
	line-height: 30px;
}
.sc-carousel a.prev:hover i,
.sc-carousel a.next:hover i {
	color: #FFF;
}

.sc-carousel .entry-header {
	margin: 0;
}
.sc-carousel .entry-content {
	margin: 15px 0 0 0;
}
.sc-carousel .entry-content h4 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.sc-carousel .entry-content .date a,
.sc-carousel .entry-content .date a {
	color: #3d3d3d;
}
.sc-carousel .entry-content .comment {
	float: none;
	line-height: 1;
}
.sc-carousel-title {
	float: left;
	position: absolute;
	top: -70px;
}

/* Blog specific */
.sc-carousel .entry-meta {
	line-height: 1;
	margin-bottom: 15px;
}

/* Portfolio specific */
.sc-carousel .port-thumb {
	display: block;
}

/* Corrects text color when cutom styling heading option is selected */
.sc-carousel .entry-content h4 a:hover {
	color: #F47E3E !important;
}

/* Image overlay effect (includes post item and grid shortcodes) */
.sc-carousel .image-overlay .prettyphoto-wrap {
	display: table-cell;
	vertical-align: middle;
}
.sc-carousel .entry-header .image-overlay-inner,
.sc-postitem .entry-header .image-overlay-inner,
.sc-grid .entry-header .image-overlay-inner {
	background: #F47E3E;
	background: rgba(244, 126, 62, 0.9);
}
.sc-carousel .entry-header .hover-icons,
.sc-postitem .entry-header .hover-icons,
.sc-grid .entry-header .hover-icons {
}
.sc-carousel .entry-header .hover-link,
.sc-carousel .entry-header .hover-zoom,
.sc-postitem .entry-header .hover-link,
.sc-postitem .entry-header .hover-zoom,
.sc-grid .entry-header .hover-link,
.sc-grid .entry-header .hover-zoom {
	line-height: 35px;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	background: none;
	margin: 1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.sc-carousel .entry-header:hover .hover-zoom,
.sc-carousel .entry-header:hover .hover-link,
.sc-postitem .entry-header:hover .hover-zoom,
.sc-postitem .entry-header:hover .hover-link,
.sc-grid .entry-header:hover .hover-zoom,
.sc-grid .entry-header:hover .hover-link {
	background: none;
}
.sc-carousel .entry-header .hover-link:hover,
.sc-carousel .entry-header .hover-zoom:hover,
.sc-postitem .entry-header .hover-link:hover,
.sc-postitem .entry-header .hover-zoom:hover,
.sc-grid .entry-header .hover-link:hover,
.sc-grid .entry-header .hover-zoom:hover {
	background: #1E1E1E;
	border-color: #1E1E1E;
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 1);
}
.sc-carousel .entry-header .hover-zoom:before,
.sc-carousel .entry-header .hover-link:before,
.sc-postitem .entry-header .hover-zoom:before,
.sc-postitem .entry-header .hover-link:before,
.sc-grid .entry-header .hover-zoom:before,
.sc-grid .entry-header .hover-link:before {
	right: auto;
	top: auto;
	line-height: 35px;
	width: 35px;
}
.sc-carousel .entry-header .hover-zoom:before,
.sc-postitem .entry-header .hover-zoom:before,
.sc-grid .entry-header .hover-zoom:before {
	font-size: 18px;
	font-family: dashicons;
	content: "\f211";
}
.sc-carousel .entry-header .hover-link:before,
.sc-postitem .entry-header .hover-link:before,
.sc-grid .entry-header .hover-link:before {
	font-size: 18px;
	font-family: dashicons;
	content: "\f345";
	right: auto;
	top: auto;
}

/* Image overlay effect Style 2 (includes post item and grid shortcodes) */
.sc-carousel .entry-header .image-overlay.overlay2 .image-overlay-inner,
.sc-postitem .entry-header .image-overlay.overlay2 .image-overlay-inner,
.sc-grid .entry-header .image-overlay.overlay2 .image-overlay-inner {
	color: #FFF;
	background: #333;
	background: rgba(51, 51, 51, 0.9);
}
.sc-carousel .entry-header .image-overlay.overlay2 h4 a,
.sc-postitem .entry-header .image-overlay.overlay2 h4 a,
.sc-grid .entry-header .image-overlay.overlay2 h4 a {
	color: #FFF;
}
.sc-carousel .entry-header .image-overlay.overlay2 h4 a:hover,
.sc-postitem .entry-header .image-overlay.overlay2 h4 a:hover,
.sc-grid .entry-header .image-overlay.overlay2 h4 a:hover {
	color: #DDD;
}


/* FEATURED / IMAGE
------------------------------------------------------------------ */
.sc-featured,
.sc-image {
	margin-top: 0;
}
.sc-featured {
	padding: 0;
}
.sc-image {
	padding-bottom: 10px;
}
.sc-featured .entry-header {
	margin-bottom: 15px;
}
.sc-featured h3 {
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 15px;
}
.sc-featured .image-overlay i,
.sc-image .image-overlay i {
	color: #FFF;
	font-size: 55px;
}
.sc-featured .image-overlay i.fa-hover-plus,
.sc-image .image-overlay i.fa-hover-plus {
	display: block;
	font-size: 19px;
	line-height: 1;
	font-style: normal;
	width: 19px;
	height: 19px;
	margin: 0 auto;
	padding: 11px;
	border: 7px solid #FFF;
	webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.sc-featured .image-overlay i.fa.fa-hover-plus:after,
.sc-image .image-overlay i.fa.fa-hover-plus:after {
	content: '+';
}


/* LIST - FONT AWESOME
------------------------------------------------------------------ */
ul.iconfont i {
	color: #F47E3E;
	font-size: 90%;
	margin: 0 15px 0 -22px;
}

/* LIGHTBOX
------------------------------------------------------------------ */
.sc-lightbox .image-overlay {
}
.sc-lightbox:hover .image-overlay {
	opacity: 0.8;
}
.sc-lightbox .image-overlay-inner {
	background: #F47E3E;
	background: rgba(244, 126, 62, 0.9);
}
.sc-lightbox .hover-zoom {
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 1px;
	border: 1px solid #fff;
	background: none;
	webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.sc-lightbox .hover-zoom:hover {
	background: #1E1E1E;
	border-color: #1E1E1E;
	background: rgba(255, 255, 255, 0.2);
	border-color: #FFF;
}
.sc-lightbox .hover-zoom:before {
	content: "\f211";
	font-family: dashicons;
	font-size: 18px;
	line-height: 35px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sc-lightbox a:hover:before {
}

/* NOTIFICATION BOXES
------------------------------------------------------------------ */
.notification {
	margin-bottom: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.notification p:last-child{ margin: 0; }

.notification,          .notification.normal   { background: #F9F9F9; }
.notification.download, .notification.success  { color: #587051; background: #deeed4; border-color: #cfe4c5; }
.notification.error,    .notification.stop     { color: #ce4c48; background: #edc9c5; border-color: #dcb2af; }
.notification.info,     .notification.question { color: #5d95c2; background: #CCE6F4; border-color: #b3d9ed; }
.notification.warning,  .notification.message  { color: #af8637; background: #F7F3D5; border-color: #ECE9C7; }

/* Add icons to alerts */
.notification.download,
.notification.success,
.notification.error,
.notification.stop,
.notification.info,
.notification.question,
.notification.warning,
.notification.message  { 
    position: relative;
    padding-left: 30px;
}
.notification.download:before,
.notification.success:before,
.notification.error:before,
.notification.stop:before,
.notification.info:before,
.notification.question:before,
.notification.warning:before,
.notification.message:before  { 
    font-size:20px;
    font-family: FontAwesome;
    position:absolute;
    top:15px;
    left:15px;
}
.notification.download:before, .notification.success:before { content: "\f058"; }
.notification.error:before,    .notification.stop:before { content: "\f057"; }
.notification.info:before,     .notification.question:before { content: "\f05a"; }
.notification.warning:before,  .notification.message:before  { content: "\f071"; }

.notification .icon          { padding: 15px 20px; }
.notification.error .icon    { background: none; }
.notification.stop .icon     { background: none; }
.notification.download .icon { background: none; }
.notification.success .icon  { background: none; }
.notification.info .icon     { background: none; }
.notification.question .icon { background: none; }
.notification.warning .icon  { background: none; }
.notification.message .icon  { background: none; }

/* PRICING TABLE
------------------------------------------------------------------ */

.pricing-table {
	text-align: center;
	background: #F6F6F6;
}
.pricing-table .entry-header {
	padding: 55px 20px 25px;
}
.pricing-table .entry-content {
	padding: 25px 20px 45px;
}
.pricing-table .entry-footer {
	padding: 0 20px 35px;
}

.pricing-table li {
	line-height: 1;
	position: relative;
	border-bottom: none; 
}
.pricing-table i {
	color: #F47E3E;
	position: absolute;
	left: -15px;
}
.pricing-features {
	text-align: left;
	display: inline-block;
}

.pricing-table .pricing-title,
.pricing-table .pricing-price {
	line-height: 1;
	color: #F47E3E
}
.pricing-table .pricing-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
}
.pricing-table .pricing-price {
	font-size: 40px;
}

.pricing-table .pricing-link a {
	min-width: 115px;
	font-weight: 600;
	display: inline-block;
	margin: 4px;
	padding: 5px 40px;
}

/* Style 1 */
.pricing-table.style1 .pricing-link a {
	border: 2px solid #fff;
}
	
/* Style 2 */
.pricing-table.style2 i {
	color: #fff;
}
.pricing-table.style2 {
	background: #F47E3E;
}
.pricing-table.style2 .entry-header {
	padding: 55px 20px;
}
.pricing-table.style2 .pricing-title,
.pricing-table.style2 .pricing-price,
.pricing-table.style2 .pricing-features {
	color: #fff;
}
.pricing-table.style2 .pricing-link a {
	border: 2px solid #F47E3E;
}


/* SLIDER
------------------------------------------------------------------ */

.rslides-sc .rslides-inner li {
}
.rslides-sc a.rslides_nav {
	opacity: 1;
	text-align: center;
	position: absolute;
	top: 50%;
	z-index: 9999;
	width: 60px;
	height: 60px;
	line-height: 1;
	margin: -25px 0px 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.rslides-sc a.rslides_nav.prev {
	left: -60px;
}
.rslides-sc a.rslides_nav.next {
	right: -60px;
}
.rslides-sc a.rslides_nav.prev:before, 
.rslides-sc a.rslides_nav.next:before {
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 60px;
	display: block;
	position: relative;
	z-index: 9999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rslides-sc a.rslides_nav.prev:hover:before,
.rslides-sc a.rslides_nav.next:hover:before {
	color: #333;
	background: #fff;
}
.rslides-sc .rslides-inner:hover a.rslides_nav {
	opacity: 1;
}
.rslides-sc .rslides-inner:hover a.rslides_nav.prev {
	left: 0px;
}
.rslides-sc .rslides-inner:hover a.rslides_nav.next {
	right: 0px;
}

/* TABS
------------------------------------------------------------------ */

/* Style 2 */
.tabs.style2 .nav-tabs a {
	color: #FFF;
	font-weight: 400;	
	text-shadow: none;
	background: #676767;
	border: none;
}
.tabs.style2 .nav-tabs .active a, 
.tabs.style2 .nav-tabs a:hover {
	background: #F47E3E;
	border: none;
}
.tabs.style2 .nav-tabs > li {
	margin: 0;
}

/* TOGGLES
------------------------------------------------------------------ */

/* Style 2 */
.accordion.style2 .accordion-group {
	border: none;
	margin-bottom: 2px;
}
.accordion.style2 .accordion-heading {
	color: #FFF;
	border: none;
}
.accordion.style2 .accordion-heading .accordion-toggle {
	text-shadow: none;
	background: #F47E3E;
}
.accordion.style2 .accordion-heading .accordion-toggle.collapsed {
	background: #676767;
}
.accordion.style2 .accordion-inner {
	border: 1px solid #DDD;
	border-top: none;
}

/* PORTFOLIO POST CAROUSEL
------------------------------------------------------------------ */
.sc-carousel.carousel-portfolio .entry-header {
	display: block;
}
.sc-carousel.carousel-portfolio .entry-content h4 {
	font-size: 14px;
	line-height: inherit;
	margin: 0;
}
.sc-carousel.carousel-portfolio .entry-content h4 a:hover {
	color: #F47E3E;
}
.sc-carousel.carousel-portfolio .entry-footer {
	font-size: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
.sc-carousel.carousel-portfolio .entry-footer p {
	margin: 0;
}
.sc-carousel.carousel-portfolio .comment {
	display: none;
}

/* Slight changes to style for 3 and 4 column carousels */
.sc-carousel.carousel-portfolio.items-3 .port-details.style2 .port-title {
	font-size: 20px;
}
.sc-carousel.carousel-portfolio.items-4 .port-details.style2 .port-title,
.sc-carousel.carousel-portfolio.items-5 .port-details.style2 .port-title,
.sc-carousel.carousel-portfolio.items-6 .port-details.style2 .port-title {
	font-size: 16px;
}

/* TEAM POST CAROUSEL
------------------------------------------------------------------ */
.sc-carousel.carousel-team .entry-header {
	display: block;
}
.sc-carousel.carousel-team .entry-content {
}
.sc-carousel.carousel-team .entry-content h4 {
	font-size: 15px;
}
.sc-carousel.carousel-team .entry-content h5 {
	font-size: 13px;
	color: #8B8B8B;
	text-transform: uppercase;
	margin: -10px 0 15px;	
}

/* Team Carousel Overlay */
.sc-carousel.carousel-team .entry-header .hover-link {
	font-weight: 400;
	width: auto;
	border: 1px solid #FFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.sc-carousel.carousel-team .entry-header .hover-link:hover {
	color: #fff;
}
.sc-carousel.carousel-team .entry-header .hover-link:before, 
.sc-carousel.carousel-team .entry-header .hover-link:before {
	content: "";
}

/* Team Carousel Overlay - Style 2 */
.carousel-team.style2 {
	padding-top: 125px;
	overflow: visible;
	background: #F47E3E;
	border: 1px solid #BBB;
}
.carousel-team.style2 .entry-header,
.carousel-team.style2 .entry-content {
	background: #FFF;
}
.carousel-team.style2 .entry-header {
    overflow: visible;
	border-top: 1px solid #FFF;
	padding-bottom: 15px;
}
.carousel-team.style2 .entry-content {
	min-height: 25px;
	border-top: none;
	margin: 0;
	padding: 0 20px 10px;
}
.carousel-team.style2 .team-thumb {
	text-align: center;
	margin-top: -77px;
}
.carousel-team.style2 .team-thumb a {
	display: inline-block
}
.carousel-team.style2 .team-thumb img {
	border: 1px solid #F47E3E;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.carousel-team.style2 .image-overlay {
	margin-top: -76px;
	overflow: visible;
}
.carousel-team.style2 .image-overlay-inner {
    width: 150px;
    height:150px;
    margin:0 auto;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.carousel-team .image-overlay.overlay2 .hover-link {
	font-size: 0;
}
.carousel-team .image-overlay.overlay2 .hover-link:before {
	font-size: 18px;
	font-family: dashicons;
	content: "\f345";
	right: auto;
	top: auto;
	line-height: 35px;
	width: 35px;
}
.carousel-team.style2 .team-social {
	margin-bottom: 20px;
}

/* TEAMPOST ITEM
------------------------------------------------------------------ */

/* TESTIMONIAL POST CAROUSEL
------------------------------------------------------------------ */

.sc-carousel.carousel-testimonial .entry-content {
	border: none;
	margin: 0;
}
.sc-carousel.carousel-testimonial .sc-carousel-thumbs a {
	position: relative;
}

/* Carousel Testimonial - Style 1 */
.sc-carousel.carousel-testimonial.style1 .entry-header  {
	font-size: 14px;
	background: #FFF;
	border: 1px solid #EFEEEE;
	margin-bottom: 25px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.sc-carousel.carousel-testimonial.style1 .testimonial-thumb {
	padding-top: 6px;
}
.sc-carousel.carousel-testimonial.style1 .testimonial-thumb img {
	border: 3px solid #BBB;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.sc-carousel.carousel-testimonial.style1 .testimonial-thumb .selected:before {
    left: 26px;
    top: -60px;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border: solid transparent;
	border-width: 10px;
	pointer-events: none;
	border-bottom-color: #BBB;
}

/* Carousel Testimonial - Style 2 & style 3 */
.sc-carousel.carousel-testimonial.style2,
.sc-carousel.carousel-testimonial.style3 {
	padding: 0 35px;
}
.sc-carousel.carousel-testimonial.style2 .entry-header,
.sc-carousel.carousel-testimonial.style2 .entry-content,
.sc-carousel.carousel-testimonial.style3 .entry-header,
.sc-carousel.carousel-testimonial.style3 .entry-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.sc-carousel.carousel-testimonial.style2 .testimonial-excerpt,
.sc-carousel.carousel-testimonial.style3 .testimonial-excerpt {
	margin-top: 8px;
}

/* Carousel Testimonial - Style 2 */
.sc-carousel.carousel-testimonial.style2 .entry-header {
	margin: 0;
	padding: 0;
	background: none;
	float: left;
	width: 105px
}
.sc-carousel.carousel-testimonial.style2 .entry-header .testimonial-thumb {
	width: 90px;
	position: relative;
}
.sc-carousel.carousel-testimonial.style2 .testimonial-thumb:before {
    right: -18px;
    top: 35px;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border: solid transparent;
	border-width: 10px;
	pointer-events: none;
    border-left-color: #BBB;
}
.sc-carousel.carousel-testimonial.style2 .entry-header img {
	display: inline-block;
	width: 85px;
	height: 85px;	
	border: 3px solid #BBB;
	margin: 0 7px 0 0;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.sc-carousel.carousel-testimonial.style2 .entry-content,
.sc-carousel.carousel-testimonial.style2 .testimonial-excerpt {
	text-align: left;
}
.sc-carousel.carousel-testimonial.style2 .entry-content {
	background: #FFF;
	border: 1px solid #EFEEEE;
	padding: 20px;
	margin: 0 0 0 105px;
}

/* Testimonial - Style 3 */
.sc-carousel.carousel-testimonial.style3 .entry-header,
.sc-carousel.carousel-testimonial.style3 .entry-content {
	background: #FFF;
	border: 3px solid #EFEEEE;
	display: block;
	margin: 0;
}
.sc-carousel.carousel-testimonial.style3 .entry-header {
	display: block;
	overflow: visible;
	border-bottom: none;
	padding: 0;
	margin-top: 75px;
}
.sc-carousel.carousel-testimonial.style3 .entry-content {
	border-top: none;
	padding: 20px 25px;
	margin-bottom: 20px;
}
.sc-carousel.carousel-testimonial.style3 .testimonial-thumb {
	margin-top: -75px;
}
.sc-carousel.carousel-testimonial.style3 .testimonial-thumb a {
	display: inline-block
}
.sc-carousel.carousel-testimonial.style3 .testimonial-thumb img {
	width: 150px;
	height: 150px;
	border: 3px solid #EFEEEE;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;

}

/* TESTIMONIAL ITEM
------------------------------------------------------------------ */

.sc-carousel.carousel-testimonial.sc-postitem {
	display: block;
	padding: 0;
}

/* Testimonial Item - Style 1 */
.sc-carousel.carousel-testimonial.sc-postitem.style1 .entry-header {
	margin-bottom: 0;
}
.sc-carousel.carousel-testimonial.sc-postitem.style1 .testimonial-thumb:before {
	border: solid rgba(0, 0, 0, 0);
	border-top-color: #EFEEEE;
	border-width: 15px;
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
}

/* Testimonial Item - Style 2 (add max width to avoid broken design ) */
.sc-carousel.carousel-testimonial.sc-postitem.style2 {
	max-width: 382px;
	margin: 0 auto 20px;
}

/* ICONS (FONT AWESOME)
------------------------------------------------------------------ */

/* Font Icon - Style 1 & Style 2 */
.iconfull.style1 .iconmain h3,
.iconfull.style2 .iconmain h3 {
	font-size: 15px;
	margin-bottom: 12px;
}
.iconfull.style1.iconbackground,
.iconfull.style2.iconbackground {
	background: none;
	margin-bottom: 20px;
	padding: 30px 20px 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.iconfull.style1 .iconurl > a,
.iconfull.style2 .iconurl > a {
}
.iconfull.style1 .iconurl > a:hover,
.iconfull.style2 .iconurl > a:hover {
}

/* Font Icon - Style 1 */
.iconfull.style1 br {
	display: none
}
.iconfull.style1 .iconimage i {
	color: #1E1E1E;
	font-size: 24px;
	height: 32px;
	width: 32px;
	line-height: 32px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.iconfull.style1 .iconimage a:hover i {
	color: #F47E3E;
}
.iconfull.style1 .iconimage i.fa-inverse {
	color: #F47E3E;
}
.iconfull.style1 .iconimage a:hover i.fa-inverse {
	color: #1E1E1E;
}
.iconfull.style1 .iconmain {
	padding: 0;
	margin: 0 0 0 55px;
}

/* Font Icon - Style 2 */
.iconfull.style2 br {
	display: none
}
.iconfull.style2 .iconimage {
	float: left;
	width: auto;
}
.iconfull.style2 .iconimage i {
	font-size: 24px;
	color: #FFF;
	background: #1E1E1E;
	height: 70px;
	width: 70px;
	line-height: 70px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.iconfull.style2 .iconimage a:hover i {
	color: #fff;
	background: #F47E3E;
}
.iconfull.style2 .iconimage i.fa-inverse {
	background: #F47E3E;
}
.iconfull.style2 .iconimage a:hover i.fa-inverse {
	background: #1E1E1E;
}
.iconfull.style2 .iconmain {
	margin: 0 0 0 85px;
}

/* Font Icon - Style 1 and Style 2 */
.iconmain .iconurl a:after {
	content: "";
}

/* PROGRESS BARS
------------------------------------------------------------------ */

.sc-progress {
	width: 100%;
	margin-bottom: 15px
}
.sc-progress .entry-header {
	margin-bottom: 5px;
}
.sc-progress .bar-title,
.sc-progress .progress {
}
.sc-progress .bar-title {
	width: 1%;
	white-space: nowrap;
	padding-right: 5px;
}
span.bar-title,
span.bar-per {
	color: #555;
	font-size: 14px;
	line-height: 1;
	font-weight: 300;
	text-align: left;
	text-shadow: none;
}
.progress {
	height: 15px;
	background: #e9e9e9;
	margin-bottom: 20px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.progress .bar {
	display: block;
	height: 15px;
	padding: 5px 20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.progress .bar {
	background-color: #9DCEE3;
}
.progress.progress-basic .bar {
	background: #9DCEE3;
}
.progress .bar-info {
	background-color: #449edd;
}
.progress.progress-basic .bar-info {
	background: #449edd;
}
.progress .bar-success {
	background-color: #97d04d;
}
.progress.progress-basic .bar-success {
	background: #97d04d;
}
.progress .bar-warning {
	background-color: #ea984f;
}
.progress.progress-basic .bar-warning {
	background: #ea984f;
}
.progress .bar-danger {
	background-color: #F47E3E;
}
.progress.progress-basic .bar-danger {
	background: #F47E3E;
}

/* PROGRESS BARS - ROUND
------------------------------------------------------------------ */
.sc-knob-dial {
	color: #555 !important;
	font-weight: 300 !important;
}
.sc-knob-title {
	font-weight: 300;
}

/* SLIDESHOW
------------------------------------------------------------------ */
.rslides-sc a.rslides_nav,
.thinkupslider-sc a.rslides_nav {
}
.rslides-sc a.rslides_nav.prev:before,
.rslides-sc a.rslides_nav.next:before,
.thinkupslider-sc a.rslides_nav.prev:before,
.thinkupslider-sc a.rslides_nav.next:before {
}
.rslides-sc a.rslides_nav.prev:hover:before,
.rslides-sc a.rslides_nav.next:hover:before,
.thinkupslider-sc a.rslides_nav.prev:hover:before,
.thinkupslider-sc a.rslides_nav.next:hover:before {
}
.rslides-sc a.rslides_nav.prev,
.thinkupslider-sc a.rslides_nav.prev {
}
.rslides-sc a.rslides_nav.next,
.thinkupslider-sc a.rslides_nav.next {
}
.rslides-sc .rslides-inner:hover a.rslides_nav.prev,
.thinkupslider-sc .rslides-inner:hover a.rslides_nav.prev {
}
.rslides-sc .rslides-inner:hover a.rslides_nav.next,
.thinkupslider-sc .rslides-inner:hover a.rslides_nav.next {
}

/* TITLES
------------------------------------------------------------------ */
.customtitle.style5 span {
	border-bottom: 2px solid #202224;
}


/* ---------------------------------------------------------------------------------------
	12. PAGE BUILDER - THEME SPECIFIC STYLE
--------------------------------------------------------------------------------------- */

/* Call To Action */
.panel-grid-cell #introaction {
	padding: 0;
}
.panel-grid-cell #introaction h3 {
	font-size: 30px;
	font-weight: normal;
}
.panel-grid-cell #introaction .style1,
.panel-grid-cell #introaction .style2 {
	color: #FFF;
	background: #F47E3E;
}
.panel-grid-cell #introaction .style3,
.panel-grid-cell #introaction .style4 {
	color: #FFF;
	background: #2D2D2D;
}
.panel-grid-cell #introaction .style5,
.panel-grid-cell #introaction .style6 {
	color: #202224;
	background: #FFF;
}

.panel-grid-cell #introaction .style1:hover,
.panel-grid-cell #introaction .style5:hover {
	color: #FFF;
	background: #2D2D2D;
}
.panel-grid-cell #introaction .style2:hover,
.panel-grid-cell #introaction .style3:hover {
	color: #202224;
	background: #FFF;
}
.panel-grid-cell #introaction .style4:hover,
.panel-grid-cell #introaction .style6:hover {
	color: #FFF;
	background: #F47E3E;
}

/* Carousel - Portfolio  - Style when no link is set for portfolio button */
.carousel-portfolio-builder.style2 {
	position: relative;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio {
	padding-bottom: 0;
	margin-bottom: 20px;
	margin-top: 90px;	
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev, 
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next {
	top: 0;
	margin-top: 0;
	height: 100%;
	background: #fff;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev:hover, 
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next:hover {
	background: #F47E3E;
	border-color: #F47E3E;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev {
	left: -35px;
	right: auto;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next {
	right: -35px;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev i, 
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next i {
	top: 45%;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio .entry-content {
	margin: 0;
}
.carousel-portfolio-builder.style2 .sc-carousel-button {
	position: absolute;
	right: 0;
	color: inherit;
	background: #FFF;
	border: 1px solid #EEE;
	padding: 5px 21px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.carousel-portfolio-builder.style2 .sc-carousel-button:hover {
	color: #FFF;
	background: #F47E3E;
	border-color: #F47E3E;
}
.carousel-portfolio-builder.style2 .sc-carousel-title,
.carousel-portfolio-builder.style2 .sc-carousel-button {
	top: -90px;
}

.layout-boxed .carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev {
	left: -20px;
}
.layout-boxed .carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next {
	right: -20px;
}

/* Services - Style 1 / Style 2 / Style 3 */
.services-builder.style1 {
	background: #FFF;
}
.services-builder {
	margin-bottom: 30px;
}
.services-builder i {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Services - Style 1 */
.services-builder.style1 {
}
.services-builder.style1 .iconimage img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.services-builder.style1 .iconimage a:hover img {
	opacity: 0.85;
}
.services-builder.style1 .iconmain {
	color: #888;
	padding: 15px 0 0;
}
.services-builder.style1 h3{
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 15px;
}
.services-builder.style1 .iconurl a {
	color: #F47E3E;
}
.services-builder.style1 .iconurl a:hover {
	color: inherit;
}

/* Services - Style 2 */
.services-builder.style2 {
	text-align: center;
	border: 1px solid #E9E9E9;
	padding: 35px 20px 10px;
}
.services-builder.style2 .iconimage {
	position: relative;
	background: #F47E3E;
	text-align: left;
	margin: 0 auto 35px;
	width: 48px;
	height: 80px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
.services-builder.style2 .iconimage:before,
.services-builder.style2 .iconimage:after {
	position: absolute;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background: inherit;
	content: '';
}
.services-builder.style2 .iconimage:before {
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
}
.services-builder.style2 .iconimage:after {
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.services-builder.style2 .iconimage i {
	color: #FFF;
	position: absolute;
	text-align: center;
	width: 80px;
	margin: 16px 0 0 -16px;
	line-height: 48px;
	z-index: 9;
	font-size: 21px;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.services-builder.style2 .iconimage a:hover i {
	color: #FFF;
}
.services-builder.style2 i {
}
.services-builder.style2 a:hover i {
	color: #F47E3E;
	border-color: #F47E3E;
}
.services-builder.style2 i:before {
	line-height: 1;
}
.services-builder.style2 .iconmain {
	padding: 0;
}
.services-builder.style2 h3 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 15px;
}
.services-builder.style2 .iconurl a {
	color: #979797;
}
.services-builder.style2 .iconurl a:hover {
		color: #F47E3E;
}


/* ---------------------------------------------------------------------------------------
	13. IE STYLES
--------------------------------------------------------------------------------------- */
#ie8 .entry-content img,
#ie8 .widget img,
#ie8 .wp-caption img {
	width: auto;
}
#ie8 .content-core {
    zoom:1;
}


/* ---------------------------------------------------------------------------------------
	14. SAFARI STYLES
--------------------------------------------------------------------------------------- */

/* Fix 100% table width issue on Safari */
.wrap-safari {
	display: block; 
	height: 100%; 
	max-width: 1140px; 
	margin: 0 auto;
}


/* ---------------------------------------------------------------------------------------
	15. MISC
--------------------------------------------------------------------------------------- */

.hidden {
    display: none;
}
.screen-reader-text {
}

/* Correct line height of Font Awesome size */
body .fa-lg {
	line-height: 1;
	vertical-align: -10%;
} body {color:#4d4d4d;}
div.banner-header-text {font-weight:300;text-transform:uppercase;height:160px;line-height:160px;text-align:center;}
div#fancybox-overlay {z-index: 9999999 !important;}
div#fancybox-wrap {z-index: 99999999 !important;}
img#fancybox-img {max-width: 100% !important;}
select.goog-te-combo {padding: 10px 15px !important;font-family: Open Sans,Helvetica,Arial !important;font-size: 11px !important;}
.header-large {font-size:5em;}
.header-medium {font-size:4em;}
.header-small {font-size:3em;}
div#featured-image {border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;position:relative;width:100%;max-width:1171px;text-align:center;}
div#breadcrumb {display:none;text-transform:uppercase;color:#cccccc;font-size:.6em;top:8px;right:15px;position:absolute;letter-spacing:1px;}
nav#nav-below {display:none;}
.pag.pag-start {display:none !important;}
ul.menu li a { text-transform: uppercase !important;}
aside.widget_links h3 {text-transform:uppercase;}
aside.widget_links ul.blogroll {margin:0;padding:0;}
aside.widget_links ul.blogroll li {margin:0;padding:0;}
h2.blog-title {height:22px !important;}
h3.post-title {display:none !important;}
#content {padding-top:10px !important;}
.entry-header {min-height:0 !important;}
.ngg-breadcrumbs {display:none !important;}
code,pre,form {font-family: 'Roboto', sans-serif !important;font-size: 13px;border:none !important;padding:0 !important;margin:0 !important;}
#slider .rslides_tabs {display:none !important;}
span.sticky {display:none !important;}
span.date {display:none !important;}
span.author {display:none !important;}
span.category {display:none !important;}
@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
div.banner-header-text {font-size:3.5vw !important;}
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
div.banner-header-text {font-size:4vw !important;}
}
#pre-header  .header-links > ul > li.menu-parent > a:after {
position: relative;
content: ">";
padding-left: 6px;
color:#cccccc;
}@font-face{font-family:dashicons;src:url(//www.sideshield.com/wp-includes/fonts/dashicons.eot)}@font-face{font-family:dashicons;src:url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),url(//www.sideshield.com/wp-includes/fonts/dashicons.ttf) format("truetype"),url(//www.sideshield.com/wp-includes/fonts/dashicons.svg#dashicons) format("svg");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{display:inline-block;width:20px;height:20px;font-size:20px;line-height:1;font-family:dashicons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;-webkit-transition:color .1s ease-in 0;transition:color .1s ease-in 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dashicons-menu:before{content:"\f333"}.dashicons-admin-site:before{content:"\f319"}.dashicons-dashboard:before{content:"\f226"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-users:before{content:"\f110"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-filter:before{content:"\f536"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-links:before,.dashicons-format-links:before{content:"\f103"}.dashicons-admin-post:before,.dashicons-format-standard:before{content:"\f109"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-video:before{content:"\f126"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-quote:before{content:"\f122"}.dashicons-welcome-edit-page:before,.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-filter:before{content:"\f533"}.dashicons-undo:before{content:"\f171"}.dashicons-redo:before{content:"\f172"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-distractionfree:before,.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-video:before{content:"\f219"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-table:before{content:"\f535"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-none:before{content:"\f138"}.dashicons-lock:before{content:"\f160"}.dashicons-unlock:before{content:"\f528"}.dashicons-calendar:before{content:"\f145"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-visibility:before{content:"\f177"}.dashicons-hidden:before{content:"\f530"}.dashicons-post-status:before{content:"\f173"}.dashicons-edit:before{content:"\f464"}.dashicons-post-trash:before,.dashicons-trash:before{content:"\f182"}.dashicons-sticky:before{content:"\f537"}.dashicons-external:before{content:"\f504"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-leftright:before{content:"\f229"}.dashicons-sort:before{content:"\f156"}.dashicons-randomize:before{content:"\f503"}.dashicons-list-view:before{content:"\f163"}.dashicons-excerpt-view:before,.dashicons-exerpt-view:before{content:"\f164"}.dashicons-grid-view:before{content:"\f509"}.dashicons-move:before{content:"\f545"}.dashicons-hammer:before{content:"\f308"}.dashicons-art:before{content:"\f309"}.dashicons-migrate:before{content:"\f310"}.dashicons-performance:before{content:"\f311"}.dashicons-universal-access:before{content:"\f483"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-tickets:before{content:"\f486"}.dashicons-nametag:before{content:"\f484"}.dashicons-clipboard:before{content:"\f481"}.dashicons-heart:before{content:"\f487"}.dashicons-megaphone:before{content:"\f488"}.dashicons-schedule:before{content:"\f489"}.dashicons-wordpress:before{content:"\f120"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-pressthis:before{content:"\f157"}.dashicons-update:before{content:"\f463"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-cart:before{content:"\f174"}.dashicons-feedback:before{content:"\f175"}.dashicons-cloud:before{content:"\f176"}.dashicons-translation:before{content:"\f326"}.dashicons-tag:before{content:"\f323"}.dashicons-category:before{content:"\f318"}.dashicons-archive:before{content:"\f480"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-text:before{content:"\f478"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-yes:before{content:"\f147"}.dashicons-no:before{content:"\f158"}.dashicons-no-alt:before{content:"\f335"}.dashicons-plus:before{content:"\f132"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-minus:before{content:"\f460"}.dashicons-dismiss:before{content:"\f153"}.dashicons-marker:before{content:"\f159"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-star-empty:before{content:"\f154"}.dashicons-flag:before{content:"\f227"}.dashicons-info:before{content:"\f348"}.dashicons-warning:before{content:"\f534"}.dashicons-share:before{content:"\f237"}.dashicons-share1:before{content:"\f237"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-twitter:before{content:"\f301"}.dashicons-rss:before{content:"\f303"}.dashicons-email:before{content:"\f465"}.dashicons-email-alt:before{content:"\f466"}.dashicons-facebook:before{content:"\f304"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-networking:before{content:"\f325"}.dashicons-googleplus:before{content:"\f462"}.dashicons-location:before{content:"\f230"}.dashicons-location-alt:before{content:"\f231"}.dashicons-camera:before{content:"\f306"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-vault:before{content:"\f178"}.dashicons-shield:before{content:"\f332"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-sos:before{content:"\f468"}.dashicons-search:before{content:"\f179"}.dashicons-slides:before{content:"\f181"}.dashicons-analytics:before{content:"\f183"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-area:before{content:"\f239"}.dashicons-groups:before{content:"\f307"}.dashicons-businessman:before{content:"\f338"}.dashicons-id:before{content:"\f336"}.dashicons-id-alt:before{content:"\f337"}.dashicons-products:before{content:"\f312"}.dashicons-awards:before{content:"\f313"}.dashicons-forms:before{content:"\f314"}.dashicons-testimonial:before{content:"\f473"}.dashicons-portfolio:before{content:"\f322"}.dashicons-book:before{content:"\f330"}.dashicons-book-alt:before{content:"\f331"}.dashicons-download:before{content:"\f316"}.dashicons-upload:before{content:"\f317"}.dashicons-backup:before{content:"\f321"}.dashicons-clock:before{content:"\f469"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-microphone:before{content:"\f482"}.dashicons-desktop:before{content:"\f472"}.dashicons-laptop:before{content:"\f547"}.dashicons-tablet:before{content:"\f471"}.dashicons-smartphone:before{content:"\f470"}.dashicons-phone:before{content:"\f525"}.dashicons-smiley:before{content:"\f328"}.dashicons-index-card:before{content:"\f510"}.dashicons-carrot:before{content:"\f511"}.dashicons-building:before{content:"\f512"}.dashicons-store:before{content:"\f513"}.dashicons-album:before{content:"\f514"}.dashicons-palmtree:before{content:"\f527"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-money:before{content:"\f526"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-layout:before{content:"\f538"}.dashicons-paperclip:before{content:"\f546"}@font-face{font-family:'FontAwesome';src:url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.sideshield.com/wp-content/themes/sento/lib/extentions/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.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}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-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{-ms-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:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-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-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-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-pp: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-resistance: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-y-combinator-square:before,.fa-yc-square:before,.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-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-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-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"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}#main {
float: left;
width: 73%;
display: block;
}
#main-core {
margin-right: 30px;
}
#sidebar {
display: block;
float: left;
width: 27%;
}
#sidebar-core {
margin-left: 20px;
}@media only screen and (max-width: 1140px) {
#slider .rslides-content,
.thinkupslider-sc .rslides-content {
padding: 0 70px;
box-sizing:border-box;
}
#logo {
margin-left: 15px;
}
}
@media only screen and (max-width: 960px) {
} @media only screen and (max-width: 768px) { body.layout-boxed #body-core,
body.custom-background #body-core {
border-left: none;
border-right: none;
} #header,
#pre-header {
position: static !important;
}
#header-links,
#header-sticky {
display: none !important;
}
#header-social ul {
float: none;
}
#pre-header {
padding: 0 10px;
}
#logo {
float: none !important;
position: static !important;
text-align: left !important;
display: inline-block !important;
margin: 0 !important;
padding: 0 20px !important;
border-left: 1px solid #EEE !important;
border-right: 1px solid #EEE !important;
}
#logo img {
max-height: 45px;
}
#logo img,
#logo h1 {
margin: 0;
float: left;
}	
#header-core {
display: table;
width: 100%;
padding: 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
#logo,
#header-nav {
display: table-cell;
vertical-align: middle;
}
#header-nav {
z-index: 1;
position: relative;
width: 60px;
border-left: 1px solid #EEE;
border-right: 1px solid #EEE
}
#header-responsive {
display: block;
width: 100%;
background: #292929;
padding: 0 20px;
}
#header-responsive ul {
margin: 0;
}
#header-responsive .sub-menu li {
padding: 0;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
#header-responsive li a {
color: #AAA;
display: block;
border-bottom: 1px dotted #505050;
padding: 10px 20px;
}
#header-responsive li.current_page_item > a,
#header-responsive li a:hover {
color: white;
}
#header .menu > li.menu-hover > a,
#header .menu > li.current_page_item > a,
#header .menu > li.current-menu-ancestor > a,
#header .menu > li > a:hover {
color: inherit;
background: none;
}
.btn-navbar {
display: block;
padding: 15px 0
}
.btn-navbar .icon-bar {
display: block;
width: 20px;
height: 3px;
margin: 0 auto;
background-color: #292929;
}
.nav-collapse.collapse {
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-ms-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
position: relative;
overflow: hidden;
height: 0;
} .header-style2 #header {
padding-bottom: 0;
}
.header-style2 #header-container {
margin: 0;
} #intro {
padding: 15px 10px
}
#intro .page-title {
font-size: 30px
} #slider .featured-title span,
.thinkupslider-sc .featured-title span {
font-size: 25px !important;
}
#slider .featured-excerpt span,	
.thinkupslider-sc .featured-excerpt span {	
font-size: 14px !important;
line-height: 22px !important;
}
#slider .featured-link a,
.thinkupslider-sc .featured-link a {
font-size: 12px !important;
padding: 5px 10px !important;
} #slider .videoBG video,
.thinkupslider-sc .videoBG video {
top: -25% !important;
} .action-text.action-teaser h3, 
.attention_text h3 { 
margin-top: 0px; 
}    .commentlist .children .children .children { 
margin: 0px; 
}     .customtitle h1,
.customtitle h2,
.customtitle h3,
.customtitle h4,
.customtitle h5,
.customtitle h6 {
white-space: initial;
}
.customtitle .title-div {
display: none;
}
} @media only screen and (max-width: 685px) { #pre-header-links-inner,
#intro #breadcrumbs,
#sidebar,
#footer-menu,
.meta-author {
display: none !important;
}
#main-core,
#intro.option1, 
#intro.option2 {
margin-left: 0px !important;
}
#main {
width: 100% !important;
}
#main-core, 
#intro,
.commentlist .children .children {
margin: 0px !important;
}
#intro #intro-core {
display: block;
margin-left: 10px;
}
#intro.option2 .page-title {
width: 100%;
display: block;
text-align: left;
}
.notification-text {
display: block;
margin-bottom: 5px;
} #slider .featured-excerpt,
.thinkupslider-sc .featured-excerpt {
display: none !important;
}  #comments {
max-width: 100%;
}	
.commentlist .children .children {
margin: 0px;
} .action-text.three_fourth,
.action-button.one_fourth.last {
width:100%;
float:none;
margin-right:0px;
}
.action-button h4 {
display:block;
float: none;
margin: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.action-text {
}
.action-text > h3 {
margin-top: 0px;
}
.action-text,
.attention_text {
text-align: center;
} .thinkup_widget_flickr .flickr-photo {
width: auto !important;
margin-right: 5px !important;
} .page-template-template-contact-php #main .contact-details span {
display: block;
margin-bottom: 20px;
}
} @media only screen and (max-width: 568px) { #notification-core .notification-text {
display: block;
margin-bottom: 5px;
} #slider,
.thinkupslider-sc {
text-align: center  !important;
}
#slider .featured-title span,
.thinkupslider-sc .featured-title span {
font-size: 20px  !important;
}
#slider .featured-video,
.thinkupslider-sc .featured-video {
display: none  !important;
}
#slider .featured-link,
.thinkupslider-sc .featured-link {
margin-top: 0 !important;
} .action-text {
}
.action-teaser {
text-align: center;
} section#options.nav-collapse {
overflow: hidden;
height: 0;
}
section#options.nav-collapse.collapse {
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-ms-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
position: relative;
overflow: hidden;
height: 0;
}
#portfolio-options.style2 {
margin: 0 10px 10px;
}
#portfolio-options.style2 #filter.portfolio-filter {
display: block;	
}
#filter.portfolio-filter,
#portfolio-options.style2 #filter.portfolio-filter li	{
float: none;
display: block;
margin-left: 0;
}
#portfolio-options.style2 #filter.portfolio-filter li a {
text-align: center;
margin: 0;
padding: 0;
}
#portfolio-options.style2 #filter.portfolio-filter li a {
border: none;	
}
#portfolio-options.style2 #filter.portfolio-filter li a:hover, 
#portfolio-options.style2 #filter.portfolio-filter li a.selected {
color: #fff;
background: #F47E3E;
border: none;
}
.element.column-1 ,
.element.column-2 ,
.element.column-3 ,
.element.column-4 {
width: auto !important;
}
#filter.portfolio-filter li {
display: block;
margin-bottom: 2px;
}
#filter.portfolio-filter li a {
width: 100%;
padding: 5px 20px;
} #sharemessage {
text-align: center;
margin-bottom: 15px;
padding: 0;
}
#shareicons {
padding: 0;
}
#sharemessage,
#shareicons {
width: 100%;
display: block;
text-align: center;
}
#comments {
margin-right: 0;
}
#nocomments {
margin-left: 0;
} #author-image {
display: none;
}
#author-text {
margin: 0px;
}
#author-bio .author-description {
padding-right: 50px;
}
span.post-title {
display:none;
}
p.form-submit {
margin-bottom: 0px;
}
#shareicons a {
float: none;
margin-left: 10px;
margin-right: 10px;
}
#shareicons i {
font-size: 24px;
}
.form-allowed-tags {
display: none;
} .action-text h3,
.action-text p {
margin-left: 0px;
margin-right: 0px;
}
.action-text h3 {
line-height: 1.4;
}
.action-button p {
margin-left: 0px;
margin-right: 0px;
} #footer .widget {
margin-bottom: 50px !important;
}
#sub-footer-core {
text-align: center;
}
#sub-footer-core .copyright {
display: block;
margin-bottom: 15px;
}
#sub-footer-core #footer-menu {
display: block;
text-align: center;
}
#post-footer-social {
display: block;
}
#post-footer-social ul {
float: none;
margin: 0 auto;
} .one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
width:100%;
float:none;
margin-right:0px;
}
.border {
margin-left:10px;
margin-right:10px;
}
.pricing-table.style1 span {
text-align: center;
padding-left: 0;
padding-right: 0;
background: none !important
}
.pricing-table.style2 .pricing-package {
float: none;
display: block;
margin: 0 auto 20px;
max-width: 100% !important;
width: 100% !important;
}
.pricing-table.style2 .pricing-package.big {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.sc-carousel .image-overlay {
display: none;
}  .carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev, 
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next {
top: -40px;
height: 30px
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev {
left: auto;
right: 46px;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next {
right: 11px;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev i, 
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next i {
top: 6px;
} .thinkup_widget_categories li span {
float: none;
padding-left: 5px;
} .page-template-template-contact-php #main .contact-details span {
display: inline-block;
margin-bottom: 0;
} .hidden-mobile {
display: none;
}
} @media only screen and (max-width: 320px) { #header-social {
display: none !important;
}  .comment-meta {
float: none;
display: block;
}
#shareicons a {
margin-left: 8px;
margin-right: 8px;
}
.commentlist .children {
margin: 0 0 0 25px;
}  } @media only screen and 
(-webkit-min-device-pixel-ratio: 1.5), only screen and 
(-o-min-device-pixel-ratio: 3/2), only screen and 
(min-device-pixel-ratio: 1.5) {
}