@charset "utf-8";
@import url("http://fonts.googleapis.com/css?family=Lato"); .fg-panel a,
.fg-panel img,
.fg-panel span,
.fg-panel div {
font-family: 'Lato', sans-serif;
text-decoration: none;
list-style-type: none !important;
list-style: none !important;
outline: none;
margin: 0px;
padding: 0px;
border: 0;
background: none;
vertical-align: baseline;
font-size: 100%;
max-width: 100%;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.fg-panel > div > a {
display: none;
}  .fg-panel .fg-theme-white, .fg-panel .fg-theme-white:visited {
color: #7f8c8d;
background: #ecf0f1;
}
.fg-panel .fg-theme-white:hover {
background: #f3f8f9;
}
.fg-panel .fg-theme-white.fg-selected {
background: #d9ddde !important;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-white {
background: #dcdfe0;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-white > div:hover {
background: #ecf0f1;
} .fg-panel .fg-theme-black, .fg-panel .fg-theme-black:visited {
color: #fff;
background: #2c3e50;
}
.fg-panel .fg-theme-black:hover {
background: #34495f;
}
.fg-panel .fg-theme-black.fg-selected {
background: #18222d !important;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-black {
background: #34495e;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-black > div:hover {
background: #2c3e50;
} .fg-panel .fg-theme-red, .fg-panel .fg-theme-red:visited {
color: #fff;
background: #c0392b;
}
.fg-panel .fg-theme-red:hover {
background: #ae3427;
}
.fg-panel .fg-theme-red.fg-selected {
background: #dd412f !important;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-red {
background: #e74c3c;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-red > div:hover {
background: #c0392b;
} .fg-panel .fg-theme-blue, .fg-panel .fg-theme-blue:visited {
color: #fff;
background: #2980b9;
}
.fg-panel .fg-theme-blue:hover {
background: #3498db;
}
.fg-panel .fg-theme-blue.fg-selected {
background: #20638f !important;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-blue {
background: #3498db;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-blue > div:hover {
background: #2980b9;
} .fg-panel .fg-theme-orange, .fg-panel .fg-theme-orange:visited {
color: #fff;
background: #d35400;
}
.fg-panel .fg-theme-orange:hover {
background: #e67e22;
}
.fg-panel .fg-theme-orange.fg-selected {
background: #943f00 !important;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-orange {
background: #e67e22;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-orange > div:hover {
background: #d35400;
} .fg-panel .fg-theme-green, .fg-panel .fg-theme-green:visited {
color: #fff;
background: #16a085;
}
.fg-panel .fg-theme-green:hover {
background: #1abc9c;
}
.fg-panel .fg-theme-green.fg-selected {
background: #11725e !important;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-green {
background: #1abc9c;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-green > div:hover {
background: #16a085;
} .fg-panel .fg-theme-purple, .fg-panel .fg-theme-purple:visited {
color: #fff;
background: #8e44ad;
}
.fg-panel .fg-theme-purple:hover {
background: #9b59b6;
}
.fg-panel .fg-theme-purple.fg-selected {
background: #622f78 !important;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-purple {
background: #9b59b6;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-purple > div:hover {
background: #8e44ad;
} .fg-panel div.fg-inline-gallery {
margin-bottom: 40px;
display: none;
}
div.fg-inline-gallery > h2.fg-inline-gallery-title {
color: #333333;
font-size: 18px;
text-align: center;
margin-top: 0;
margin-bottom: 15px;
text-shadow: 0px 1px 0px #ffffff;
}
div.fg-inline-gallery > div.fg-inline-gallery-media {
text-align: center;
position: relative;
}
div.fg-inline-gallery-media > .fg-inline-gallery-preloader {
background: url(//www.otraelpa.lv/wp-content/plugins/radykal-fancy-gallery/images/fancygallery/inline-preloader.gif) no-repeat;
width: 32px;
height: 32px;
margin: -16px 0 0 -16px;
position: absolute;
top: 50%;
left: 50%;
}
div.fg-inline-gallery > p.fg-inline-gallery-description {
font-size: 14px;
color: #333333;
margin: 10px 0 0;
text-align: center;
}
div.fg-inline-gallery-media > img, div.fg-inline-gallery-media > iframe {
max-height: 100%;
border: 1px solid;
display: none;
} .fg-panel .fg-dropdown-selection {
width: 220px; margin-bottom: 20px;
position: relative;
z-index: 1000;
}
.fg-dropdown-selection .fg-current-album {
font-size: 16px;
padding: 9px 12px 10px;
cursor: pointer;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.fg-panel .fg-current-album > i {
float: right;
padding-top: 5px;
}
.fg-dropdown-selection .fg-dropdown-selection-list {
display: none;
position: absolute;
width: 100%;
height: auto;
max-height: 150px; overflow: auto;
z-index: 10;
margin-top: 5px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.fg-dropdown-selection-list > div {
margin: 3px;
padding: 5px;
font-size: 14px;
cursor: pointer;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: background 300ms ease-out;
-moz-transition: background 300ms ease-out;
-ms-transition: background 300ms ease-out;
-o-transition: background 300ms ease-out;
transition: background 300ms ease-out;
}
.fg-dropdown-selection-list > div:hover {
-webkit-transition: background 300ms ease-out;
-moz-transition: background 300ms ease-out;
-ms-transition: background 300ms ease-out;
-o-transition: background 300ms ease-out;
transition: background 300ms ease-out;
}
.fg-dropdown-selection-list > div:last-child {
border-bottom: 0;
} .fg-panel .fg-menu-selection {
margin-bottom: 30px;
}
.fg-menu-selection > div {
list-style: none !important;
float: left;
margin-right: 20px;
margin-bottom: 10px;
}
.fg-menu-selection > div a {
display: block;
font-size: 12px;
padding: 4px 10px;
line-height: 20px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.fg-menu-selection > div.selected a {
color: #67B7E1;
} .fg-panel .fg-thumbail-selection {
border: none;
}
.fg-panel .fg-album-thumbnail {
float: left;
line-height: 0 !important;
margin-bottom: 40px;
margin-right: 40px !important;
border: 1px solid #cdcdcd;
}
.fg-album-thumbnail a {
overflow: hidden;
display: block;
}
.fg-album-thumbnail img {
width: 100%;
height: 100%;
}
.fg-album-thumbnail > div {
width: 100%;
}
.fg-album-thumbnail .fg-album-thumbnail-title {
height: 40px;
line-height: 18px;
padding: 10px 20px 0;
font-size: 14px;
overflow: hidden;
}
.fg-album-thumbnail .fg-album-thumbnail-length {
padding: 0px 20px;
height: 30px;
line-height: 30px;
font-size: 10px;
} .fg-panel .fg-album-polaroid {
background: url(//www.otraelpa.lv/wp-content/plugins/radykal-fancy-gallery/images/fancygallery/polaroids.png) no-repeat;
width: 183px;
height: 183px;
float: left;
margin-bottom: 40px;
margin-right: 30px;
position: relative;
}
.fg-album-polaroid > a {
display: block;
margin: 15px 0 0 16px !important;
width: 151px;
height: 151px;
overflow: hidden;
}
.fg-album-polaroid > a > img {
width: 100%;
height: 100%;
}
.fg-album-polaroid > span {
position: absolute;
min-width: 20px;
height: 20px;
line-height: 20px;
padding: 5px;
text-align: center;
background: red;
color: #fff;
top: -5px;
right: -2px;
font-size: 11px;
z-index: 1;
-webkit-border-radius: 100%;
border-radius: 100%;
background: #63b6db;
text-shadow: 0px 1px 0px #434343;
}
.fg-album-polaroid > p {
text-align: center;
font-size: 12px;
margin-top: 15px;
color: #595959;
text-shadow: 0px 1px 0px #ffffff;
} .fg-panel > p.fg-album-description {
display: none;
margin: 0 0 20px;
padding: 0;
} .fg-thumbHolder	{
list-style: none !important;
list-style-type: none !important;
background: none !important;
margin: 0 !important;
padding: 0 !important;
clear: both !important;
border: none !important;
}
.fg-panel .fg-listItem {
position: relative !important;
float: left;
list-style: none !important;
list-style-type: none !important;
background: none !important;
padding: 0 !important;
border: none !important;
}
.fg-listItem > div {
border: 1px solid;
position: relative;
}
.fg-listItem > div > .fg-thumbnail-container {
position: relative;
cursor: pointer;
background-repeat: no-repeat;
background-position: center center;
}
.fg-listItem > div > .fg-thumbnail-container.fg-loading {
background-image: url(//www.otraelpa.lv/wp-content/plugins/radykal-fancy-gallery/images/fancygallery/thumbnail-preloader.gif);
}
.fg-thumbnail-container > div.fg-overlay,
.fg-thumbnail-container > img.fg-thumb,
.fg-thumbnail-container > svg {
position: absolute !important;
top: 0;
left: 0;
}
div.fg-overlay > .fg-overlay-background {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
}
div.fg-overlay > .fg-overlay-title {
z-index: 1;
position: relative;
text-align: center;
font-size: 14px;
margin: 20px;
}
.fg-thumbnail-container > img.fg-thumb	{
margin: auto !important;
display: block;
}
.fg-thumbnail-container > div.fg-overlay {
display: none;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
} .fg-listItem > div > .fg-title {
max-width: 100%;
font-size: 13px; line-height: 20px;
margin: 0;
z-index: 100;
text-align: center;
padding: 4px 0 1px;
}
.fg-listItem > div > .fg-title-inside {
position: absolute;
bottom: 0;
left: 0;
}
.fg-listItem > img.fg-shadow	{
position: absolute;
z-index: 0;
max-width: none;
width: 100%;
left: 0;
}
img.fg-hover-image {
position: absolute;
display: none;
z-index: 3;
}
.fg-panel .fg-error {
padding: 5px !important;
background: #ffd2d3;
border: 1px solid #df8f90;
color: #000;
}  .fg-panel a.fg-back-to-albums {
margin-right: 25px !important;
}
.fg-panel .fg-navigation a,
.fg-panel .fg-navigation span {
display: inline-block;
} .fg-panel .fg-navigation-dot {
margin-right: 10px;
width: 14px;
height: 14px;
-webkit-border-radius: 15px;
border-radius: 15px;
} .fg-panel .fg-pagination {
margin-right: 5px;
margin-bottom: 10px;
font-size: 13px;
text-align: center;
width: 30px;
height: 30px;
line-height: 30px;
z-index: 1000;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: background 300ms ease-out;
-moz-transition: background 300ms ease-out;
-ms-transition: background 300ms ease-out;
-o-transition: background 300ms ease-out;
transition: background 300ms ease-out;
}
.fg-panel .fg-pagination:hover {
-webkit-transition: background 300ms ease-out;
-moz-transition: background 300ms ease-out;
-ms-transition: background 300ms ease-out;
-o-transition: background 300ms ease-out;
transition: background 300ms ease-out;
}
.fancybox-description-title {
font-size: 14px;
font-weight: bold;
margin: 0 0 10px 0;
} .fg-panel .fg-scale-normal {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.fg-panel .fg-scale-up,
.fg-panel .fg-album-thumbnail img:hover,
.fg-panel .fg-album-polaroid > a > img:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.fg-panel .fg-scale-down {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}
.fg-panel .fg-scale-title-down {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.fg-scale-normal,
.fg-scale-up,
.fg-scale-down,
.fg-scale-title-down,
.fg-album-thumbnail img,
.fg-album-thumbnail img:hover,
.fg-album-polaroid > a > img,
.fg-album-polaroid > a > img:hover {
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-ms-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
} .radykal-clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
* + html .radykal-clearfix {
display: inline-block;
}
* html .radykal-clearfix {
height: 1%;
}
.radykal-none {
display: none;
} .fg-lightbox-socials > div {
float: left !important;
margin: 0 5px 0 0 !important;
}
div.pp_social > div.facebook {
width: 150px !important;
}.recent-post-slider{visibility: hidden; opacity:0; transition:opacity 0.5s linear;}
.slick-initialized { visibility: visible; opacity:1;}
.recent-post-slider .slick-arrow{text-indent:-99999px;}
.recent-post-slider button.slick-arrow {background-color: transparent!important; width:30px; height:51px; position:absolute; z-index:99; border:0px !important;padding:0 !important; margin:0px !important; border-radius:0px !important;}
.recent-post-slider button.slick-next, .recent-post-slider button.slick-next:hover, .recent-post-slider button.slick-next:focus{background:url(//www.otraelpa.lv/wp-content/plugins/wp-responsive-recent-post-slider/assets/css/arrow-right.png) 0 0 no-repeat !important; background-size:30px 51px !important; outline:none !important; box-shadow: none;}
.recent-post-slider button.slick-prev, .recent-post-slider button.slick-prev:hover, .recent-post-slider button.slick-prev:focus{background:url(//www.otraelpa.lv/wp-content/plugins/wp-responsive-recent-post-slider/assets/css/arrow-left.png) 0 0 no-repeat !important; background-size:30px 51px !important;  outline:none !important; box-shadow: none;}
.recent-post-slider .slick-dots{padding:0 !important; margin:0 !important; position:absolute;  text-align:center;}
.recent-post-slider .slick-dots li button{text-indent:-99999px;}
.recent-post-slider .slick-dots li {list-style:none !important; display:inline-block !important; margin:0 2px !important; padding:0px !important;}
.recent-post-slider .slick-dots li button{background:#fff !important; margin:0px !important; padding:0px !important; border:1px solid #000; border-radius:50% !important; width:13px !important; height:13px !important;}
.recent-post-slider .slick-dots li button:focus{outline:none !important}
.recent-post-slider button:active{box-shadow: none;}
.recent-post-slider .slick-dots li.slick-active button{background:#444 !important;}
.recent-post-slider .slick-slide{padding:0px !important} .slick-loading .slick-list{ background: #fff url(//www.otraelpa.lv/wp-content/plugins/wp-responsive-recent-post-slider/assets/css/ajax-loader.gif) center center no-repeat;}
.slick-slider{ position: relative;display: block; -moz-box-sizing: border-box;box-sizing: border-box; -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none; user-select: none;  -webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block; overflow: hidden;  margin: 0; padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{ cursor: pointer; cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{ visibility: hidden;}
.slick-slide{ display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{ display: block;}
.slick-slide.slick-loading img{ display: none;}
.slick-slide.dragging img{ pointer-events: none;}
.slick-initialized .slick-slide{ display: block;}
.slick-loading .slick-slide{ visibility: hidden;}
.slick-vertical .slick-slide{display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}.wpcolumn, .wpcolumns {-webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box;}
.post-overlay{ position:relative;}
.recent-post-slider .wp-post-content a.readmorebtn {padding: 3px 10px;border: 1px solid #e7e7e7;text-decoration: none;margin: 5px 0;}
.wp-post-content {padding-bottom: 10px;}
.wp-sub-content {padding-bottom: 10px;}
.recent-post-slider h2.wp-post-title{margin:5px 0 !important; line-height:22px;}
.recent-post-slider h2.wp-post-title a{font-size:22px; line-height:22px;}
.recent-post-slider .wp-post-date{margin-bottom:10px; position:relative; font-size:13px;}
.recent-post-slider .wp-post-date::after {  background: #e96656; bottom: -4px;content: "";height: 2px; left: 0; margin: auto ; position: absolute; width: 50px; z-index: 1;}
.recent-post-slider .recentpost-categories ul.post-categories{margin:0px 0px 10px 0 !important; padding:0px !important; list-style:none !important; font-size: 0;}
.recent-post-slider .recentpost-categories ul.post-categories li{display:inline-block !important; margin: 2px !important; padding: 0 !important;}
.recent-post-slider .recentpost-categories ul.post-categories li a{padding:5px 13px; text-transform:uppercase; font-size:12px; text-decoration:none; color: #fff; display: block; line-height: normal;}
.recent-post-slider .recentpost-categories ul.post-categories li:nth-child(4n+1) a{background:#1abc9c;}
.recent-post-slider .recentpost-categories ul.post-categories li:nth-child(4n+2) a{background:#3498db;}
.recent-post-slider .recentpost-categories ul.post-categories li:nth-child(4n+3) a{background:#e74c3c;}
.recent-post-slider .recentpost-categories ul.post-categories li:nth-child(4n+4) a{background:#34495e;}
.recent-post-slider .post-image-bg img{height: 100%;width: 100%;object-fit: cover;object-position: top center;border-radius: 0px;} .recent-post-slider.design-1 .post-content-position{position:relative} 
.recent-post-slider.design-1 .post-content-left{position:absolute !important; left:0; bottom: 0px; background:rgba(0, 0, 0, 0.5); z-index:999; color:#fff;}
.recent-post-slider.design-1 .post-content-left a {color:#fff;}
.recent-post-slider.design-1 .post-content-left{padding: 20px 20px 35px 20px;}
.recent-post-slider.design-1 .post-image-bg{background: #f1f1f1;height: 350px; line-height: 0; overflow: hidden; position: relative; width: 100%;}
.recent-post-slider.design-1 .wp-post-content p{color:#fff;}
.recent-post-slider.design-1 .slick-arrow {bottom:0px !important; top:auto !important;}
.recent-post-slider.design-1 .slick-next{right:0px !important;}
.recent-post-slider.design-1 .slick-prev{right:31px !important; left:auto !important;}
.recent-post-slider.design-1 .slick-dots{left:15px !important;  bottom:8px !important;} .recent-post-slider.design-2 .post-content-position{position:relative;}
.recent-post-slider.design-2 .post-content-left{position:absolute !important; left:0; top:0; bottom:0; background:rgba(0, 0, 0, 0.5); z-index:999; color:#fff;}
.recent-post-slider.design-2 .post-content-left a{color:#fff;}
.recent-post-slider.design-2 .post-content-left{padding: 33px 20px;}
.recent-post-slider.design-2 .post-image-bg{background: #f1f1f1;height: 350px; line-height: 0; overflow: hidden; position: relative; width: 100%;}
.recent-post-slider.design-2 .wp-post-content p{color:#fff;}
.recent-post-slider.design-2 .slick-arrow {bottom:0px !important; top:auto !important;}
.recent-post-slider.design-2 .slick-next{right:0px !important;}
.recent-post-slider.design-2 .slick-prev{right:31px !important; left:auto !important;}
.recent-post-slider.design-2 .slick-dots{left:15px !important;  bottom:8px !important;}
.recent-post-slider.design-2 .recentpost-inner-content {width: 100%; max-height: 100%; overflow: hidden;} .recent-post-slider.design-3 .post-image-bg{background: #f1f1f1;height: 350px;line-height: 0; overflow: hidden; position: relative; width: 100%;}
.recent-post-slider.design-3 .post-short-content{height: 46%;clear:both; background: rgba(51, 51, 51, 0.5);bottom: 0; color: #fff; left: 0; padding: 15px 30px 35px 30px; position: absolute; right: 0; transition: all 0.5s ease-in-out 0s;}
.recent-post-slider.design-3 .wp-post-content	{ opacity: 0; height:0; transition: all 0.5s ease-in-out 0s;}
.recent-post-slider.design-3 .post-overlay:hover > .post-short-content .wp-post-content{opacity:1;height:auto;}
.recent-post-slider.design-3 .post-overlay:hover > .post-short-content {height:70%;}
.recent-post-slider.design-3 .recentpost-categories{left: 0;top: 0px;position: absolute;}
.recent-post-slider.design-3 .recentpost-categories ul.post-categories li{margin: 0 2px 2px 0 !important;}
.recent-post-slider.design-3 h2.wp-post-title a,
.recent-post-slider.design-3 .wp-post-content a.readmorebtn,
.recent-post-slider.design-3 .wp-post-content p{color: #fff;}
.recent-post-slider.design-3 .slick-arrow {bottom:0px !important; top:auto !important;}
.recent-post-slider.design-3 .slick-next{right:0px !important;}
.recent-post-slider.design-3 .slick-prev{right:31px !important; left:auto !important;}
.recent-post-slider.design-3 .slick-dots{left:15px !important; bottom:8px !important;} .recent-post-slider.design-4 .post-list-content, .recent-post-slider.design-4 .post-list{width:100%; float:left; clear:both;}
.recent-post-slider.design-4 .post-list-content .wp-post-title a{color:#444; text-decoration:none;}
.recent-post-slider.design-4 .post-image-bg{background: #f1f1f1;height: 230px !important;line-height: 0; overflow: hidden; position: relative; width: 100%;}
.recent-post-slider.design-4 .recentpost-categories {margin-top: 0;}
.recent-post-slider.design-4 .recentpost-categories a{color:#fff;}
.recent-post-slider.design-4 .wp-medium-5{padding: 0px 10px 0 0;}
.recent-post-slider.design-4 .post-list-content .wp-medium-7{padding:10px 35px 10px 15px;}
.recent-post-slider.design-4 .slick-arrow{top:38% !important;}
.recent-post-slider.design-4 .slick-next{right:0px !important;}
.recent-post-slider.design-4 .slick-prev{left:0px !important;}
.recent-post-slider.design-4 .slick-dots{left: 0;right: 0;}
.recent-post-slider.design-4 .wp-post-content a.readmorebtn {color: #444; border-color: #444;}
.wpcolumn,
.wpcolumns {  padding-left: 0.9375em;  padding-right: 0.9375em; width:100%; float: left;  position: relative; }
@media only screen and (max-width: 768px) { 
.recent-post-slider.design-1 .post-image-bg img, .recent-post-slider.design-2 .post-image-bg img, .recent-post-slider.design-3 .post-image-bg img{max-width:700px !important}
}
@media only screen and (max-width: 500px) { 
.recent-post-slider.design-1 .post-image-bg img, .recent-post-slider.design-2 .post-image-bg img, .recent-post-slider.design-3 .post-image-bg img{max-width:600px !important}
.recent-post-slider.design-1 .wp-post-content,  .recent-post-slider.design-2 .wp-post-content,  .recent-post-slider.design-3 .wp-post-content{display:none}
}
@media only screen {
.wpcolumn,  .wpcolumns {position: relative;padding-left: 0.9375em;padding-right: 0.9375em; float: left; }
}
@media only screen and (min-width: 40.0625em) {  
.wpcolumn,
.wpcolumns {position: relative;padding-left: 0.9375em;padding-right: 0.9375em;float: left; }
.wp-medium-1 {width: 8.33333%;}
.wp-medium-2 {width: 16.66667%;}
.wp-medium-3 {width: 25%;}
.wp-medium-4 {width: 33.33333%;}
.wp-medium-5 {width: 41.66667%;}
.wp-medium-6 {width: 50%;}
.wp-medium-7 {width: 58.33333%;}
.wp-medium-8 {width: 66.66667%;}
.wp-medium-9 {width: 75%;}
.wp-medium-10 {width: 83.33333%;}
.wp-medium-11 {width: 91.66667%;}
.wp-medium-12 {width: 100%;}
.medium-offset-0 {margin-left: 0 !important;}
.medium-offset-1 {margin-left: 8.33333% !important;}
.medium-offset-2 {margin-left: 16.66667% !important;}
.medium-offset-3 {margin-left: 25% !important;}
.medium-offset-4 {margin-left: 33.33333% !important;}
.medium-offset-5 {margin-left: 41.66667% !important;}
.medium-offset-6 {margin-left: 50% !important;}
.medium-offset-7 {margin-left: 58.33333% !important;}
.medium-offset-8 {margin-left: 66.66667% !important;}
.medium-offset-9 {margin-left: 75% !important;}
.medium-offset-10 {margin-left: 83.33333% !important;}
.medium-offset-11 {margin-left: 91.66667% !important;}
}#nav li ul li {
float: none;
width: auto;
background: none;
min-width: 190px;
white-space: nowrap;
margin-left: auto;
}  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
display: block;
}
audio, canvas, video {
display: inline-block;
max-width: 100%;
}
html {
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body, button, input, select, textarea {
color: #2b2b2b;
font-family: Lato, sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
}
body {
background: #f5f5f5;
}
a {
color: #24890d;
text-decoration: none;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
}
a:active, a:hover {
color: #41a62a;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
font-weight: 700;
margin: 36px 0 12px;
}
address {
font-style: italic;
margin-bottom: 24px;
}
abbr[title] {
border-bottom: 1px dotted #2b2b2b;
cursor: help;
}
b, strong {
font-weight: 700;
}
cite, dfn, em, i {
font-style: italic;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
p {
margin-bottom: 24px;
}
code, kbd, tt, var, samp, pre {
font-family: monospace, serif;
font-size: 15px;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
line-height: 1.6;
}
pre {
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 24px;
max-width: 100%;
overflow: auto;
padding: 12px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
small {
font-size: smaller;
}
big {
font-size: 125%;
}
sup, sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
dl {
margin-bottom: 24px;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 24px;
}
ul, ol {
list-style: none;
margin: 0 0 24px 20px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul, li > ol {
margin: 0 0 0 20px;
}
img {
-ms-interpolation-mode: bicubic;
border: 0;
vertical-align: middle;
}
figure {
margin: 0;
}
fieldset {
border: 1px solid rgba(0, 0, 0, 0.1);
margin: 0 0 24px;
padding: 11px 12px 0;
}
legend {
white-space: normal;
}
textarea {
overflow: auto;
vertical-align: top;
}
table, th, td {
border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin-bottom: 24px;
width: 100%;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: bold;
}
table tbody tr th, table tbody tr td {
text-align: left;
}
thead {
}
thead tr th {
padding: 10px;
color: #fff;
}
th {
text-align: center;
font: 700 14px/20px 'Open Sans', sans-serif;
color: #666;
}
table {
margin: 0 0 20px 0;
}
table thead tr th, table tbody tr th, table tbody tr td {
font-size: 18px;
font-weight: normal;
color: #FFF;
padding: 8px 8px
}
table tbody tr th, table tbody tr td {
font-size: 14px;
border: solid 1px rgba(0,0,0,0.2);
color: #666;
}
.comment-content img, .entry-content img, .entry-summary img, #site-header img, .widget img, .wp-caption {
max-width: 100%;
}
td {
border-width: 0 1px 1px 0;
}
del {
color: #767676;
}
hr {
background-color: rgba(0, 0, 0, 0.1);
border: 0;
height: 1px;
margin-bottom: 23px;
}
.comment-content img[height], .entry-content img, .entry-summary img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], #site-header img {
height: auto;
}
img.size-full, img.size-large, .wp-post-image, .post-thumbnail img {
height: auto;
max-width: 100%;
} embed, iframe, object, video {
margin-bottom: 24px;
max-width: 100%;
}
p > embed, p > iframe, p > object, span > embed, span > iframe, span > object {
margin-bottom: 0;
} .alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
blockquote.alignleft, figure.wp-caption.alignleft, img.alignleft {
margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
margin: 7px 14px 7px 0;
}
blockquote.alignright, figure.wp-caption.alignright, img.alignright {
margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
margin: 7px 0 7px 14px;
}
blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter {
margin-top: 7px;
margin-bottom: 7px;
}
.site-content blockquote.alignleft, .site-content blockquote.alignright {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 17px;
width: 50%;
}
.site-content blockquote.alignleft p, .site-content blockquote.alignright p {
margin-bottom: 17px;
}
.wp-caption {
margin-bottom: 24px;
color: #767676;
clear: both;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption-text {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
font-style: italic;
line-height: 1.5;
margin: 9px 0;
}
div.wp-caption .wp-caption-text {
padding-right: 10px;
}
div.wp-caption.alignright img[class*="wp-image-"], div.wp-caption.alignright .wp-caption-text {
padding-left: 10px;
padding-right: 0;
}
.wp-smiley {
border: 0;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
line-height: normal;
padding: 15px 23px 14px;
position: absolute;
left: 5px;
top: 5px;
text-decoration: none;
text-transform: none;
width: auto;
z-index: 100000; }
.gallery-caption {
}
.bypostauthor {
}  @font-face {
font-family: 'museo100';
src: url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo100-regular-webfont.eot);
src: url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo100-regular-webfont.eot?#iefix) format('embedded-opentype'), url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo100-regular-webfont.woff) format('woff'), url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo100-regular-webfont.ttf) format('truetype'), url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo100-regular-webfont.svg#museo100) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'museo300';
src: url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo300-regular-webfont.eot);
src: url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo300-regular-webfont.eot?#iefix) format('embedded-opentype'), url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo300-regular-webfont.woff) format('woff'), url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo300-regular-webfont.ttf) format('truetype'), url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo300-regular-webfont.svg#museo300) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'museo500';
src: url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo500-regular-webfont.eot);
src: url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo500-regular-webfont.eot?#iefix) format('embedded-opentype'), url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo500-regular-webfont.woff) format('woff'), url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo500-regular-webfont.ttf) format('truetype'), url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo500-regular-webfont.svg#museo500) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'museo700';
src: url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo700-regular-webfont.eot);
src: url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo700-regular-webfont.eot?#iefix) format('embedded-opentype'), url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo700-regular-webfont.woff) format('woff'), url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo700-regular-webfont.ttf) format('truetype'), url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo700-regular-webfont.svg#museo700) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'museo900';
src: url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo900-regular-webfont.eot);
src: url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo900-regular-webfont.eot?#iefix) format('embedded-opentype'), url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo900-regular-webfont.woff) format('woff'), url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo900-regular-webfont.ttf) format('truetype'), url(//www.otraelpa.lv/wp-content/themes/eco-green/fonts/museo900-regular-webfont.svg#museo900) format('svg');
font-weight: normal;
font-style: normal;
} body {
margin: 0;
padding: 0;
background-color: #f2f2f2;
}
.main-content {
margin: 0px 0px 30px 0px;
float: left;
width: 100%;
}
#wrapper {
float: left;
width: 100%;
} #header {
float: left;
width: 100%;
border-top: 3px solid;
position: relative;
} .nav-box {
float: left;
}
.navigation-box {
width: 100%;
margin: auto;
background-color: rgba(0,0,0,0.83);
position: absolute;
top:159px;
left: 0;
right: 0;
z-index: 999;
}
.navigation-box.home-page {
top:425px;
}
.navigation-box .navbar {
margin: 0;
float: left;
} .generic-heading {
float: left;
width: 100%;
margin: 0 0 100px 0;
position: relative;
}
.generic-heading h2 {
font-family: 'Open Sans';
font-weight: 100;
font-size: 36px;
color: #242424;
line-height: 36px;
text-align: center;
margin: 0 0 10px 0;
}
.generic-heading strong.title-line {
font-family: 'Open Sans';
font-weight: 500;
color: #7e7e7e;
font-size: 18px;
line-height: 18px;
display: block;
text-align: center;
position: relative;
}
.generic-heading strong.title-line:before {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: -22px;
margin: auto;
width: 200px;
border: 1px solid #cecece;
}
.generic-heading strong.title-line:after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: -23px;
margin: auto;
width: 38px;
border: 3px solid;
}
.generic-heading-2 {
float: left;
width: 100%;
margin: 0 0 100px 0;
position: relative;
}
.generic-heading-2 h2 {
font-family: 'Open Sans';
font-weight: 100;
font-size: 36px;
color: #fff;
line-height: 36px;
text-align: center;
margin: 0 0 10px 0;
}
.generic-heading-2 strong.title-line {
font-family: 'Open Sans';
font-weight: 500;
color: #fff;
font-size: 18px;
line-height: 18px;
display: block;
text-align: center;
position: relative;
}
.generic-heading-2 strong.title-line:before {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: -22px;
margin: auto;
width: 200px;
border: 1px solid #cecece;
}
.generic-heading-2 strong.title-line:after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: -23px;
margin: auto;
width: 38px;
border: 3px solid;
}
.generic-heading-3 {
float: left;
width: 100%;
margin: 0 0 70px 0;
position: relative;
}
h1 {
font-family: 'Open Sans';
font-weight: 500;
font-size: 48px;
color: #242424;
line-height: 48px;
margin: 0 0 10px 0;
}
.heading_cp {
font-family: 'Open Sans';
font-weight: 500;
font-size: 48px;
color: #242424;
line-height: 48px;
text-align: center;
margin: 0 0 10px 0;
}
.generic-heading-3 strong.title-line {
font-weight: 500;
color: #7e7e7e;
font-size: 14px;
line-height: 18px;
display: block;
text-align: center;
position: relative;
}
.generic-heading-3 strong.title-line ul li {
padding: 0px 5px;
}
.generic-heading-3 strong.title-line:before {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: -22px;
margin: auto;
width: 200px;
border: 1px solid #cecece;
}
.generic-heading-3 strong.title-line:after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: -23px;
margin: auto;
width: 38px;
border: 3px solid;
}
.title-line .breadcrumb > li a {
color: #333;
}
.title-line .breadcrumb {
background: none;
}
#breadcrumb.breadcrumb {
display: block;
text-align: center;
margin: 0px;
padding: 0px;
}
.current, #breadcrumb li a {
padding: 0px 5px;
}
#breadcrumb li, #breadcrumb li a {
text-transform: capitalize;
} .custom_accordion_cp.accordion-close span, .custom_accordion_cp.accordion-open span{
width:auto !important;
}
.list-style{
overflow:hidden;
margin-bottom:20px;
} #nav {
padding: 0 16px 0 0;
margin: 0 auto;
list-style: none;
float: left;
}
#nav ul {
margin: 0;
border-left:1px solid #000;
float:left;
}
#nav li {
float: left;
position: relative;
border-right: 1px solid #000;
margin: 0px;
list-style: none;
}
#nav li:first-child {
background: none;
}
#nav li a {
font-family: 'Open Sans';
font-size: 14px;
text-transform: uppercase;
color: #fff;
text-decoration: none;
padding: 17px;
display: block;
position: relative;
z-index: 20;
}
#nav li:hover > a {
}
#nav li.active > a {
}
#nav li ul li a:hover, #nav li ul li:hover > a {
text-decoration: none;
color: #fff;
}
#nav li ul {
position: absolute;
left: 0;
top: 54px;
background: #000;
padding: 0;
display: none;
list-style: none;
z-index: 10;
margin: 0;
box-shadow: 0 0 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
#nav li:hover > ul {
display: block;
}
#nav li ul li > ul {
position: absolute;
left: 100%;
top: 0;
padding: 0;
}
#nav li ul li {
float: none;
width: auto;
background: none;
min-width: 190px;
white-space: nowrap;
}
#nav li ul li a {
font-family: 'Open Sans';
font-size: 12px;
font-weight: 300;
text-transform: uppercase;
background: none;
text-align: left;
padding: 10px 15px;
color: #aaa;
display: block;
}  .currency-box {
float: left;
padding: 20px 8px 0 0;
margin: 0px;
}
.currency-box a.cruncy {
background: none;
box-shadow: none;
text-shadow: none;
border: 0;
text-decoration: none;
outline: none;
}
.currency-box .btn-group > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.currency-box .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
font-size: 14px;
font-family: 'Open Sans';
font-weight: 100;
color: #fff;
padding: 0 8px 0 0;
}
.currency-box .btn-group > .btn + .dropdown-toggle {
box-shadow: none;
padding-left: 0;
padding-right: 0;
}
.currency-box .btn-group > .btn + .btn {
margin-left: 0;
}
.currency-box .btn-primary {
background: none;
text-shadow: none;
box-shadow: none;
}
.currency-box .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
background: none;
}
.currency-box .dropdown-menu {
background-color: #000;
border: 0;
border-radius: 0;
box-shadow: 0 0 3px rgba(0,0,0,0.3);
display: none;
float: left;
left: 0;
list-style: none outside none;
margin: 0;
min-width: 100%;
padding: 0 !important;
position: absolute;
top: 100%;
z-index: 1000;
}
.currency-box .dropdown-menu > li > a {
clear: both;
color: #aaa;
display: block;
font-weight: normal;
line-height: 16px;
padding: 3px 12px;
white-space: nowrap;
}
.currency-box .dropdown-menu > li > a .fa {
padding: 0 4px 0 0;
}
.currency-box .btn-group.open .btn-primary.dropdown-toggle {
background-color: transparent;
}
.currency-box .btn-group.open .dropdown-toggle {
background-image: none;
box-shadow: none;
}
.currency-box .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
background-image: none;
color: #FFFFFF;
text-decoration: none;
}  .language-box {
float: left;
padding: 20px 0 0 0;
}
.language-box a.language {
background: none;
box-shadow: none;
text-shadow: none;
border: 0;
text-decoration: none;
outline: none;
}
.language-box .btn-group > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.language-box .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
font-size: 14px;
font-family: 'Open Sans';
font-weight: 100;
color: #fff;
padding: 0 8px 0 0;
}
.language-box .btn-group > .btn + .dropdown-toggle {
box-shadow: none;
padding-left: 0;
padding-right: 0;
}
.language-box .btn-group > .btn + .btn {
margin-left: 0;
}
.language-box .btn-primary {
background: none;
text-shadow: none;
box-shadow: none;
}
.language-box .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
background: none;
}
.language-box .dropdown-menu {
background-color: #000;
border: 0;
border-radius: 0;
box-shadow: 0 0 3px rgba(0,0,0,0.3);
display: none;
float: left;
left: 0;
list-style: none outside none;
margin: 0;
min-width: 100%;
padding: 0;
position: absolute;
top: 100%;
z-index: 1000;
}
.language-box .dropdown-menu > li > a {
clear: both;
color: #aaa;
display: block;
font-weight: normal;
line-height: 16px;
padding: 3px 12px;
white-space: nowrap;
}
.language-box .dropdown-menu > li > a .fa {
padding: 0 4px 0 0;
}
.language-box .btn-group.open .btn-primary.dropdown-toggle {
background-color: transparent;
}
.language-box .btn-group.open .dropdown-toggle {
background-image: none;
box-shadow: none;
}
.language-box .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
background-image: none;
color: #FFFFFF;
text-decoration: none;
} #header .top-bar-outer .bottom-row {
float: left;
border-top: 2px solid rgba(255,255,255,0.38);
margin: 0;
width: auto;
border-bottom: 0;
}
#header .top-bar-outer .bottom-row:before {
content: '';
border: 0;
}
.top-bar-outer .bottom-row .header-search {
float: left;
margin: 11px 0 0 0;
position: relative;
}
.input-box {
float: left;
position: relative;
margin: 0 19px 0 0;
}
.header-input {
float: left;
min-width: 309px;
height: 33px !important;
background-color: #dee1e3 !important;
border: 0;
padding: 0 10px !important;
border-radius: 0 !important;
margin: 0 !important;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.header-btn-search {
width: 34px;
height: 33px;
border: 0;
padding: 0;
margin: 0;
background-color: #000;
position: absolute;
right: 0;
top: 0;
color: #fff;
box-shadow: 0 0 2px rgba(255,255,255,0.3);
-moz-box-shadow: 0 0 2px rgba(255,255,255,0.3);
-webkit-box-shadow: 0 0 2px rgba(255,255,255,0.3);
}
.header-btn-search:hover .fa {
}
.header-btn-search .fa {
color: #fff;
font-size: 16px;
line-height: 33px;
text-align: center;
display: block;
}
.donate-box strong.join-our-cause {
font-family: 'Open Sans';
font-size: 24px;
font-weight: 500;
text-transform: uppercase;
line-height: 33px;
color: #fff;
float: left;
margin: 11px 10px 0 0;
}
.donate-box strong.join-our-cause span {
font-family: 'Open Sans';
font-weight: 300;
}
.donate-box {
float: left;
width: 100%;
}
.donate-box strong.title {
font-family: 'Open Sans';
float: left;
font-weight: 500;
font-size: 14px;
text-transform: uppercase;
color: #f1f1f1;
padding: 17px 12px 0 0;
}
.top-bar-outer {
float: left;
width: 100%;
}
.donate-box strong.title span.price {
}
.donate-box a.btn-donate {
float: right;
padding: 18px 17px;
background-color: #000;
text-decoration: none;
font-family: 'Open Sans';
font-size: 24px;
font-weight: 500;
color: #fff;
margin:0 !important;
}
.donate-box a.btn-donate:hover {
}
.donate-box a.btn-donate:hover span {
color: #fff;
}
.donate-box a.btn-donate span {
font-family: 'Open Sans';
font-size: 18px;
font-weight: 100;
}  strong.logo {
float: left;
width: 193px;
}
strong.logo a {
background-color: #000;
font-family: 'Open Sans';
font-size: 40px;
font-weight: 700;
text-transform: uppercase;
float: left;
text-decoration: none;
}
strong.logo a span {
font-family: 'Open Sans';
font-weight: 300;
font-size: 18px;
display: block;
color: #fff;
padding: 17px 0 0 0;
}  #banner {
float: left;
width: 100%;
position: relative;
margin: 0 0 50px 0;
}
#banner .caption {
position: absolute;
left: 0;
bottom: 140px;
width: 100%;
margin: 0 auto;
z-index: 9;
}
#banner .caption .holder {
width: 1170px;
margin: 0 auto;
}
#banner .caption .holder a {
text-decoration: none;
}
#banner .caption h1 {
font-family: 'Open Sans';
font-weight: 700;
font-size: 48px !important;
line-height: 48px;
color: #fff;
margin: 0 0 10px 0;
text-align: left;
text-shadow: 0 2px 3px #000000;
}
#banner .caption h1 span {
}
#banner .caption strong.title {
font-family: 'Open Sans';
font-weight: 700;
font-size: 36px;
line-height: 36px;
color: #fff;
text-align: left;
margin: 0;
display: block;
text-shadow: 0 2px 3px #000000;
}
#banner .bx-wrapper {
float: left;
width: 100%;
margin: 0;
border-bottom: 6px solid #434444;
position: relative;
}
.banner_sliderr > li:before, #abc123 > li:before {
content: '';
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/images/pattren-bg.png) repeat;
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 9;
}
.banner_sliderr > li, #abc123 > li {
position: relative;
}
#banner .bx-viewport > ul {
margin: 0;
}
#banner .bxslider img {
width: 100%;
}
#banner > div {
display: block;
text-align: center;
position: relative;
z-index: 999;
clear: both;
}
.rollIn.animated > img {
border-radius: 100%;
}
#banner #bx_slider_cap {
z-index: 9999;
position: relative;
}
#banner #bx_slider_cap > a {
display: inline-block;
border: 5px solid #434444;
border-radius: 100%;
overflow: hidden;
margin: -52px 10px 0 0;
outline: none;
}
#banner #bx_slider_cap > a.active {
border: 5px solid #fff;
box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
#banner #bx_slider_cap > a:hover {
border: 5px solid #fff;
box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
#banner .bx-wrapper .bx-controls-direction a {
display: none;
} #banner .caption-2 {
position: absolute;
left: 0;
bottom: 140px;
width: 100%;
margin: 0 auto;
z-index: 9;
}
#banner .caption-2 .holder {
width: 1170px;
margin: 0 auto;
text-align: left;
}
#banner .caption-2 .holder h1 {
font-family: 'Open Sans';
font-size: 39px;
line-height: 39px;
font-weight: 700;
color: #fff;
margin: 0 0 20px 0;
text-shadow: -1px 3px 0 rgba(0,0,0,0.5);
}
#banner .caption-2 .holder h1 a {
text-decoration: none;
color: #fff;
}
.banner-row {
float: left;
width: 100%;
margin: 0 0 15px 0;
}
.banner-row a {
font-family: 'Open Sans';
font-size: 14px;
line-height: 14px;
font-weight: 500;
color: #99cc00;
text-decoration: none;
margin: 0 13px 0 0;
}
.banner-row a:hover {
text-decoration: none;
color: #99cc00;
}
.banner-row a .fa {
font-size: 24px;
line-height: 20px;
padding: 0 9px 0 0;
color: #fff;
}
#banner .caption-2 .holder .inner {
width: 486px;
float: left;
}
#banner .caption-2 .holder p {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 24px;
color: #fff;
font-weight: 600;
margin: 0 0 40px 0;
}
#banner .caption-2 .holder a.btn-read {
float: left;
padding: 10px 18px;
background-color: #99cc00;
border-radius: 3px;
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
color: #fff;
text-transform: uppercase;
text-decoration: none;
box-shadow: 0px 4px 0px 0 rgba(0,0,0,0.6);
-moz-box-shadow: 0px 4px 0px 0 rgba(0,0,0,0.6);
-webkit-box-shadow: 0px 4px 0px 0 rgba(0,0,0,0.6);
}   #main {
float: left;
width: 100%;
margin: 260px 0 0 0;
}
.main{
margin:480px 0 0 0;
} .our-services {
float: left;
width: 100%;
padding: 0 0 70px 0;
border-bottom: 1px solid #c6c6c6;
}
.services-box {
float: left;
width: 100%;
padding: 0 25px;
border: 1px solid #d7d7d7;
background-color: #fff;
position: relative;
height: 251px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.services-box:before {
content: '';
position: absolute;
left: 8px;
top: 0;
bottom: 0;
margin: auto;
height: 96%;
border-left: 2px dotted #e5e6e6;
}
.services-box:after {
}
.services-round {
width: 94px;
height: 94px;
border-radius: 100%;
margin: -37px auto 13px;
border: 1px solid;
background-color: #fff;
}
.services-round a.sprite-1 {
text-align: center;
line-height: 100px;
display: block;
color: #a6ac9a;
text-align: center;
font-size: 45px;
}
.services-round a.sprite-2 {
text-align: center;
line-height: 100px;
display: block;
color: #a6ac9a;
text-align: center;
font-size: 45px;
}
.services-round a.sprite-3 {
text-align: center;
line-height: 100px;
display: block;
color: #a6ac9a;
text-align: center;
font-size: 45px;
}
.services-round a.sprite-4 {
text-align: center;
line-height: 100px;
display: block;
color: #a6ac9a;
text-align: center;
font-size: 45px;
}
.services-box h3 {
font-family: 'Open Sans';
font-weight: 500;
font-size:18px;
line-height: 23px;
color: #454545;
text-align: center;
text-transform: capitalize;
margin: 0 0 8px 0;
}
.services-box strong.title-text {
font-family: 'Open Sans';
font-weight: 100;
color: #454545;
font-size: 19px;
line-height: 19px;
display: block;
text-align: center;
padding: 0 0 10px 0;
}
.services-box p {
font-family: 'Open Sans', sans-serif;
font-size: 13px;
color: #868686;
font-weight: 400;
line-height: 18px;
text-align: center;
margin: 0 0 6px 0;
}
.services-box a.readmore {
width: 135px;
height: 39px;
margin: 0 auto;
background-color: #fff;
border: 1px solid #d7d7d7;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 38px;
text-align: center;
display: block;
color: #454545;
position: relative;
}
.services-box a.readmore:before {
content: '';
position: absolute;
left: -1px;
top: -1px;
width: 138px;
height: 13px;
background-color: #fff;
}
.services-box a.readmore .fa {
font-size: 14px;
color: #454545;
padding: 0 0 0 5px;
}
.services-box:hover {
}
.services-box:hover:before {
border-left: 2px dotted #fff;
}
.services-box:hover h3 {
color: #fff;
}
.services-box:hover strong.title-text {
color: #fff;
}
.services-box:hover p {
color: #fff;
}
.services-box:hover a.readmore {
border: 2px solid;
}
.services-box:hover a.readmore:before {
display: none;
}
.services-box:hover .services-round {
background-color: #000;
border: 7px solid #fff;
}
.services-box:hover a.sprite-1 {
color: #fff;
}
.services-box:hover a.sprite-2 {
color: #fff;
}
.services-box:hover a.sprite-3 {
color: #fff;
}
.services-box:hover a.sprite-4 {
color: #fff;
}
.services-box:hover:after {
content: '';
z-index: -1;
position: absolute;
content: "";
bottom: 15px;
right: 10px;
left: auto;
width: 50%;
top: 80%;
max-width: 300px;
background: rgba(0,0,0,0.28);
-webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.28);
-moz-box-shadow: 0 15px 10px rgba(0,0,0,0.28);
box-shadow: 0 15px 10px rgba(0,0,0,0.28);
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
}  .our-mission {
float: left;
width: 100%;
}
.our-mission .bx-wrapper {
float: left;
width: 100%;
margin: 0;
}
.timeline-slider {
margin: 0;
}
.text-outer {
float: left;
width: 100%;
margin: 50px 0 0 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 65px;
position: relative;
}
.bx-controls-direction a {
position: absolute;
}
.outer-text {
margin: 0 auto;
width: 100%;
position: relative;
}
.text-outer .frame {
float: left;
width: 228px;
height: 228px;
border: 5px solid #fff;
border-radius: 100%;
background-color: #c4c4c4;
margin: 35px 45px 0 0;
box-shadow: 0 0 6px rgba(0,0,0,0.15);
-moz-box-shadow: 0 0 6px rgba(0,0,0,0.15);
-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.15);
overflow: hidden;
position: relative;
}
.outer-text:before {
content: '';
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/images/shadow-bg.png) no-repeat center bottom;
position: absolute;
left: -45px;
bottom: -120px;
width: 316px;
height: 33px;
}
.text-outer .frame img {
display: block;
width: 100%;
border-radius: 100%;
}
.timeline-text {
overflow: hidden;
padding: 65px 0 0 0;
}
.timeline-text h3 {
font-family: 'Open Sans';
font-weight: 500;
font-size: 30px;
line-height: 30px;
margin: 0 0 17px 0;
}
.timeline-text h3 a {
text-decoration: none;
}
.timeline-text strong.title {
display: block;
color: #242424;
font-family: 'Open Sans';
font-weight: 100;
font-size: 24px;
line-height: 24px;
padding: 0 0 15px 0;
}
.timeline-text p {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 24px;
color: #282828;
font-weight: 300;
margin: 0;
}
.timeline-text a.btn-listen {
border: 2px solid rgba(0,0,0,0.3);
float: right;
padding: 15px 30px;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
margin: 30px 0 0 0;
}
.timeline-text a.btn-listen:hover {
background-color: rgba(0,0,0,0);
}
.timeline-text a.btn-listen .fa {
padding: 0 15px 0 0;
font-size: 16px;
}
.our-mission #bx-pager-2 {
border: 1px solid #dfdfdf;
float: left;
width: 100%;
height: 9px;
padding: 0 20px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.our-mission #bx-pager-2 > a {
float: left;
margin: -42px 0 0 0;
text-decoration: none;
outline: none;
}
.our-mission #bx-pager-2 > a strong.year {
font-family: 'Open Sans';
font-weight: 500;
display: block;
color: #7e7e7e;
font-size: 16px;
line-height: 16px;
padding: 0 0 20px 0;
text-align: center;
position: relative;
}
.our-mission #bx-pager-2 > a.active .timeline-box {
}
.our-mission #bx-pager-2 > a.active strong.year {
}
.our-mission #bx-pager-2 > a.active .timeline-box span {
}
.timeline-box {
float: left;
width: 19px;
height: 19px;
border: 1px solid #dfdfdf;
border-radius: 100%;
margin: 0 30px;
position: relative;
}
.our-mission #bx-pager-2 > a strong.year:before {
content: '';
border-left: 2px solid #d0d0d0;
position: absolute;
bottom: 0;
left: 2px;
right: 0;
margin: auto;
width: 2px;
height: 3px;
}
.our-mission #bx-pager-2 > a strong.year:after {
content: '';
border-left: 2px solid #d0d0d0;
position: absolute;
bottom: -24px;
left: 2px;
right: 0;
margin: auto;
width: 2px;
height: 3px;
}
.timeline-box span {
width: 10px;
height: 10px;
margin: 4px;
background-color: #d9d9d9;
float: left;
border-radius: 100%;
}
.our-mission .bx-wrapper .bx-next {
background: none;
right: -48px;
}
.our-mission .bx-wrapper .bx-next:before {
color: #BFBEBE;
content: "";
display: block;
font-family: FontAwesome;
font-size: 40px;
line-height: normal;
text-align: center;
text-decoration: none;
}
.our-mission .bx-wrapper .bx-prev {
background: none;
left: -50px;
}
.our-mission .bx-wrapper .bx-next:hover {
background-position: 0 0;
}
.our-mission .bx-wrapper .bx-controls-direction a {
top: 50px;
font-size: 0;
text-indent: inherit;
text-decoration: none;
width: 36px;
height: 36px;
}
.our-mission .bx-wrapper .bx-prev:before {
color: #BFBEBE;
content: "";
display: block;
font-family: FontAwesome;
font-size: 40px;
line-height: normal;
text-align: center;
text-decoration: none;
}  .recent-news-post {
float: left;
width: 100%;
padding: 60px 0 0 0;
margin: 0 0 44px 0;
}
.images-section {
float: left;
width: 100%;
}
.da-thumbs {
list-style: none;
width: 100%;
position: relative;
float: left;
padding: 0;
margin: 0;
}
.da-thumbs li {
float: left;
margin: 0;
padding: 0 !important;
position: relative;
}
.da-thumbs li a, .da-thumbs li a img {
display: block;
position: relative;
width: 100%;
}
.da-thumbs li a {
overflow: hidden;
text-decoration: none;
}
.da-thumbs li a .frame {
position: absolute;
width: 100%;
height: 100%;
}
.da-thumbs li a .frame .caption {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.da-thumbs li a .frame .caption:before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
opacity: 0.78;
}
.caption-inner {
position: absolute;
left: 0;
right: 0;
top: 0;
margin: 60px auto;
width: 201px;
}
.da-thumbs li a .frame .caption strong.title {
font-family: 'Open Sans';
font-weight: 700;
font-size: 24px;
line-height: 24px;
color: #fff;
text-align: center;
display: block;
margin: 0;
}
.da-thumbs li a .frame .caption strong.title:before {
border: 1px solid #fff;
bottom: -20px;
content: "";
left: 0;
margin: auto;
position: absolute;
right: 0;
width: 107px;
}
.da-thumbs li a .frame .caption strong.title:after {
content: '';
display: none;
}
.da-thumbs li a .caption-inner p {
font-family: 'Open Sans', sans-serif;
font-size: 11px;
color: #fff;
text-align: center;
margin: 0;
}
.da-thumbs-2 {
list-style: none;
width: 100%;
position: relative;
float: left;
padding: 0;
margin: 0;
overflow: hidden;
}
.da-thumbs-2 li {
float: left;
margin: 0;
padding: 0 !important;
position: relative;
width: 292px;
overflow: hidden;
}
.da-thumbs-2 li a, .da-thumbs li a img {
display: block;
position: relative;
width: 100%;
}
.da-thumbs-2 li a {
overflow: hidden;
text-decoration: none;
}
.da-thumbs-2 li .frame {
position: absolute;
width: 100%;
height: 100%;
}
.da-thumbs-2 li .frame .caption {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.da-thumbs-2 li .frame .caption:before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
opacity: 0.78;
}
.caption-inner {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
text-align: center;
margin: auto;
width: 100%;
height: 50px;
}
.caption-inner a {
width: 50px !important;
height: 50px;
background-color: rgba(0, 0, 0, 0.5);
text-decoration: none;
text-align: center;
font-size: 30px;
line-height: 50px;
color: #fff;
display: inline-block;
margin: 0 15px;
}
.caption-inner a:hover {
color: #fff;
text-decoration: none;
}
ul.da-thumbs li {
float: left;
position: relative;
overflow: hidden;
width: 16.6666667%; width: -webkit-calc(100% / 5);
width: -moz-calc(100% / 5);
width: 20%;
}
.slider-row #bx-pager-cp {
width: 100%;
float: right;
padding: 0 0 0px 0;
}
.slider-row {
float: left;
width: 100%;
}
.slider-row .bx-wrapper {
float: left;
width: 100%;
margin: 0;
}
.slider-row .left-box {
float: left;
width: 100%;
position: relative;
}
.slider-row .left-box .caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
background: rgba(0,0,0,0.8);
padding: 15px 16px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index: 9;
}
.slider-row .left-box .caption .left {
float: left;
}
.slider-row .left-box .caption .left strong.title {
font-weight: 500;
color: #fff;
display: block;
margin: 0px;
}
.slider-row .left-box .caption .left strong.mnt {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
color: #7a7880;
display: block;
}
.slider-row .left-box .caption .left strong.mnt span {
}
.slider-row .left-box .caption .right {
float: right;
}
.slider-row .left-box .caption .right a.eye .fa {
color: #fff;
font-size: 20px;
border-right: 1px solid #7c7d7f;
float: left;
padding: 0 10px 0 0;
margin: 0 16px 0 0;
line-height: 30px;
}
.slider-row .left-box .caption .right a.search .fa {
color: #fff;
font-size: 20px;
float: left;
}
.recent-slider > li:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/images/pattren-bg-2.png) repeat;
z-index: 9;
}
#bx-pager-cp > a.active .right-box {
background-color: #000;
display: block;
}
#recent-news-post-slider > li {
position: relative;
padding: 0;
}
.slider-row .left-box img {
width: 100%;
display: block;
}
.slider-row .left-box img:hover {
opacity: 0.8;
}
.slider-row .left-box .bx-wrapper {
margin: 0;
float: left;
width: 100%;
}
.slider-row .left-box .bx-viewport > ul {
margin: 0;
}
.slider-row .bx-wrapper .bx-controls-direction a {
font-size: 0;
text-decoration: none;
text-indent: inherit;
top: 20px;
border: 1px solid #524700;
border-radius: 100%;
height: 40px;
width: 40px;
background: none;
}
.slider-row .bx-wrapper .bx-prev {
border-radius: 100%;
margin: 0;
}
.slider-row .bx-wrapper .bx-prev:before {
color: #000;
content: "";
display: block;
font-family: FontAwesome;
font-size: 30px;
line-height: 40px;
text-align: center;
text-decoration: none;
}
.slider-row .bx-wrapper .bx-next {
margin: 0;
right: inherit;
left: 56px;
}
.slider-row .bx-wrapper .bx-next:before {
color: #000;
content: "";
display: block;
font-family: FontAwesome;
font-size: 30px;
line-height: 40px;
text-align: center;
text-decoration: none;
}
.slider-row .right-box {
float: left;
max-width: 100%;
width: 100%;
padding: 10px 10px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.slider-row .right-box ul {
padding: 0;
overflow: hidden;
margin: 0 0 20px 0;
list-style: none;
}
.slider-row .right-box ul li {
padding: 15px 0;
float: left;
border-bottom: 1px solid rgba(204,204,204,0.5);
width: 100%;
}
.slider-row .right-box strong.date {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
float: left;
}
.slider-row .right-box span.like {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 10px;
color: #99a3b1;
font-style: italic;
float: right;
text-decoration: none;
margin: 0 18px 7px 0;
}
.slider-row .right-box span.like .fa {
padding: 0 4px 0 0;
font-size: 12px;
}
.slider-row .right-box span.comment {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 10px;
color: #99a3b1;
font-style: italic;
float: right;
text-decoration: none;
}
.slider-row .right-box span.comment .fa {
padding: 0 4px 0 0;
font-size: 12px;
}
.slider-row .right-box p {
font-family: "Open Sans";
font-weight: 500;
font-size: 18px;
color: #ccc;
line-height: 18px;
margin: 0;
clear: both;
}
.slider-row .right-box p a.more {
text-decoration: none;
}
.right-text-2 a.view {
float: left;
padding: 8px 16px 8px 16px;
margin: 17px 0 13px 16px;
text-decoration: none;
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
color: #fff;
text-shadow: 0 0 3px rgba(0,0,0,0.5);
background-image: url(//www.otraelpa.lv/wp-content/themes/eco-green/images/btn-pattren-bg.png);
background-repeat: repeat;
background-position: left top;
border: 2px solid rgba(0,0,0,0);
cursor: pointer;
}
.right-text-2 a.view:hover {
background-color: rgba(0,0,0,0);
border: 2px solid;
}
.right-text-2 {
float: right;
width: 100%;
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/images/pattren-bg-3.gif) repeat;
padding: 22px 0 0;
}
.right-text-2 h3 {
font-family: 'Open Sans';
font-weight: 500;
font-size: 24px;
line-height: 24px;
color: #fff;
margin: 0 0 10px 15px;
}  .responsive-section {
float: left;
width: 100%;
margin: 45px 0;
}
.responsive-section-inner {
float: left;
width: 100%;
border: 1px solid;
background-color: #fff;
padding: 40px 32px 40px 22px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.responsive-section-inner .left-box {
float: left;
max-width: 688px;
}
.responsive-section-inner .left-box h3 {
font-family: 'Open Sans';
font-weight: 100;
font-size: 36px;
line-height: 36px;
color: #333;
margin: 0 0 8px 0;
}
.responsive-section-inner .left-box strong.title {
font-family: 'Open Sans';
font-weight: 300;
font-size: 18px;
line-height: 18px;
color: #666;
display: block;
padding: 0 0 8px 0;
}
.responsive-section-inner .left-box p {
font-family: 'Open Sans', sans-serif;
font-size: 13px;
line-height: 18px;
font-weight: 400;
color: #999;
margin: 0;
}
.responsive-section-inner .right-box {
float: right;
}
.responsive-section-inner .right-box ul {
padding: 0;
margin: 0;
list-style: none;
}
.responsive-section-inner .right-box ul li {
float: left;
padding: 0 10px 0 0;
}
.responsive-section-inner .right-box ul li a {
display: block;
text-decoration: none;
width: 111px;
height: 111px;
text-align: center;
line-height: 111px;
font-size: 70px;
background-color: #efefef;
color: #fff;
}
.responsive-section-inner .right-box ul li a:hover {
box-shadow: 0 0 3px rgba(0,0,0,0.4);
}  .event-row {
float: left;
width: 100%;
margin: 0 0 59px 0;
}
.event-top-row {
float: left;
width: 100%;
} .our-event {
float: left;
width: 100%;
margin: 17px 0 0 0;
}
.our-event h4 {
font-family: 'Open Sans';
font-weight: 500;
font-size: 24px;
line-height: 24px;
color: #000;
margin: 0 0 18px 0;
float: left;
}
.our-event a.view-all {
font-family: 'Open Sans';
font-weight: 300;
font-size: 14px;
line-height: 14px;
float: right;
text-decoration: none;
padding: 5px 0 0 0;
}
.our-event-accordion {
float: left;
width: 100%;
}
.our-event-accordion .accordion {
margin-bottom: 0;
}
.our-event-accordion .accordion-group {
border: 0;
border-radius: 0;
margin-bottom: 2px;
}
.accordion_cp {
display: block;
padding: 0 0 0 17px;
background-color: #fff;
text-decoration: none;
overflow: hidden;
outline: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.accordion_cp:hover .text-col strong.title {
}
.accordion_cp:hover span.close-panel {
}
.accordion-open .text-col strong.title {
}
.accordion-open span.close-panel {
}
.accordion_cp strong.date {
font-family: 'Open Sans';
font-weight: 100;
font-size: 20px;
line-height: 20px;
color: #979797;
float: left;
padding: 18px 23px 0 0;
}
.text-col {
float: left;
width:100%;
}
.accordion-close span{
width:100% !important;
}
.accordion-open span{
width:100% !important;
}
.text-col strong.title {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 20px;
display: block;
padding: 13px 0 0 0;
color: #333;
}
.text-col strong.location {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 10px;
color: #404040;
margin: 0 6px 0 0;
}
.text-col strong.location .fa {
color: #404040;
font-size: 14px;
padding: 0 4px 0 0;
}
.text-col strong.time {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 12px;
color: #404040;
margin: 0 6px 0 0;
}
.text-col strong.time .fa {
color: #404040;
font-size: 14px;
padding: 0 4px 0 0;
}
span.close-panel {
float: right;
width: 36px;
height: 36px;
background-color: #333;
}
span.close-panel .fa {
text-align: center;
display: block;
color: #fff;
font-size: 15px;
line-height: 39px;
}
.contain_cp_accor {
float: left;
width: 100%;
background-color: #ebebeb;
padding: 12px 30px 14px 19px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.contain_cp_accor .accordion-inner {
border-top: 0;
padding: 0;
}
.contain_cp_accor .frame {
float: left;
margin: 0 12px 0 0;
}
.contain_cp_accor .frame img {
width: 100%;
}
.contain_cp_accor .text-box {
overflow: hidden;
}
.contain_cp_accor .frame:hover img {
opacity: 0.8;
}
.contain_cp_accor .text-box p {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
line-height: 20px;
font-weight: 400;
color: #666;
margin: 0;
}
.contain_cp_accor .text-box a.readmore {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
line-height: 20px;
font-weight: 400;
text-decoration: none;
display: block;
}  .next-event {
float: left;
width: 100%;
border-bottom: 7px solid;
}
.next-event h4 {
font-family: 'Open Sans';
font-weight: 500;
font-size: 24px;
line-height: 24px;
color: #000;
margin: 0 0 18px 0;
float: left;
}
.next-event .frame {
float: left;
width: 100%;
position: relative;
overflow: hidden;
}
.next-event .frame img {
display: block;
width: 100%;
}
.next-event .caption {
position: absolute;
left: 0;
top: -100%;
width: 100%;
height: 100%;
}
.next-event .caption-2 {
position: absolute;
left: 0;
top: 0;
width: 100%;
padding: 15px 12px;
background-color: rgba(0,0,0,0.46);
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.next-event .caption-2 strong.title {
font-family: 'Open Sans';
font-weight: 500;
font-size: 20px;
line-height: 20px;
color: #fff;
}
.next-event .caption-3 {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 15px 12px;
background-color: rgba(0,0,0,0.46);
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.next-event .caption-3 strong.title {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
color: #fff;
}
.next-event:hover .caption {
top: 0;
}
.next-event .caption:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.6;
}
.next-event .caption a {
text-decoration: none;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
margin: auto;
width: 20px;
height: 20px;
}
.next-event .caption a .fa {
text-align: center;
display: block;
color: #fff;
font-size: 20px;
}
.next-event .frame a.plus {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
.time-box {
float: left;
width: 100%;
background-color: #141414;
height: 66px;
padding: 0 0 0 7px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.time-box strong.title {
font-family: 'Open Sans';
font-weight: 500;
font-size: 14px;
line-height: 66px;
color: #fff;
text-transform: uppercase;
float: left;
padding: 0 8px 0 0;
display: none;
}
.is-countdown {
float: left;
}
.countdown-rtl {
direction: rtl;
}
.countdown-row {
clear: both;
width: 100%;
padding: 0px 0;
text-align: center;
height: 100%;
}
.countdown-show1 .countdown-section {
width: 98%;
}
.countdown-show2 .countdown-section {
width: 48%;
}
.countdown-show3 .countdown-section {
width: 32.5%;
}
.countdown-show4 .countdown-section {
width: 24.5%;
}
.countdown-show5 .countdown-section {
width: 19.5%;
}
.countdown-show6 .countdown-section {
width: 16.25%;
}
.countdown-show7 .countdown-section {
width: 14%;
}
.countdown-section {
display: block;
float: left;
font-size: 75%;
text-align: center;
position: relative;
}
.countdown-section:before {
content: '';
border-left: 1px solid #1d1d1d;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.countdown-amount {
font-size: 200%;
color: #999;
font-family: 'Open Sans', sans-serif;
font-size: 18px;
font-weight: 900;
text-align: center;
display: block;
width: 84px;
padding: 17px 0 0 0;
}
.countdown-period {
display: block;
font-family: 'Open Sans', sans-serif;
font-size: 10px;
text-align: center;
color: #666;
font-weight: 300;
text-transform: uppercase;
margin: 0;
padding: 0 0 9px 0;
}
.countdown-descr {
display: block;
width: 100%;
}
a.plus {
float: right;
height: 66px;
width: 31px;
text-decoration: none;
}
a.plus:hover {
text-decoration: none;
}
a.plus .fa {
text-align: center;
display: block;
font-size: 16px;
line-height: 64px;
color: #fff;
}  .chirty-store {
float: left;
width: 100%;
}
.chirty-box {
float: left;
width: 100%;
}
.chirty-box .frame {
margin: 0 auto 13px;
width: 100%;
height: 100%;
border: 5px solid #fff;
border-radius: 100%;
background-color: #f2f2f2;
box-shadow: 0 0 6px rgba(0,0,0,0.15);
-moz-box-shadow: 0 0 6px rgba(0,0,0,0.15);
-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.15);
overflow: hidden;
position: relative;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.chirty-box .frame strong.title {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
color: #000;
text-align: center;
display: block;
height: 16px;
}
.chirty-box .frame:hover {
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
opacity: 0.4;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
}
.chirty-box .frame img {
display: block;
width: 100%;
border-radius: 100%;
}
.chirty-box .text-box {
float: left;
width: 100%;
text-align: center;
}
.chirty-box .text-box h3 {
font-size: 16px;
font-weight: normal;
line-height: normal;
margin: 0px;
}
.chirty-box .text-box a {
color: #333333;
text-decoration: none;
}
.chirty-box .text-box p {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
line-height: 16px;
font-weight: 400;
color: #000;
text-align: center;
margin: 0 0 12px 0;
}
.amount-row {
float: left;
width: 100%;
padding: 2px 5px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.amount-row strong.price {
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
color: #000;
float: left;
font-weight: 400;
line-height: 20px;
}
.amount-row a.cart {
float: right;
font-size: 20px;
text-decoration: none;
text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
}
.amount-row:hover {
}
.amount-row:hover a.cart {
color: #fff;
}  .latest-blog {
float: left;
width: 100%;
background-color: #161616;
padding: 26px 20px 20px 20px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.latest-blog h3 {
font-family: 'Open Sans';
font-weight: 500;
font-size: 19px;
line-height: 25px;
color: #fff;
margin: 0 0 20px 0;
}
.latest-blog-box {
float: left;
width: 100%;
margin: 0 0 30px 0;
}
#latest-blog-slider > li {
overflow: hidden;
}
.latest-blog-box .frame {
float: left;
width: 100%;
margin: 0 0 13px 0;
overflow: hidden;
}
.latest-blog-box .frame img {
width: 100%;
display: block;
transform: scale(1.1);
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
}
.latest-blog-box:hover .frame img {
transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
}
.blog-round {
float: left;
width: 70px;
height: 70px;
border-radius: 100%;
border: 4px solid #222;
overflow: hidden;
margin: -57px 0 10px 22px;
position: relative;
z-index: 9;
}
.latest-blog-box:hover .blog-round {
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
.blog-round img {
width: 100%;
display: block;
border-radius: 100%;
}
.latest-blog-box a.name {
font-family: 'Open Sans', sans-serif;
font-size: 11px;
line-height: 11px;
font-weight: 400;
float: right;
text-decoration: none;
padding: 0;
}
.latest-blog-box a.mnt {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
line-height: 12px;
font-weight: 400;
float: left;
color: #999;
text-decoration: none;
}
.latest-blog-box a.mnt .fa {
padding: 0 0 0 5px;
}
.latest-blog-box strong.title {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
display: block;
clear: both;
padding: 0 0 12px 0;
}
.latest-blog-box p {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 18px;
font-weight: 400;
color: #f5f5f5;
margin: 0;
}
.latest-blog-box p a.more {
text-decoration: none;
}
.latest-blog .bx-wrapper {
margin: 0;
float: left;
width: 100%;
}
.latest-blog .bx-viewport > ul {
margin: 0;
}
.latest-blog .bx-wrapper .bx-next {
margin: 0;
right: 0;
width: 36px;
height: 36px;
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/images/right-arrow-bg.png) no-repeat left top;
}
.latest-blog .bx-wrapper .bx-controls-direction a {
top: -51px;
z-index: 99999;
}
.latest-blog .bx-wrapper .bx-prev {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/images/left-arrow-bg.png) no-repeat left top;
width: 36px;
height: 36px;
margin: 0;
left: inherit;
right: 27px;
}
.latest-blog .bx-wrapper .bx-next:hover {
background-position: 0 0;
}   .our-process {
float: left;
width: 100%;
background-image: url(//www.otraelpa.lv/wp-content/themes/eco-green/images/our-process-bg.jpg);
background-repeat: no-repeat;
background-position: left top;
background-size: cover;
height: auto;
position: relative;
padding: 34px 0 0 0;
}
.our-process:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: url(//www.otraelpa.lv/wp-content/themes/eco-green/images/our-process-pattren-bg.png);
background-repeat: repeat;
background-position: left top;
}
.our-process ul {
padding: 0;
margin: 0;
list-style: none;
position: relative;
float: left;
}
.our-process ul li {
float: left;
padding: 0 0 0 44px;
margin: 0 0 70px 0;
}
.our-process ul li:hover .process-box {
border: 5px solid;
}
.our-process ul li:hover .process-box .fa {
}
.our-process ul li:hover .process-outer a.title {
}
.our-process ul li:first-child {
padding: 0 0 0 44px;
}
.process-outer {
float: left;
width: 158px;
height: 158px;
}
.process-box {
float: left;
width: 100%;
height: 100%;
border: 5px solid #fff;
border-radius: 100%;
margin: 0 0 10px 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.process-box .fa {
display: block;
text-align: center;
font-size: 65px;
color: #fff;
line-height: 150px;
}
.process-outer a.title {
font-family: 'Open Sans';
font-weight: 500;
font-size: 20px;
line-height: 20px;
color: #fff;
text-align: center;
display: block;
text-decoration: none;
}  .sponsor-village {
float: left;
width: 100%;
background-color: #fff;
padding: 50px 0;
}
.sponsor-box {
float: left;
width: 100%;
}
.sponsor-box .frame {
background-color: #fff;
float: left;
width: 100%;
border: 1px solid #dedede;
border-radius: 3px;
padding: 9px 7px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; box-shadow: 0 0 1px rgba(0,0,0,0.3);
margin: 0 0 35px 0;
position: relative;
}
.sponsor-box .frame img {
display: block;
width: 100%;
transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
}
.sponsor-box:hover .frame img {
transform: scale(0.9);
-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
}
.sponsor-box:hover a.support {
text-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.sponsor-box .round {
width: 46px;
height: 46px;
border-radius: 100%;
border: 3px solid #fff;
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: -26px;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.sponsor-box .round span {
font-family: 'Open Sans';
font-weight: 500;
font-size: 14px;
color: #fff;
text-align: center;
line-height: 46px;
display: block;
text-indent: 4px;
}
.sponsor-box .text-box {
float: left;
width: 100%;
}
.sponsor-box .text-box strong.title {
font-family: 'Open Sans';
font-weight: 500;
display: block;
text-align: center;
font-size: 16px;
line-height: 16px;
color: #343434;
padding: 0 0 8px 0;
}
.sponsor-box .text-box em {
display: block;
text-align: center;
font-size: 12px;
line-height: 12px;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
padding: 0 0 10px 0;
}
.sponsor-box .text-box p {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 18px;
color: #808080;
text-align: center;
margin: 0 0 10px 0;
}
.sponsor-box .text-box a.support {
text-align: center;
display: block;
text-decoration: none;
font-family: 'Open Sans';
font-weight: 500;
font-size: 14px;
line-height: 14px;
color: #343434;
}  .featured-video-box {
float: left;
width: 100%;
padding: 50px 0 40px 0;
background-image: url(//www.otraelpa.lv/wp-content/themes/eco-green/images/video-section-bg.png);
background-repeat: repeat;
background-size: 100%;
background-position: center top;
height: 566px;
background-color: #000;
}
.featured-video-box .generic-heading h2 {
color: #fff;
}
.featured-video-box .generic-heading strong.title-line {
color: #fff;
}
.featured-video-col {
float: left;
width: 100%;
}
.featured-video-col h3 {
color: #fff;
font-family: 'Open Sans';
font-size: 36px;
font-weight: 100;
line-height: 36px;
margin: 0 0 15px;
}
.featured-video-col h3 a {
color: #fff;
text-decoration: none;
}
.featured-video-text {
float: left;
width: 100%;
}
.featured-video-text h3 {
font-family: 'Open Sans';
font-weight: 100;
font-size: 36px;
line-height: 36px;
color: #fff;
margin: 0 0 15px 0;
}
.featured-video-text strong.title {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
color: #fff;
display: block;
padding: 0 0 20px 0;
}
.featured-video-text ul {
padding: 0;
margin: 0;
list-style: none;
float: left;
}
.featured-video-text ul li {
float: left;
padding: 0 0 14px 0;
}
.featured-video-text ul li:hover .frame {
box-shadow: 0 0 7px rgba(0,0,0,0.7);
}
.featured-video-text ul li:hover a.readmore {
text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.featured-video-text .frame {
float: left;
width: 96px;
}
.featured-video-text .frame:hover img {
opacity: 0.5;
}
.featured-video-text .text-box {
float: left;
width: 373px;
padding: 8px 0 0 0;
}
.number-round {
width: 29px;
height: 29px;
float: left;
background-color: #161616;
border: 5px solid;
border-radius: 100%;
font-family: 'Open Sans';
font-weight: 500;
color: #fff;
font-size: 14px;
line-height: 29px;
text-align: center;
margin: 0 4px 0 -13px;
position: relative;
z-index: 100;
}
.featured-video-text .text-box strong.title {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
color: #f6ffd9;
padding: 0 0 8px 0;
display: inherit;
display: block;
}
.featured-video-text .text-box strong.title a {
color: #f6ffd9;
text-decoration: none;
}
.featured-video-text .text-box p {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 14px;
color: #fff;
margin: 0 0 10px 0;
}
.featured-video-text .text-box a.readmore {
font-family: 'Open Sans';
font-weight: 500;
font-size: 14px;
line-height: 14px;
color: #fff;
text-decoration: none;
margin: 0 0 0 31px;
}  .home-testimonials {
float: left;
width: 100%;
padding: 30px 0;
}
.testimonials-box {
float: left;
width: 100%;
background-color: #fff;
padding: 0 20px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.testimonials-text {
float: left;
padding: 20px 0 0 0;
max-width: 100%;
width: 100%;
}
.testimonials-text .fa-quote-right {
float: right;
font-size: 150px;
line-height: 100px;
padding: 20px 0 0 0;
color: #ededed;
}
.testimonials-text p {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
line-height: 24px;
font-weight: 400;
color: #353535;
margin: 20px 0 14px 0;
}
.tags {
padding: 0;
margin: 0;
list-style: none;
float: left;
}
.tags li {
float: left;
padding: 0 2px 0 0;
}
.tags li a {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 14px;
font-weight: 600;
text-decoration: none;
}
.testimonials-frame {
float: left;
width: 233px;
}
.client-box {
float: right;
padding: 42px 10px 42px 20px;
background-color: #fff;
width: 238px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.client-box h4 {
font-family: 'Open Sans';
font-weight: 100;
font-size: 24px;
line-height: 24px;
margin: 0 0 10px 0;
}
.client-box strong.title {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 14px;
font-weight: 600;
color: #000;
display: block;
padding: 0 0 12px 0;
}
.client-box a.view {
font-family: 'Open Sans';
font-weight: 500;
font-size: 14px;
line-height: 14px;
float: left;
text-decoration: none;
}
.home-testimonials .bx-wrapper {
float: left;
width: 100%;
margin: 0;
}
.home-testimonials .bx-viewport > ul {
margin: 0;
}
.home-testimonials .bx-wrapper .bx-controls-direction a {
display: none;
}
.home-testimonials .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
padding: 0;
bottom: 0;
top: 20px;
z-index: 99;
left: 10px;
}
.home-testimonials .bx-wrapper .bx-pager.bx-default-pager a {
border-radius: 0;
background: #111;
margin: 0 3px 0 0;
}
.home-testimonials .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
}
.home-testimonials .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inherit;
float: left;
}  #footer {
float: left;
width: 100%;
background-color: #2d2d2d;
border-top: 6px solid;
} .footer-top-section {
float: left;
width: 100%;
background-color: #1f1f1f;
background-image: url(//www.otraelpa.lv/wp-content/themes/eco-green/images/footer-parrten-bg.png);
background-repeat: repeat;
background-position: 0 0;
height: 110px;
}
.footer-top-section .left {
float: left;
width: 100%;
padding: 36px 0 0 55px;
position: relative;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.footer-top-section .left .fa-envelope {
float: left;
font-size: 40px;
color: #fff;
line-height: 30px;
padding: 0 18px 0 0;
position: absolute;
height: 100%;
left: 0px;
}
.footer-top-section .left strong.title {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
color: #fff;
float: left;
padding: 0 0 6px 0;
}
.footer-top-section .left p {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 14px;
color: #fff;
font-weight: 400;
margin: 0 0 0 0;
float: left;
}
.footer-top-section .right {
float: left;
width: 100%;
margin: 32px 0 0 0;
}
.subscribe-form {
float: left;
width: 100%;
position: relative;
}
.subscribe-input {
border: 1px solid rgba(255,255,255,0.7);
float: left;
width: 100% !important;
height: 39px !important;
margin: 0;
padding: 0 10px!important;
color: #fff !important;
border-radius: 0 !important;
background: rgba(255,255,255,0.3) !important;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.btn-signup {
position: absolute;
right: 0;
top: 0;
height: 38px;
padding: 0 12px;
border: 0;
margin: 0;
font-family: 'Open Sans';
font-weight: 100;
font-size: 18px;
line-height: 18px;
color: #fff;
border: 2px solid rgba(0,0,0,0);
}
.btn-signup:hover {
background-color: rgba(0,0,0,0);
border: 2px solid;
color: #fff;
}  .footer-section-2 {
float: left;
width: 100%;
padding: 30px 0;
}
.footer-section-2 .tagcloud a {
color: #333;
margin: 3px;
}
.footer-section-2 .tagcloud a:hover {
box-shadow: none;
color: #FFFFFF;
text-decoration: none;
}
.latest-twitter-box {
float: left;
width: 100%;
}
#footer .widget h4, .latest-twitter-box h4 {
font-family: 'Open Sans';
font-weight: 500;
font-size: 24px;
line-height: 24px;
color: #fff;
margin: 0 0 13px 0;
text-transform: capitalize;
}
.twitter-updates {
float: left;
width: 100%;
background-repeat: repeat;
padding: 0 13px 10px 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.twitter-text {
float: left;
width: 100%;
margin: 25px 0 0 0;
}
.twitter-text:first-child {
margin: 0;
}
.twitter-updates p {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
line-height: 20px;
font-size: 12px;
color: #898989;
margin: 0;
}
.twitter-updates p a {
text-decoration: none;
}
.twitter-updates a.link {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
line-height: 20px;
font-size: 12px;
text-decoration: none;
display: block;
}
.twitter-updates strong.time {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
line-height: 20px;
font-size: 12px;
text-decoration: none;
color: #898989;
display: block;
}
.twitter-updates .bx-wrapper {
float: left;
width: 100%;
margin: 0;
}
.twitter-updates .bx-viewport > ul {
margin: 0;
}
.twitter-updates .bx-wrapper .bx-pager {
padding: 0;
display: none;
}
.twitter-updates .bx-wrapper .bx-controls-direction a {
display: none;
}
.latest-event-gallery {
float: left;
width: 100%;
}
.latest-event-gallery h4 {
font-family: 'Open Sans';
font-weight: 500;
font-size: 24px;
line-height: 24px;
color: #fff;
margin: 0 0 13px 0;
}
.gallery-box {
float: left;
width: 100%;
}
.gallery-box ul {
margin: 0 0 0 -8px;
padding: 0;
list-style: none;
overflow: hidden;
}
.gallery-box ul li {
float: left;
padding: 0;
margin: 0 0 4px 7px;
}
.gallery li:hover img {
opacity: 0.8;
}
#container {
position: relative;
width: 100%;
float: left;
}
.grid {
padding: 0;
margin: 0;
float: left;
-webkit-transition: top 1s ease, left 1s ease;
-moz-transition: top 1s ease, left 1s ease;
-o-transition: top 1s ease, left 1s ease;
-ms-transition: top 1s ease, left 1s ease;
position: relative;
overflow: hidden;
}
.grid .imgholder img {
width: 100%;
display: block;
}
.cp-gallery img {
width: 100%
}
.cp-gallery figure {
float: left;
overflow: hidden;
margin: 0;
}
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
transition-duration: 0.8s;
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
transition-property: transform, opacity;
}
.het-touch-form {
float: left;
width: 100%;
}
.get-touch-form h4 {
font-family: 'Open Sans';
font-weight: 500;
font-size: 24px;
line-height: 24px;
color: #fff;
margin: 0 0 13px 0;
}
.get-touch-form ul {
padding: 0;
margin: 0;
list-style: none;
float: left;
width: 100%;
}
.get-touch-form ul li {
float: left;
padding: 0 0 8px 0;
width: 100%;
line-height: normal;
}
.get-touch-input {
border: 1px solid rgba(255,255,255,0.76) !important;
background-color: rgba(247,247,247,0.30) !important;
float: left;
width: 100%;
height: 25px !important;
padding: 0 6px !important;
margin: 0 !important;
border-radius: 0 !important;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-family: 'Open Sans', sans-serif;
font-size: 11px !important;
font-weight: 400;
color: #fff !important;
}
.get-touch-textarea {
border: 1px solid rgba(255,255,255,0.76) !important;
background-color: rgba(247,247,247,0.30);
float: left;
width: 100%;
height: 111px !important;
padding: 0 6px !important;
margin: 0 !important;
border-radius: 0 !important;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-family: 'Open Sans', sans-serif;
font-size: 11px !important;
font-weight: 400;
color: #fff !important;
}
.btn-send-message {
float: left;
padding: 2px 8px;
font-family: 'Open Sans', sans-serif;
font-size: 11px;
font-weight: 600;
color: #fff;
border: 0;
margin: 0;
border: 2px solid rgba(0,0,0,0);
}
.btn-send-message:hover {
border: 2px solid;
background-color: rgba(0,0,0,0);
}  .footer-section-3 {
float: left;
width: 100%;
padding: 30px 0 10px 0;
}
.newsletter-box {
float: left;
width: 100%;
}
.newsletter-box .frame {
float: left;
width: 100%;
}
.newsletter-box .frame img {
width: 100%;
display: block;
}
.newsletter-box .bx-wrapper {
float: left;
width: 100%;
margin: 0;
}
.newsletter-box .bx-viewport > ul {
margin: 0;
}
.newsletter-box .bx-wrapper .bx-controls-direction a {
display: none;
}
.newsletter-box .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
padding: 0;
margin: 0;
bottom: 14px;
z-index: 99;
}
.newsletter-box .bx-wrapper .bx-pager.bx-default-pager a {
background: rgba(255,255,255,0.5);
margin: 0 10px 0 0;
}
.newsletter-box .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
background: #fff;
border: 0 !important;
}
.newsletter-box .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
float: right;
display: inherit;
}
.newsletter-text-box {
float: left;
background-color: #262626;
width: 100%;
padding: 7px 10px 0 14px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.newsletter-text-box strong.title {
font-family: 'Open Sans';
font-weight: 300;
font-size: 18px;
line-height: 18px;
display: block;
padding: 0 0 10px 0;
}
.newsletter-text-box p {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 12px;
color: #fff;
line-height: 12px;
margin: 0 0 12px 0;
}
.detail-row {
float: left;
padding: 0;
margin: 0;
list-style: none;
}
.detail-row li {
float: left;
padding: 0 12px 0 0;
}
.detail-row li a {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
line-height: 12px;
font-weight: 400;
text-decoration: none;
}
.newsletter-text-box a.more {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
line-height: 19px;
font-weight: 400;
text-decoration: none;
float: right;
padding: 0 0 6px 0;
}
.newsletter-text-box a.more .fa {
padding: 0 3px 0 16px;
}
.subscribe-newsletter {
float: left;
width: 100%;
background-color: #202020;
background-image: url(//www.otraelpa.lv/wp-content/themes/eco-green/images/twitter-update-pattre.png);
background-repeat: repeat;
background-position: 0 0;
height: 48px;
}
.subscribe-newsletter .btn-subscribe {
float: left;
padding: 8px 12px;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
line-height: 15px;
color: #fff;
font-weight: 400;
margin: 9px 13px 0 0;
border: 2px solid rgba(0,0,0,0);
}
.subscribe-newsletter .btn-subscribe:hover {
background-color: rgba(0,0,0,0);
border: 2px solid;
}
.subscribe-newsletter ul {
padding: 0;
margin: 0;
list-style: none;
}
.subscribe-newsletter ul li {
float: left;
padding: 0 14px;
}
.subscribe-newsletter ul li a {
text-decoration: none;
}
.subscribe-newsletter ul li a .fa {
font-size: 18px;
display: block;
text-align: center;
color: #fff;
line-height: 48px;
}
.subscribe-newsletter ul li a:hover .fa {
}
.contact-box {
float: left;
width: 100%;
margin: 0;
}
.contact-box strong.title {
font-family: 'Open Sans';
font-weight: 500;
font-size: 24px;
line-height: 24px;
color: #fff;
margin: 0 0 20px 0;
display: block;
}
.contact-box p {
font-family: 'Open Sans', sans-serif;
font-size: 13px;
line-height: 24px;
color: #fff;
font-weight: 400;
margin: 0 0 10px 0;
}
.contact-box strong.number {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 20px;
font-weight: 600;
display: block;
padding: 0 0 20px 0;
color: #fff;
}
.contact-box strong.number span {
font-size: 13px;
font-style: normal;
font-weight: 400;
padding: 0 20px 0 0;
float: left;
}
.contact-box a.email {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: 600;
color: #fff;
text-decoration: none;
display: block;
padding: 0 0 20px 0;
}
.contact-box a.email span {
font-size: 13px;
font-style: normal;
font-weight: 400;
padding: 0 20px 0 0;
float: left;
}
.footer-map {
float: left;
width: 100%;
margin: 30px 0 0 0;
border: 5px solid #fff;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.footer-map img {
width: 100%;
display: block;
}
#map_contact_5 {
height: 189px;
width: 100%;
}  .copyrights-section {
float: left;
width: 100%;
background-color: #000;
padding: 12px 0;
}
.copyrights-section strong.copy {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
color: #898989;
line-height: 30px;
font-weight: 400;
float: right;
}
.copyrights-section strong.copy a.web {
text-decoration: none;
}
.copyrights-section p {
float: right;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
color: #898989;
line-height: 30px;
font-weight: 400;
}
.copyrights-section p a {
text-decoration: none;
}  .footer-social {
float: left;
padding: 0;
margin: 0;
list-style: none;
}
.footer-social li {
float: left;
padding: 0 5px 0 0;
}
.footer-social a {
text-decoration: none;
color: #fff;
font-size: 18px;
line-height: 30px;
display: inline-block;
height: 30px;
width: 30px;
text-align: center;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.footer-social a:hover {
color: #000;
}   .inner-banner {
float: left;
width: 100%;
position: relative;
border-bottom: 5px solid #222;
margin: 0 0 33px 0;
}
.inner-banner:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/images/pattren-bg.png) repeat;
}
.inner-banner img {
width: 100%;
display: block;
}  .blog-page {
float: left;
width: 100%;
margin: 0 0 50px 0;
}
.blog-content {
float: left;
width: 100%;
}
.blog-content h3 {
padding: 0px 0px;
display: inline-block;
}
.blog-box {
float: left;
width: 100%;
background-color: #fff;
margin: 0 0 80px 0;
padding: 0px 20px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.blog-box .frame {
float: left;
width: 100%;
border: 2px solid #fff;
border-left: 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden;
}
.blog-box .frame img:hover {
transform: scale(1.1);
}
.blog-box .border_slider .frame img {
transform: none;
}
.blog-box .frame img {
display: block;
width: 100%;
}
.blog-box .text-box {
float: left;
width: 100%;
background-color: #fff;
padding: 16px 0 12px 0;
}
.blog-box .text-box .round {
width: 79px;
height: 79px;
border-radius: 100%;
border: 4px solid #222;
float: left;
margin: -60px 18px 12px 18px;
box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.4);
position: relative;
z-index: 9;
overflow: hidden;
}
.blog-box .text-box .round img {
display: block;
width: 100%;
border-radius: 100%;
}
.blog-box:hover .round {
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
.blog-box .text-box h2 {
margin: 0 27px 0 0;
font-family: 'Open Sans';
font-weight: 500;
font-size: 24px;
line-height: 24px;
color: #1c1c1c;
}
.blog-box .text-box h2 a {
text-decoration: none;
color: #1c1c1c;
}
.blog-box .text-box .heading_container strong {
float: left;
font-weight: 400;
}
.blog-box .text-box strong {
margin: 10px 10px;
color: #999;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
line-height: 16px;
}
.blog-box .text-box strong a {
font-family: 'Open Sans', sans-serif;
font-size: 11px;
line-height: 17px;
font-weight: 400;
text-decoration: none;
margin: 0 11px 0 11px;
float: left;
}
.blog-box .text-box strong a.mnt {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
line-height: 18px;
color: #999;
font-weight: 400;
text-decoration: none;
float: left;
}
.blog-box .text-box strong a.mnt .fa {
font-size: 11px;
line-height: 17px;
padding: 0 0 0 6px;
float: right;
}
.blog-box > .text-box > p {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 25px;
color: #8a8e91;
font-weight: 400;
clear: both;
}
.btn-row {
float: left;
width: 100%;
}
.blog-box .text-box a.pic {
float: left;
width: 43px;
height: 43px;
color: #fff;
text-align: center;
text-decoration: none;
font-size: 16px;
margin: 0 1px 0 0;
}
.blog-box .text-box a.pic .fa {
color: #fff;
line-height: 42px;
font-size: 25px;
}
.blog-box .text-box a.date {
float: left;
width: 43px;
height: 43px;
background-color: #313131;
font-family: 'Open Sans';
font-weight: 700;
font-size: 12px;
color: #fff;
text-decoration: none;
text-align: center;
}
.post-password-form input[type="submit"], .blog-box .text-box a.btn-readmore {
background-color: #313131;
padding: 10px 18px;
float: right;
text-decoration: none;
font-family: 'Open Sans';
font-weight: 500;
font-size: 14px;
color: #fff;
border: 2px solid rgba(0,0,0,0);
}
.blog-box .text-box a.btn-readmore:hover {
background-color: rgba(0,0,0,0);
color: #333;
border: 2px solid;
}
.blog-box .text-box a.btn-readmore .fa {
padding: 0 6px 0 0;
} .pagination-area {
float: left;
width: 100%;
margin: 0 0 42px 0;
}
.pagination {
margin: 0;
}
.pagination ul > li {
padding: 0;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
border-bottom-left-radius: 0;
border-left-width: 0;
border-top-left-radius: 0;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.pagination ul > li > a, .pagination ul > li > span {
border: 0;
float: left;
line-height: 20px;
padding: 0;
text-decoration: none;
margin: 0 7px 0 0;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
color: #999;
width: 43px;
height: 43px;
text-align: center;
line-height: 42px;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
background-color: #313131 !important;
color: #fff !important;
}   .sidebar {
float: left;
width: 100%;
} .sidebar-search {
float: left;
width: 100%;
position: relative;
margin: 0 0 32px 0;
}
.post-password-form {
width: 100%;
display: block;
}
.post-password-form p {
position: relative;
}
.post-password-form p input[type="password"] {
border: 1px solid #ccc;
float: left;
width: 100%;
height: 49px;
padding: 0 17px;
margin: 0;
border-radius: 0;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #999;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.post-password-form p input[type="submit"] {
margin-top: 20px;
padding: 12px 18px;
}
.post-password-form label {
width: 89%;
float: left;
}
.sidebar-search input[type="text"] {
float: left;
width: 100%;
height: 49px;
padding: 0 17px;
border: 0;
margin: 0;
border-radius: 0;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #999;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.sidebar-btn-search {
position: absolute;
right: 16px;
top: 16px;
border: 0;
background: none;
padding: 0;
margin: 0;
}  .sidebar-tab {
float: left;
width: 100%;
margin: 0 0 32px 0;
}
.sidebar-tab .nav-tabs {
border-bottom: 1px solid #e8e8e8;
margin: 0;
}
.sidebar-tab .nav-tabs > li > a {
border: 0;
border-radius: 0;
line-height: normal;
padding-bottom: 10px;
padding-top: 10px;
}
.sidebar-tab .nav-tabs > li > a, .nav-pills > li > a {
line-height: normal;
margin-right: 2px;
padding-left: 14px;
padding-right: 14px;
font-family: 'Open Sans';
font-weight: 100;
font-size: 21px;
background-color: #313131;
outline: none;
}
.sidebar-tab .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
background-color: #FFFFFF !important;
border: 0 none !important;
color: #000;
cursor: default;
}
.sidebar-tab .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
border-color: #e8e8e8;
}
.sidebar-tab .nav > li > a:hover, .nav > li > a:focus {
background-color: #fff;
color: #000;
}
.sidebar-tab-content {
float: left;
width: 100%;
background-color: #fff;
border-bottom: 3px solid #e3e4e8;
padding: 28px 18px 21px 18px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.sidebar-tab-content h2 {
font-family: 'Open Sans';
font-weight: 500;
font-size: 21px;
line-height: 21px;
margin: 0 0 17px 0;
}
.sidebar-tab-content strong.title {
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 14px;
line-height: 14px;
display: block;
padding: 0 0 20px 0;
}
.sidebar-tab-content p {
font-family: 'Open Sans', sans-serif;
font-size: 13px;
color: #414141;
line-height: 24px;
margin: 0 0 15px 0;
}
.sidebar-tab-content .frame {
float: left;
width: 100%;
margin: 0 0 13px 0;
overflow: hidden;
}
.sidebar-tab-content .frame:hover img {
transform: scale(1);
}
.sidebar-tab-content .frame img {
display: block;
width: 100%;
transform: scale(1.1);
}
.sidebar-tab-content ul {
padding: 0;
margin: 0 0 27px 0;
list-style: none;
float: left;
width: 100%;
}
.sidebar-tab-content ul li {
float: left;
width: 100%;
padding: 19px 0 0 0;
}
.sidebar-tab-content .thumb {
float: left;
margin: 0 17px 0 0;
overflow: hidden;
}
.sidebar-tab-content .thumb img {
transform: scale(1.2);
}
.sidebar-tab-content .thumb:hover img {
transform: scale(1);
}
.sidebar-tab-content .text-box {
overflow: hidden;
}
.sidebar-tab-content .text-box p {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
line-height: 20px;
color: #4c4c4c;
margin: 0;
}
.sidebar-tab-content .text-box a.mnt {
font-family: 'Open Sans';
font-weight: 500;
font-size: 12px;
color: #8a8a8a;
text-decoration: none;
margin: 0 20px 0 0;
}
.sidebar-tab-content .text-box a.comment {
font-family: 'Open Sans';
font-weight: 500;
font-size: 12px;
color: #8a8a8a;
text-decoration: none;
}
.sidebar-tab-content a.find-more {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
color: #595959;
text-decoration: none;
display: block;
clear: both;
}
.sidebar-tab-content a.find-more:hover {
}  .sidebar-charity-store {
float: left;
width: 100%;
background-color: #fff;
margin: 0 0 32px 0;
}
.sidebar_section .head, .sidebar-charity-store .head {
float: left;
width: 100%;
padding: 15px 0 13px 18px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.sidebar_section h3, .sidebar-charity-store h3 {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
color: #444;
margin: 0;
}
.charity-box {
float: left;
width: 100%;
}
.charity-box .frame {
float: left;
width: 100%;
}
.charity-box .frame:hover img {
opacity: 0.8;
}
.charity-box .frame img {
display: block;
width: 100%;
}
.charity-box .bottom {
float: left;
width: 100%;
padding: 15px 18px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.charity-box .bottom h3 {
font-family: 'Open Sans';
font-weight: 500;
margin: 0;
color: #fff;
font-size: 18px;
float: left;
}
.charity-box .bottom strong.amount {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 16px;
color: #fff;
font-weight: 400;
float: right;
}
.sidebar-charity-store .bx-wrapper {
float: left;
width: 100%;
margin: 0;
}
.bx-viewport > ul {
margin: 0;
}
.sidebar-charity-store .bx-wrapper .bx-next {
background: none;
}
.sidebar-charity-store .bx-wrapper .bx-prev {
background: none;
left: inherit;
right: 40px;
}
.sidebar-charity-store .bx-wrapper .bx-next:before {
color: #bfbebe;
content: "\f105";
display: block;
font-family: FontAwesome;
font-size: 20px;
line-height: normal;
text-align: center;
text-decoration: none;
}
.sidebar-charity-store .bx-wrapper .bx-prev:before {
color: #bfbebe;
content: "\f104";
display: block;
font-family: FontAwesome;
font-size: 20px;
line-height: normal;
text-align: center;
text-decoration: none;
}
.sidebar-charity-store .bx-wrapper .bx-prev:hover:before {
text-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.sidebar-charity-store .bx-wrapper .bx-next:hover:before {
text-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.sidebar-charity-store .bx-wrapper .bx-controls-direction a {
font-size: 0;
text-indent: inherit;
margin: 0;
text-decoration: none;
top: 0px;
width: auto;
height: auto;
color: #fff;
}
.sidebar-charity-store .bx-wrapper .bx-controls-direction a:before {
color: #fff !important;
}  .sidebar-testimonial {
float: left;
width: 100%;
margin: 0 0 32px 0;
}
.sidebar-testimonial .head {
float: left;
width: 100%;
background-color: #fff;
padding: 14px 16px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.sidebar-testimonial .head h3 {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
color: #333;
line-height: 18px;
margin: 0;
}
.sidebar-testimonial blockquote {
float: left;
width: 100%;
margin: 0;
border: 0;
padding: 0;
}
.sidebar-testimonial blockquote q {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-style: italic;
color: #333;
line-height: 20px;
float: left;
width: 100%;
background-color: #e3e3e3;
padding: 13px 20px 20px 32px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.sidebar-testimonial blockquote q .fa {
padding: 0 8px 0 0;
font-style: italic;
color: #333;
}
.user-detail {
float: right;
width: 70%;
}
.user-detail a.user {
text-decoration: none;
color: #fff;
font-size: 20px;
text-align: center;
width: 47px;
height: 47px;
line-height: 47px;
float: right;
background-color: #333;
margin: 0 0 0 7px;
}
.user-detail strong.name {
font-family: 'Open Sans', sans-serif;
font-size: 13px;
line-height: 13px;
font-weight: 400;
color: #333;
float: right;
text-transform: uppercase;
padding: 19px 0 0 0;
}
.user-detail a.web {
font-family: 'Open Sans', sans-serif;
font-size: 13px;
line-height: 13px;
font-weight: 400;
float: right;
text-decoration: none;
}
.sidebar-testimonial .bx-wrapper {
float: left;
width: 100%;
margin: 0;
}
.sidebar-testimonial .bx-wrapper .bx-pager {
padding: 0;
display: none;
}
.sidebar-testimonial .bx-wrapper .bx-controls-direction a {
display: none;
}  .sidebar-event-gallery {
float: left;
width: 100%;
}
.sidebar-event-gallery .head {
float: left;
width: 100%;
padding: 10px 18px;
background-color: #333;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.sidebar-event-gallery .head h3 {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
color: #fff;
margin: 0;
}
.gallery-box-2 {
float: left;
width: 100%;
padding:0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.gallery-box-2 ul {
padding: 0;
margin: 0px 0px 0px -15px;
list-style: none;
}
.gallery-box-2 ul li {
float: left;
padding: 0;
margin: 0 0 12px 15px;
}
.gallery-box-2 ul li:hover img {
opacity: 0.8;
}  .tag-box {
float: left;
width: 100%;
padding: 0 19px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.tag-box ul {
padding: 0;
margin: 0;
list-style: none;
}
.tag-box ul li {
float: left;
padding: 0;
}
.tag-box ul li a {
text-decoration: none;
background-color: #333;
padding: 7px 10px;
border-radius: 4px 0 0 4px;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
color: #fff;
line-height: 12px;
font-weight: 400;
position: relative;
display: block;
margin: 0 20px 10px 0;
}
.tag-box ul li a:before {
content: '';
width: 0px;
height: 0px;
border-style: solid;
border-width: 13px 0 13px 12px;
border-color: transparent transparent transparent #333333;
position: absolute;
right: -12px;
top: 0;
}
.tag-box ul li a:after {
content: '';
position: absolute;
right: -2px;
top: 0;
bottom: 0;
margin: auto;
width: 6px;
height: 6px;
border-radius: 100%;
background-color: #fff;
}
.tag-box ul li a:hover {
}
.tag-box ul li a:hover:before {
border-color: transparent transparent transparent;
}   .contact-page {
float: left;
width: 100%;
}
.contact-map {
float: left;
width: 100%;
}
#map_contact_2 {
height: 474px;
width: 100%;
}
.contact-twitter {
float: left;
width: 100%;
padding: 60px 0 93px 0;
background-color: #1a1818;
}
.contact-twitter .fa {
font-size: 40px;
color: #fff;
text-align: center;
display: block;
margin: 0 0 40px 0;
}
#contact-twitter > li:hover .fa {
}
.contact-twitter .holder {
max-width: 1052px;
margin: 0 auto;
overflow: hidden;
}
.contact-twitter strong {
font-family: 'Open Sans', sans-serif;
font-size: 21px;
color: #e5e5e5;
display: block;
line-height: 36px;
font-weight: 400;
}
.contact-twitter strong span {
font-weight: 700;
font-style: italic;
}
.contact-twitter .bx-wrapper {
float: left;
width: 100%;
margin: 0;
}
.contact-twitter .bx-wrapper .bx-next {
width: 36px;
height: 36px;
border-radius: 100%;
background: #232324;
right: 0;
}
.contact-twitter .bx-wrapper .bx-prev {
width: 36px;
height: 36px;
border-radius: 100%;
background: #232324;
left: 0;
}
.contact-twitter .bx-wrapper .bx-next:before {
color: #fff;
content: "\f054";
display: block;
font-family: FontAwesome;
font-size: 16px;
line-height: 38px;
text-align: center;
text-decoration: none;
text-indent: 2px;
}
.contact-twitter .bx-wrapper .bx-prev:before {
color: #fff;
content: "\f053";
display: block;
font-family: FontAwesome;
font-size: 16px;
line-height: 38px;
text-align: center;
text-decoration: none;
text-indent: 2px;
}
.contact-twitter .bx-wrapper .bx-controls-direction a {
font-size: 0;
text-indent: inherit;
margin: 0;
text-decoration: none;
}
.contact-detail {
float: left;
width: 100%;
background-color: #fff;
padding: 60px 0;
border-bottom: 7px solid #f2f2f2;
}
.contact-form {
float: left;
width: 100%;
}
.contact-form h2 {
font-family: 'Open Sans';
font-weight: 500;
font-size: 25px;
color: #373535;
line-height: 25px;
margin: 0 0 30px 0;
}
.form-box {
float: left;
width: 100%;
}
.input-box-1 {
float: left;
width: 217px;
margin: 0 0 0 7px;
}
.input-box-1:first-child {
margin: 0;
}
.contact-form label {
display: block;
font-size: 14px;
line-height: 14px;
color: #373535;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
margin: 0 0 9px 0;
}
.contact-form input[type="text"] {
float: left;
width: 100%;
border: 1px solid #d6d4d4;
border-radius: 3px;
height: 33px;
padding: 0 10px;
margin: 0 0 14px 0;
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.contact-form .selectArea {
border: 1px solid #d6d4d4;
border-radius: 3px;
height: 32px;
float: left;
font-size: 11px;
line-height: 33px;
position: relative;
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
font-size: 13px;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: #373535;
}
.contact-form .selectArea .center {
background: none;
display: block;
height: 34px;
line-height: 32px;
padding: 0 26px 0 19px;
}
.textarea-box {
float: left;
width: 100%;
}
.contact-form textarea {
float: left;
width: 100%;
border: 1px solid #d6d4d4;
border-radius: 3px;
height: 138px;
padding: 0 10px;
margin: 0 0 15px 0;
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.contact-form input[type="submit"] {
border: 0;
color: #fff;
padding: 7px 20px;
border-bottom: 1px solid rgba(0,0,0,0.3);
float: left;
}
.contact-form input[type="submit"]:hover {
border: 1px solid;
background-color: rgba(0,0,0,0);
}
.contact-address {
float: left;
width: 100%;
}
.contact-address strong {
font-family: 'Open Sans';
font-weight: 500;
font-size: 25px;
color: #373535;
line-height: 25px;
margin: 0 0 25px 0;
display: block;
}
.address-box {
float: left;
width: 100%;
margin: 0 0 28px 0;
}
.address-box .fa {
float: left;
width: 69px;
height: 64px;
background-color: #1b1f10;
color: #fff;
text-align: center;
line-height: 64px;
font-size: 30px;
margin: 0 15px 0 0;
}
.address-box .fa:hover {
}
.address-box .text-box {
overflow: hidden;
float: left;
width: 225px;
}
.address-box .text-box p {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #696969;
line-height: 18px;
font-weight: 400;
margin: 0;
}
.social-box {
float: left;
width: 100%;
}
.social-box strong {
font-family: 'Open Sans';
font-weight: 500;
font-size: 25px;
color: #373535;
line-height: 25px;
margin: 0 0 25px 0;
display: block;
}
.social-box ul {
padding: 0;
margin: 0;
list-style: none;
}
.social-box ul li {
float: left;
padding: 0 9px 0 0;
}
.social-box ul li a {
display: block;
width: 36px;
height: 37px;
background-color: #1b1f10;
border-radius: 3px;
text-decoration: none;
}
.social-box ul li a .fa {
color: #fff;
line-height: 36px;
text-align: center;
display: block;
font-size: 20px;
}
.social-box ul li a:hover {
}  .blog-detail {
float: left;
width: 100%;
}
.blog-box .text-box blockquote {
margin: 0 0 25px 30px;
padding: 0 40px 0 14px;
float: left;
position: relative;
border: 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.blog-box .text-box blockquote q {
font-family: 'Open Sans';
font-weight: 700;
font-size: 18px;
line-height: 22px;
color: #313131;
}
.blog-box .text-box blockquote q .fa-quote-left {
font-size: 10px;
float: left;
padding: 0 5px 0 0;
}
.blog-box .text-box blockquote q .fa-quote-right {
font-size: 10px;
float: right;
padding: 0 0 0 5px;
} .comment-box {
float: left;
width: 100%;
padding: 0 20px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff;
}
.comment-box a {
color: #262626;
float: left;
font-family: "Open Sans", sans-serif;
font-size: 18px;
font-weight: 400;
}
.post-time a {
font-family: "Open Sans", sans-serif;
font-size: 12px;
text-decoration: underline;
}
.comment-row-2 {
float: left;
width: 100%;
padding: 0 0 15px 0;
}
.comment-box strong.comment {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
color: #262626;
font-weight: 400;
float: left;
}
.comment-box a.add-comment {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
font-weight: 400;
float: right;
text-decoration: none;
}
.comments {
float: left;
width: 100%;
}
.comments .text-outer-1 {
float: left;
width: 100%;
padding: 0 0 10px 0;
}
.comments .text-outer-1 strong.title {
float: left;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #262626;
font-weight: 400;
font-weight: normal;
padding: 0 120px 0 99px;
}
.comments .text-outer-1 strong.title span {
}
.comments .text-outer-1 strong.title span.small {
color: #a6a6a6;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
}
.comments .text-outer-1 a.reply {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
float: left;
text-decoration: underline;
}
.comments .text-outer-1 a.reply:hover {
text-decoration: none;
color: #151515;
}
.comments .text {
float: left;
border: 1px solid #ccc;
width: 100%;
box-shadow: 0 2px 4px -3px rgba(0, 0, 0, 0.3);
padding: 19px 20px 22px 21px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative;
margin: 0 0 36px 0;
background: #fff;
}
.comment-frame {
float: left;
border: 1px solid #ccc;
padding: 5px;
margin: 0 19px 0 0;
}
.comments .text p {
margin: 0;
font-family: 'Open Sans', sans-serif;
line-height: 23px;
font-size: 13px;
color: #262525;
clear: right;
}
.comments .form-btn {
font-size: 13px;
padding: 4px 20px;
}
.comments ul {
float: left;
width: 100%;
margin: 0px;
padding: 0px;
list-style: none;
}
.comments ul li {
float: left;
width: 100%;
position: relative;
margin: 0px;
padding: 0px 0px 20px 0px;
}
.comments ul li:after {
content: "";
width: 2px;
position: absolute;
left: 35px;
bottom: 0px;
top: 60px;
}
.comments ul ul {
padding: 0px 0px 0px 42px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
}
.comment-form {
float: left;
width: 100%;
margin: 0 0 20px 0;
}
.comment-form ul {
padding: 0;
margin: 0;
list-style: none;
}
.comment-form ul li {
padding: 0;
}
.list_item_comment .thumb {
padding: 0px 20px 0px 0px;
float: left;
}
.comment-form ul li input[type="text"] {
border: 1px solid #CCCCCC;
border-radius: 0;
box-shadow: none;
box-sizing: border-box;
color: #3E3E3E;
display: block;
font-family: "Open Sans", sans-serif;
font-size: 13px;
height: 37px;
margin: 0 0 21px;
width: 280px;
}
.comment-row {
float: left;
width: 100%;
border-bottom: 1px solid #d9d9d9;
margin: 0 0 15px 0;
}
.comment-box h4 {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
color: #262626;
font-weight: 600;
display: block;
}
.comment-box h4 a {
float: none;
}
.comment-box h3 {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
color: #262626;
font-weight: 600;
}
.comment-row strong.marked {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: normal;
float: right;
}
.comment-row strong.marked span {
}
.comment-form ul li textarea {
border-radius: 0;
width: 100%;
height: 168px;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
color: #404241;
display: block;
margin: 0 0 22px 0;
box-shadow: none;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.comment-form input[type="submit"] {
float: left;
border: none;
box-shadow: none;
text-shadow: none;
padding: 10px 30px;
margin: -3px 0 0 0;
font-family: 'Open Sans';
font-size: 16px;
text-decoration: none;
font-weight: 700;
text-align: center;
color: #fff;
border: 2px solid rgba(0,0,0,0);
}
.comment-form input[type="submit"]:hover {
background-color: rgba(0,0,0,0);
border: 2px solid;
color: #333;
}
.btn-submit2:hover {
background-color: rgba(0,0,0,0);
border: 2px solid;
color: #333;
}   .event-box {
float: left;
width: 100%;
}
.event-box ul {
padding: 0;
margin: 0;
list-style: none;
}
.single_content.row-fluid .event-box > ul > li .frame img, .single_content.row-fluid .event-box > ul > li {
width: 100%;
}
.event-box ul li {
float: left;
padding: 0 0 50px 0;
}
.event-box .top {
float: left;
width: 100%;
background-color: #fff;
}
.event-box .top .frame {
float: left;
position: relative;
}
.event-box .top .frame:hover img {
opacity: 0.8;
}
.event-box .top .frame a {
position: absolute;
left: 0;
top: 0;
width: 44px;
height: 44px;
text-decoration: none;
}
.event-box .top .frame a .fa {
display: block;
text-align: center;
font-size: 18px;
line-height: 42px;
color: #fff;
}
.event-box .top .text-box {
overflow: hidden;
padding: 35px 28px 22px 28px;
}
.event-box .top .text-box h2 {
font-family: 'Open Sans';
font-weight: 700;
font-size: 22px;
color: #393939;
line-height: 22px;
margin: 0 0 8px 0;
}
.event-box .top .text-box strong.title {
font-size: 18px;
line-height: 18px;
font-family: 'Open Sans';
font-weight: 500;
display: block;
padding: 0 0 10px 0;
}
.event-box .top .text-box p {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 20px;
color: #6d6f71;
margin: 0 0 10px 0;
text-align: justify;
}
.event-box .top .text-box a {
text-decoration: none;
border: 1px solid #4b4d4f;
float: left;
padding: 8px 9px;
font-family: 'Open Sans';
font-weight: 100;
font-size: 14px;
line-height: 14px;
color: #fff;
text-transform: uppercase;
}
.event-box .top .text-box a:hover {
border: 1px solid rgba(0,0,0,0);
}
.event-box .top .text-box a .fa {
color: #000;
font-size: 14px;
padding: 0 0 0 8px;
}
.event-box .bottom {
float: left;
width: 100%;
background-color: #2d2d2d;
}
.event-box .bottom .time-area {
float: left;
padding: 30px 16px 27px 9px;
}
.event-box .bottom .time-area strong.time {
font-family: 'Open Sans';
font-weight: 100;
font-size: 18px;
line-height: 18px;
display: block;
padding: 0 0 6px 0;
}
.event-box .bottom .time-area strong.date {
font-family: 'Open Sans';
font-weight: 100;
font-size: 18px;
line-height: 18px;
display: block;
}
.event-time-box {
float: left;
}
.event-time-box .countdown_section {
display: block;
float: left;
font-size: 75%;
text-align: center;
position: relative; padding: 12px 0;
font-family: 'Open Sans';
font-weight: 100;
font-size: 16px;
line-height: 16px;
color: #a6a6a6;
text-transform: uppercase;
}
.event-time-box #countdown-box-2 {
border-right: 1px solid #4b4b4b;
float: left;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.counter-box {
width:89%;
}
.event-time-box .countdown_section:before {
content: '';
border-left: 1px solid #4b4b4b;
height: 100%;
position: absolute;
left: 0;
top: 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.event-time-box .countdown_amount {
font-size: 200%;
color: #fff;
font-family: 'Open Sans';
font-size: 30px;
font-weight: 100;
text-align: center;
display: block;
text-transform: uppercase;
width: 95px;
padding: 8px 0;
border-bottom: 1px solid #4b4b4b;
margin: 0 0 10px 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.event-time-box .countdown_period {
display: block;
font-family: 'Open Sans';
font-size: 16px;
text-align: center;
color: #a6a6a6;
font-weight: 500;
text-transform: uppercase;
margin: 0;
padding: 12px 0;
}
.event-box .bottom a.btn-register {
float: right;
padding: 12px 29px;
text-decoration: none;
font-family: 'Open Sans';
font-size: 16px;
font-weight: 100;
line-height: 16px;
color: #000;
text-transform: uppercase;
margin: 30px 34px 0 0;
border: 2px solid rgba(0,0,0,0);
}
.event-box .bottom a.btn-register:hover {
border: 2px solid;
background-color: rgba(0,0,0,0);
color: #fff;
}  .text-area {
float: left;
padding: 45px 40px 0 26px;
}
.text-area p {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 20px;
color: #6d6f71;
margin: 0 0 35px 0;
}
.map-box {
float: left;
width: 100%;
position: relative;
margin: 0 0 20px 0;
}
#map_contact_3 {
height: 305px;
width: 100%;
float: left;
}
.map-box .caption {
background-color: rgba(45,45,45,0.9);
padding: 100px 43px 0 49px;
position: absolute;
right: 0;
top: 0;
height: 100%;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.map-box .caption a.location {
padding: 17px 12px 22px 15px;
float: left;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
line-height: 13px;
font-weight: 400;
color: #000;
text-transform: uppercase;
text-decoration: none;
}
.map-box .caption a.location .fa {
display: block;
color: #000;
text-align: center;
font-size: 40px;
padding: 0 0 8px 0;
}
.event-detail-form {
float: left;
width: 100%;
background-color: #fff;
margin: 0;
padding: 24px 181px 0 19px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.event-detail-form ul {
padding: 0;
margin: 0;
list-style: none;
}
.event-detail-form ul li {
float: left;
padding: 0 0 13px 0;
width: 100%;
}
.event-detail-form label {
font-family: 'Open Sans', sans-serif;
font-size: 13px;
line-height: 13px;
color: #686868;
font-weight: 400;
text-transform: uppercase;
display: block;
margin: 0 0 8px 0;
}
.event-detail-form input[type="text"] {
border: 1px solid #dcdcdc;
background-color: #ebeaea;
height: 30px;
min-width: 458px;
padding: 0 10px;
margin: 0;
box-shadow: none;
border-radius: 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.event-detail-form textarea {
border: 1px solid #dcdcdc;
background-color: #ebeaea;
height: 117px;
min-width: 569px;
padding: 0 10px;
margin: 0;
box-shadow: none;
border-radius: 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.event-btn-send {
float: right;
padding: 5px 14px;
font-family: 'Open Sans';
font-weight: 300;
font-size: 14px;
line-height: 14px;
color: #fff;
margin: 0;
border: 0;
border: 1px solid rgba(0,0,0,0);
}
.event-btn-send:hover {
border: 1px solid;
background-color: rgba(0,0,0,0);
}  .crowed-funding {
float: left;
width: 100%;
}
.crowed-funding ul {
padding: 0;
list-style: none;
}
.crowed-funding ul li {
float: left;
padding: 0 0 40px 0;
}
.crowed-funding .box {
float: left;
width: 100%;
padding: 9px 0 0 0;
background-color: #fff;
border-radius: 4px;
border: 1px solid #e2e2e2;
box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.crowed-funding .box .frame {
float: left;
width: 100%;
padding: 0 10px;
margin: 0 0 35px 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative;
}
.crowed-funding .box .round {
width: 47px;
height: 47px;
border: 3px solid #fff;
position: absolute;
left: 0;
right: 0;
bottom: -25px;
margin: auto;
border-radius: 100%;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
font-size: 14px;
line-height: 46px;
text-align: center;
font-family: 'Open Sans';
font-weight: 500;
color: #fff;
}
.crowed-funding .box .frame:hover img {
transform: scale(0.9);
opacity: 0.8;
}
.crowed-funding .box .frame img {
display: block;
width: 100%;
transform: scale(1);
}
.crowed-funding .box .text-box {
float: left;
width: 100%;
padding: 0 20px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.crowed-funding .box .text-box h2 {
font-family: 'Open Sans';
font-weight: 500;
text-align: center;
font-size: 16px;
color: #343434;
line-height: 16px;
margin: 0 0 14px 0;
}
.progress-bar {
float: left;
width: 100%;
}
.progress-bar .progress {
background-color: #D4D9DE;
background-image: none;
border-radius: 10px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
height: 8px;
margin-bottom: 10px;
overflow: hidden;
}
.progress-bar .progress-striped .bar {
}
.crowed-funding .box .text-box strong.amount {
display: block;
text-align: center;
font-family: 'Open Sans';
font-weight: 500;
font-size: 24px;
line-height: 24px;
padding: 0 0 6px 0;
}
.crowed-funding .box .text-box strong.title {
display: block;
text-align: center;
font-size: 14px;
color: #333;
line-height: 14px;
font-family: 'Open Sans';
font-weight: 500;
padding: 0 0 8px 0;
}
.crowed-funding .box .text-box p {
font-family: 'Open Sans', sans-serif;
text-align: center;
font-size: 14px;
line-height: 18px;
font-weight: 400;
color: #808080;
margin: 0 0 8px 0;
}
.crowed-funding .box .bottom-row {
float: left;
width: 100%;
margin: 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.crowed-funding .box .bottom-row a {
color: #000;
display: block;
padding: 15px 0px;
font-family: 'Open Sans';
font-weight: 300;
font-size: 14px;
line-height: 14px;
text-align: center;
}
.crowed-funding .box .bottom-row a:hover {
background-color: #000;
color: #fff;
text-decoration: none;
}
.crowed-funding .box .bottom-row:before {
content: '';
border: 0;
}
.crowed-funding .box .bottom-row strong.detail, .crowed-funding .box .bottom-row strong.day {
width: 50%;
float: left;
} .ignitiondeck .funding-detail {
margin: 0px;
} .funding-detail {
float: left;
width: 100%;
margin: 0 0 50px 0;
}
.funding-detail .frame {
float: left;
width: 100%;
border: 1px solid #dedede;
padding: 10px;
background-color: #fff;
box-shadow: 0 0 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0 0 1px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative;
margin: 0 0 5px 0;
}
.funding-detail .frame img {
display: block;
width: 100%;
}
.funding-detail .frame:hover img {
opacity: 0.8;
}
.funding-detail .caption {
position: absolute;
left: 0;
bottom: 10px;
right: 0;
margin: auto;
height: 100px;
width: 98%;
padding: 18px 0 0 27px;
background-color: rgba(0,0,0,0.75);
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.funding-detail .text {
margin: 0px;
}
.funding-detail .caption h2 {
font-family: 'Open Sans';
font-weight: 500;
font-size:27px;
line-height: 30px;
color: #fff;
margin: 15px 0 0 0;
float: left;
}
.products{
list-style:none !important;
}
.funding-detail-progress {
float: right;
padding: 0 27px 0 0;
width: 376px
}
.funding-detail-progress strong.amount {
float: left;
font-family: 'Open Sans';
font-weight: 500;
font-size: 24px;
line-height: 24px;
color: #fff;
padding: 0 40px 15px 0;
}
.funding-detail-progress strong.goal {
float: left;
font-family: 'Open Sans';
font-weight: 500;
font-size: 14px;
line-height: 14px;
color: #fff;
}
.funding-detail-progress .progress {
background-color: #000000;
background-image: none;
border-radius: 10px;
float: left;
height: 14px;
margin-bottom: 20px;
overflow: hidden;
width: 100%;
box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.65);
-moz-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.65);
-webkit-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.65);
}
.funding-detail-progress .progress-striped .bar {
}
.funding-detail .bottom-row {
float: left;
margin: 0 0 45px 0;
width: auto;
}
.funding-detail .bottom-row a.btn-detail {
float: left;
width: 183px;
height: 54px;
margin: 0 2px 0 0;
text-decoration: none;
font-family: 'Open Sans';
font-weight: 300;
font-size: 24px;
line-height: 54px;
text-align: center;
color: #000;
border: 2px solid rgba(0,0,0,0);
}
.funding-detail .bottom-row a.btn-detail:hover {
background-color: rgba(0,0,0,0);
border: 2px solid;
}
#project_contet p, .funding-detail p {
font-family: 'Open Sans', sans-serif;
line-height: 18px;
font-weight: 400;
font-size: 14px;
color: #787878;
margin: 0 0 25px 0;
}
#project_contet iframe {
width: 100%;
height: 500px;
float: left;
margin: 0px 0px 30px 0px;
}
.funding-detail strong.text {
display: block;
text-align: center;
font-family: 'Open Sans';
font-weight: 700;
font-size: 18px;
line-height: 24px;
padding: 0 0 35px 0;
}
.funding-detail-map-box {
float: left;
width: 100%;
padding: 7px;
margin: 50px 0;
background-color: #fff;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative;
}
#map_contact_4 {
float: left;
width: 100%;
height: 250px;
}
.funding-detail-map-box .inner {
position: absolute;
right: 7px;
top: 7px;
padding: 20px 28px 20px 28px;
width: 372px;
background-color: #000;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.funding-detail-map-box .inner .fa {
font-size: 30px;
line-height: 30px;
text-align: center;
display: block;
color: #fff;
padding: 0 0 25px 0;
}
.funding-detail-map-box .inner strong.address {
display: block;
text-align: center;
font-family: 'Open Sans';
font-weight: 700;
font-size: 14px;
line-height: 15px;
text-transform: uppercase;
color: #fff;
padding: 0 0 35px 0;
}
.funding-detail-map-box .inner strong.address a {
text-decoration: none;
color: #fff;
text-decoration: underline;
}
.funding-detail-map-box .inner strong.title {
display: block;
text-align: center;
font-family: 'Open Sans';
font-weight: 700;
font-size: 14px;
line-height: 15px;
text-transform: uppercase;
color: #fff;
padding: 0 0 17px 0;
}
.funding-detail-map-box .inner ul {
padding: 0;
margin: 0;
list-style: none;
display: block;
text-align: center;
}
.funding-detail-map-box .inner ul li {
display: inline-block;
padding: 0 5px;
}
.funding-detail-map-box .inner ul li a {
width: 58px;
height: 58px;
background-color: #fff;
border-radius: 100%;
display: block;
text-decoration: none;
}
.funding-detail-map-box .inner ul li a .fa {
text-align: center;
display: block;
color: #474747;
font-size: 20px;
line-height: 56px;
}
.funding-detail-map-box .inner ul li a:hover {
}
.funding-detail-map-box .inner ul li a:hover .fa {
color: #fff;
}
.donation-rank-box {
float: left;
width: 100%;
}
.donation-rank-box a.btn-donation {
float: left;
width: 189px;
height: 35px;
text-decoration: none;
font-size: 18px;
line-height: 35px;
color: #f5f5f5;
font-family: 'Open Sans';
font-weight: 700;
text-align: center;
text-shadow: 0 0 1px rgba(0,0,0,0.4);
margin: 0 0 18px 0;
}
.donation-rank-box ul {
padding: 0;
margin: 0;
list-style: none;
float: left;
width: 100%;
}
.donation-rank-box ul li {
float: left;
padding: 0 0 9px 0;
width: 100%;
}
.rank-box {
float: left;
border: 1px solid #d7d7d7;
width: 185px;
background-color: #fff;
}
.rank-box strong.rank {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 45px;
color: #444;
display: block;
text-align: center;
}
.donate-box-2 {
float: right;
width: 100%;
border: 1px solid #d7d7d7;
background-color: #fff;
padding: 0 13px 0 11px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.faq-terms {
margin: 20px 0px;
}
.donate-box-2 strong.title {
font-family: 'Open Sans', sans-serif;
font-size: 13px;
line-height: 45px;
color: #444;
float: left;
padding: 0;
text-transform: inherit;
}
.donate-box-2 a.btn-donate {
float: right;
padding: 7px 12px;
border: 1px solid #f2f2f2;
text-decoration: none;
font-family: 'Open Sans';
font-weight: 500;
color: #fff;
font-size: 14px;
line-height: 14px;
margin: 8px 0 0 0;
border: 1px solid rgba(0,0,0,0);
}
.donate-box-2 a.btn-donate:hover {
background-color: rgba(0,0,0,0);
border: 1px solid;
}  .how-we-work {
float: left;
width: 100%;
}
.work-banner {
float: left;
width: 100%;
margin: 0 0 25px 0;
}
.work-banner .frame {
float: left;
width: 100%;
position: relative;
}
.work-banner .frame .caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
background-color: rgba(0,0,0,0.80);
padding: 15px 19px 8px 25px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.work-banner .frame .caption .left {
float: left;
}
.work-banner .frame .caption .left strong.title {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
color: #fff;
padding: 0 0 10px 0;
}
.work-banner .frame .caption .left strong.date {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
display: block;
color: #7a7880;
}
.work-banner .frame .caption .right {
float: right;
padding: 4px 0 0 0;
}
.work-banner .frame .caption .right a.zoom {
color: #d2cfd7;
font-size: 20px;
border-right: 1px solid rgba(255,255,255,0.8);
float: left;
padding: 0 19px 0 0;
margin: 0 19px 0 0;
}
.work-banner .frame .caption .right a.search {
color: #d2cfd7;
font-size: 20px;
float: left;
}
.work-banner .bx-wrapper .bx-controls-direction a {
font-size: 0;
text-decoration: none;
text-indent: inherit;
top: 20px;
}
.work-banner .bx-wrapper .bx-prev {
border: 1px solid #524700;
background: none;
width: 61px;
height: 61px;
border-radius: 100%;
margin: 0;
}
.work-banner .bx-wrapper .bx-prev:before {
color: #000;
content: "";
display: block;
font-family: FontAwesome;
font-size: 55px;
line-height: 60px;
text-align: center;
text-decoration: none;
}
.work-banner .bx-wrapper .bx-next {
border: 1px solid #524700;
background: none;
width: 61px;
height: 61px;
border-radius: 100%;
margin: 0;
right: inherit;
left: 86px;
}
.work-banner .bx-wrapper .bx-next:before {
color: #000;
content: "";
display: block;
font-family: FontAwesome;
font-size: 55px;
line-height: 60px;
text-align: center;
text-decoration: none;
}
.work-text-box {
float: left;
width: 100%;
margin: 0 0 50px 0;
}
.work-text-box h2 {
font-family: 'Open Sans';
font-weight: 700;
font-size: 24px;
line-height: 24px;
margin: 0 0 18px 0;
}
.work-text-box p {
font-family: 'Open Sans';
font-weight: 300;
font-size: 17px;
line-height: 24px;
color: #313131;
margin: 0 0 40px 0;
}
.detail-box {
float: left;
width: 100%;
}
.detail-box h3 {
font-family: 'Open Sans';
font-weight: 700;
font-size: 26px;
line-height: 26px;
color: #000;
margin: 0 0 8px 0;
}
.detail-box strong.title {
font-family: 'Open Sans';
font-weight: 300;
font-size: 22px;
line-height: 22px;
display: block;
padding: 0 0 40px 0;
}
.detail-box ul {
padding: 0;
margin: 0;
list-style: none;
}
.detail-box ul li {
float: left;
padding: 0 0 15px 0;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #000;
line-height: 14px;
}
.detail-box ul li:hover .fa {
}
.detail-box ul li .fa {
font-size: 14px;
color: #555365;
float: left;
padding: 0 15px 0 0;
}
.view-section {
float: left;
width: 100%;
margin: 0 0 55px 0;
}
.view-section ul {
padding: 0;
list-style: none;
}
.view-section ul li {
float: left;
padding: 0 0 30px 0;
}
.view-section .box-1 {
float: left;
}
.view-section .box-1 .frame {
float: left;
width: 100%;
}
.view-section .box-1 .frame img {
display: block;
width: 100%;
}
.view-section .box-1 .frame:hover img {
opacity: 0.8;
}
.view-section .row-fluid.gallery {
padding: 0px;
margin: 0px;
}
.view-section .box-1 .text-box {
float: left;
width: 100%;
background-color: #fff;
padding: 21px 15px 17px 21px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.view-section .box-1 .text-box h3 {
font-family: 'Open Sans';
font-weight: 500;
font-size: 24px;
line-height: 30px;
float: left;
margin: 0px;
}
.view-section .box-1 .text-box h3 a {
color: #333;
text-decoration: none;
}
.right-text {
float: right;
}
.view-section .box-1 .text-box strong.mnt {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
color: #000;
float: right;
padding: 0 13px 10px 0;
text-transform: uppercase;
}
.view-section .box-1 .text-box a.admin {
font-family: 'Open Sans';
font-weight: 500;
font-size: 13px;
line-height: 13px;
text-decoration: none;
clear: both;
padding: 3px 0px;
float: none;
}
.view-section .box-1 .text-box p {
font-family: 'Open Sans', sans-serif;
font-weight: 100;
font-size: 14px;
line-height: 28px;
color: #000;
text-align: center;
clear: both;
margin: 0 0 30px 0;
}
.view-section .box-1 .text-box a.readmore {
width: 126px;
height: 38px;
margin: 0 auto;
display: block;
border: 1px solid;
text-decoration: none;
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 38px;
text-align: center;
}
.view-section .box-1 .text-box a.readmore:hover {
border: 1px solid rgba(0,0,0,0);
color: #fff;
}
.view-section a.view {
display: block;
font-family: 'Open Sans';
font-weight: 100;
font-size: 30px;
line-height: 30px;
color: #2e2e2e;
text-align: center;
text-decoration: none;
position: relative;
}
.view-section a.view:before {
content: '';
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: -15px;
border-bottom: 4px solid;
width: 97px;
}
.view-section a.view:after {
content: '';
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: -20px;
width: 0;
height: 0;
border-style: solid;
border-width: 6px 5px 0 5px;
border-color: transparent transparent transparent;
}  .top-project {
float: left;
width: 100%;
background-color: #fff;
padding: 70px 0 120px 0;
}
.top-project .holder {
max-width: 1080px;
margin: 0 auto;
display: block;
}
.top-project .holder strong.text {
display: block;
text-align: center;
font-size: 24px;
line-height: 36px;
color: #606060;
font-family: 'Open Sans';
font-weight: 500;
margin: 0 0 30px 0;
}
.top-project .holder strong.text span {
}
.top-project .holder ul {
padding: 0;
margin: 0;
list-style: none;
display: block;
text-align: center;
}
.top-project .holder ul li {
display: inline-block;
padding: 0 2px;
}
.top-project .holder ul li a {
display: block;
width: 58px;
height: 58px;
border: 1px solid #121212;
border-radius: 100%;
text-decoration: none;
}
.top-project .holder ul li a .fa {
font-size: 35px;
text-align: center;
display: block;
line-height: 57px;
color: #000;
}
.top-project .holder ul li a:hover .fa {
}  .project-gallery {
float: left;
width: 100%;
margin: 0 0 60px 0;
}
.project-gallery .holder {
float: left;
width: 100%;
border: 5px solid #fff;
background-color: #fff;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: -85px 0 0 0;
}
.project-gallery .holder .frame {
float: left;
width: 100%;
position: relative;
}
.project-gallery .holder .frame .caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
background-color: rgba(0,0,0,0.7);
padding: 15px 17px;
z-index: 9;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.project-gallery .holder .frame .caption .left {
float: left;
}
.project-gallery .holder .frame .caption strong.title {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
color: #fff;
display: block;
padding: 0 0 8px 0;
}
.project-gallery .holder .frame .caption strong.date {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
color: #7a7880;
display: block;
}
.project-gallery .holder .frame .caption .right {
float: right;
padding: 5px 0 0;
}
.project-gallery .holder .frame .caption .right a.eye .fa {
border-right: 1px solid #7C7D7F;
color: #FFFFFF;
float: left;
font-size: 20px;
line-height: 30px;
margin: 0 16px 0 0;
padding: 0 10px 0 0;
}
.project-gallery .holder .frame .caption .right a.search .fa {
color: #FFFFFF;
float: left;
font-size: 20px;
line-height: 30px;
}
.project-gallery .holder .frame img {
display: block;
width: 100%;
}
.project-gallery .holder .bx-wrapper {
float: left;
width: 100%;
margin: 0;
}
.project-gallery .holder .bx-viewport > ul {
margin: 0;
}
#project-gallery > li {
position: relative;
}
#project-gallery > li:before {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/images/pattren-bg-2.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 9;
}
.project-gallery .holder .bx-wrapper .bx-controls-direction a {
font-size: 0;
text-decoration: none;
text-indent: inherit;
top: 20px;
}
.project-gallery .holder .bx-wrapper .bx-next:before {
color: #000000;
content: "";
display: block;
font-family: FontAwesome;
font-size: 30px;
line-height: 40px;
text-align: center;
text-decoration: none;
}
.project-gallery .holder .bx-wrapper .bx-prev:before {
color: #000000;
content: "";
display: block;
font-family: FontAwesome;
font-size: 30px;
line-height: 40px;
text-align: center;
text-decoration: none;
}
.project-gallery .holder .bx-wrapper .bx-next {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #524700;
border-radius: 100%;
height: 40px;
left: 60px;
margin: 0;
right: inherit;
width: 40px;
}
.project-gallery .holder .bx-wrapper .bx-prev {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #524700;
border-radius: 100%;
height: 40px;
margin: 0;
width: 40px;
}  .about-page {
float: left;
width: 100%;
}
.about-section-1 {
float: left;
width: 100%;
margin: 0 0 45px 0;
}
.about-box-1 {
float: left;
width: 100%;
background-color: #fff;
padding: 19px 23px 14px 23px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.about-box-1 h2 {
font-family: 'Open Sans';
font-weight: 300;
font-size: 20px;
line-height: 20px;
color: #000;
margin: 0 0 20px 0;
}
.about-box-1 .frame {
float: left;
margin: 0 11px 0 0;
}
.about-box-1 .frame:hover img {
opacity: 0.8;
}
.about-box-1 .text-box {
overflow: hidden;
padding: 12px 0 0 0;
}
.about-box-1 .text-box strong.title {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
display: block;
padding: 0 0 7px 0;
}
.about-box-1 .text-box p {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
color: #818181;
line-height: 20px;
margin: 0;
}
.text-box-1 {
float: left;
width: 100%;
padding: 15px 22px;
margin: 18px 0 0 0;
background-color: #fff;
border: 1px solid #e1e1e1;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative;
}
.text-box-1:before {
content: '';
position: absolute;
left: 0;
top: 0;
border-left: 4px solid;
height: 100%;
}
.text-box-1 p {
font-family: 'Open Sans';
font-weight: 500;
color: #3f3f3f;
font-size: 12px;
line-height: 18px;
margin: 0;
}
.about-accordion-box {
float: left;
width: 100%;
}
.about-accordion-box .heading-bg {
background-color: #fff;
width: 100%;
padding: 16px 0 12px 11px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.about-accordion-box h2 {
font-family: 'Open Sans';
font-weight: 300;
font-size: 20px;
line-height: 20px;
color: #000;
margin: 0;
}
.about-accordion-box .accordion {
margin: 0;
}
.about-accordion-box .accordion-group {
border: 0;
border-radius: 0;
margin-bottom: 4px;
background-color: #fff;
}
.about-accordion-box .accordion-heading .accordion-toggle {
display: block;
padding: 15px 18px 12px 9px;
text-decoration: none;
outline: none;
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
}
.about-accordion-box .accordion-toggle > span {
float: right;
}
.about-accordion-box .accordion-heading.active {
color: #fff;
}
.about-accordion-box .accordion-heading.active .accordion-toggle {
color: #fff;
}
.about-accordion-box .accordion-heading.active .accordion-toggle span {
color: #fff;
}
.about-accordion-box .accordion-inner {
border-top: 0;
padding: 13px 20px 13px 14px;
background-color: #ededed;
}
.about-accordion-box .accordion-inner p {
font-family: 'Open Sans', sans-serif;
font-weight: 100;
font-size: 13px;
line-height: 20px;
color: #666;
margin: 0;
}
.about-accordion-box .accordion-inner .frame {
float: left;
margin: 0 13px 0 0;
}
.about-accordion-box .accordion-inner .frame:hover img {
opacity: 0.8;
}
.about-accordion-box .accordion-heading:hover {
}
.about-accordion-box .accordion-heading:hover .accordion-toggle {
color: #fff;
}
.about-section-2 {
float: left;
width: 100%;
background-color: #fff;
padding: 40px 0;
}
.team-box {
float: left;
width: 100%;
background-color: #f2f2f2;
}
.team-box .round {
display: block;
width: 177px;
height: 177px;
border-radius: 100%;
border: 5px solid;
margin: -43px auto 15px;
overflow: hidden;
}
.team-box:hover .round, .team-circle:hover .cp-thumb {
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
.team-box .round img {
display: block;
width: 100%;
}
.team-box h3 {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
color: #333;
text-align: center;
margin: 0 0 10px 0;
}
.team-box strong.title {
font-family: 'Open Sans';
font-weight: 500;
font-size: 10px;
line-height: 10px;
color: #333;
text-align: center;
display: block;
text-transform: uppercase;
padding: 0 0 14px 0;
}
.team-box p {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
line-height: 18px;
color: #848484;
margin: 0 0 10px 0;
text-align: center;
}
.team-box ul {
padding: 6px 0;
margin: 0;
list-style: none;
display: block;
text-align: center;
width: 100%;
background-color: #222;
}
.team-box ul li {
display: inline-block;
padding: 0 5px;
}
.team-box ul li a {
text-decoration: none;
color: #fff;
font-size: 14px;
}
.team-box ul li a:hover {
}
.about-section-3 {
float: left;
width: 100%;
background-color: #f2f2f2;
padding: 70px 0;
}
.about-section-3 .frame {
float: left;
width: 100%;
border: 2px solid rgba(0,0,0,0);
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.about-section-3 .frame:hover {
border: 2px solid;
opacity: 0.8;
}
.about-section-3 .frame img {
float: left;
width: 100%;
}
.about-section-3 .text-box {
float: left;
width: 100%;
}
.about-section-3 .text-box h3 {
font-family: 'Open Sans';
font-weight: 500;
font-size: 30px;
line-height: 30px;
color: #333;
margin: 0 0 15px 0;
}
.subtitle_cp {
font-family: 'Open Sans';
font-weight: 100;
font-size: 24px;
line-height: 24px;
color: #343434;
display: block;
padding: 0 0 20px 0;
}
.about-section-3 .text-box ul {
padding: 0;
margin: 0 0 4px 0;
list-style: none;
overflow: hidden;
}
.about-section-3 .text-box ul li {
float: left;
padding: 0 0 12px 0;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 13px;
line-height: 13px;
color: #686868;
}
.about-section-3 .text-box ul li .fa {
float: left;
padding: 0 16px 0 0;
font-size: 13px;
}
.about-section-3 .text-box strong.text {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
display: block;
padding: 0 0 20px 0;
}
.about-section-3 .text-box a.readmore {
float: left;
padding: 12px 38px;
text-decoration: none;
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
color: #fff;
border: 2px solid rgba(0,0,0,0);
}
.about-section-3 .text-box a.readmore:hover {
background-color: rgba(0,0,0,0);
border: 2px solid;
}
.about-section-4 {
float: left;
width: 100%;
background-color: #fff;
}
.about-section-4 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
display: none;
}
.about-section-4 .box {
float: left;
width: 100%;
}
.about-section-4 .box .frame {
float: left;
width: 100%;
}
.about-section-4 .box .frame:hover img {
opacity: 0.8;
}
.about-section-4 .box .frame img {
display: block;
width: 100%;
}
.about-section-4 .box .text-box {
float: left;
width: 100%;
background-color: #f2f2f2;
padding: 13px 33px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.about-section-4 .box .text-box strong.title {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
color: #262626;
text-align: center;
display: block;
padding: 0 0 6px 0;
}
.about-section-4 .box .text-box strong.title a {
text-decoration: none;
color: #262626;
}
.about-section-4 .box .text-box p {
font-family: 'Open Sans', sans-serif;
font-size: 13px;
line-height: 20px;
text-align: center;
color: #949494;
margin: 0;
}
.about-section-4 .box:hover .text-box {
}
.about-section-4 .box:hover strong.title {
color: #fff;
}
.about-section-4 .box:hover .text-box p {
color: #fff;
}
.about-section-4 .bx-wrapper {
float: left;
width: 100%;
margin: 0;
}
.about-section-4 .bx-wrapper .bx-controls-direction a {
padding: 0;
display: none;
}
.about-section-4 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
width: 100%;
text-align: center;
}
.about-section-4 .bx-wrapper .bx-pager.bx-default-pager a {
background-color: #999;
margin: 0 3px;
}
.about-section-5 {
float: left;
width: 100%;
background-color: #f2f2f2;
padding: 60px 0;
}
.progress-bar-box {
float: left;
width: 100%;
}
@keyframes animate_progress {
from {
width:0px;
}
to {
width: 100%;
}
}
@-webkit-keyframes animate_progress {
from {
width:0px;
}
to {
width: 100%;
}
}
@keyframes animate_vprogress {
from {
height:0px;
}
to {
height: 100%;
}
}
@-webkit-keyframes animate_vprogress {
from {
height:0px;
}
to {
height: 100%;
}
}
.blox_elem_progress {
position: relative;
float: left;
width: 100%;
}
.blox_elem_progress .blox_progress_line {
position: relative;
width: 100%;
display: none;
animation: animate_progress 1.2s;
-webkit-animation: animate_progress 1.2s;
}
.blox_elem_progress .blox_progress_vline {
position: relative;
height: 100%;
display: none;
animation: animate_vprogress 1.2s;
-webkit-animation: animate_vprogress 1.2s;
}
.blox_elem_progress.style5 .blox_progress_title {
position: absolute;
top: -25px;
left: 0px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}
.blox_elem_progress .blox_progress_vline_container {
position: absolute;
width: 100%;
bottom: 0px;
left: 0px;
}
.blox_elem_progress.style6 {
}
.blox_elem_progress.style6 .blox_progress_bar {
height: 190px;
position: relative;
}
.blox_elem_progress.style6 .blox_progress_bar .blox_progress_vline {
position: absolute;
display: block;
background-color: #fff;
bottom: 0px;
border: 1px solid #ededed;
left: 0px;
width: 100%;
}
.blox_elem_progress.style6 .blox_progress_bar .blox_progress_vline span {
position: absolute;
height: 10px;
width: 100%;
left: 0px;
top: 0px;
}
.blox_elem_progress.style6 .blox_progress_percent {
font-family: 'Open Sans', sans-serif;
font-size: 30px;
line-height: 30px;
font-weight: 400;
display: block;
margin-top: 20px;
color: #7d7d7d;
}
.blox_progress_title {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 14px;
color: #7d7d7d;
text-transform: uppercase;
}
.progress-color-1 {
background-color: #99cc00 !important;
}
.progress-color-2 {
background-color: #202020 !important;
}  .masonry-gallery {
float: left;
width: 100%;
margin: 0 0 50px 0;
}
.imgholder {
position: relative;
overflow: hidden;
}
.grid .caption {
position: absolute;
top: 0;
right: -100%;
width: 100%;
height: 100%;
opacity: 0.9;
}
.grid .caption .text-box {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
height: 28%;
}
.grid .caption .text-box h2 {
font-family: 'Open Sans';
font-weight: 500;
font-size: 30px;
line-height: 30px;
color: #fff;
margin: 0 0 10px 0;
text-align: center;
}
.grid .caption .text-box strong.title {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
color: #fff;
text-align: center;
display: block;
}
.grid:hover .caption {
right: 0;
}  .full-gallery {
float: left;
width: 100%;
margin: 0 0 50px 0;
}
.full-gallery ul {
padding: 0;
margin: 0;
list-style: none;
}
.full-gallery ul li {
float: left;
margin: 0 0 50px 0;
}
.slider-row .right-box-2 {
float: left;
max-width: 100%;
width: 100%;
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/images/pattren-bg-3.gif) repeat;
padding: 22px 19px 14px 15px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.slider-row .right-box-2 h3 {
font-family: 'Open Sans';
font-weight: 500;
font-size: 24px;
line-height: 24px;
color: #fff;
margin: 0 0 20px 0;
}
.slider-row .right-box-2 p {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
font-weight: 400;
color: #ccc;
line-height: 18px;
margin: 0 0 40px 0;
clear: both;
}
.slider-row .right-box-2 p a.more {
text-decoration: none;
}
.slider-row .right-box-2 a.view {
float: left;
padding: 10px 14px;
text-decoration: none;
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
color: #fff;
text-shadow: 0 0 3px rgba(0,0,0,0.5);
background-image: url(//www.otraelpa.lv/wp-content/themes/eco-green/images/btn-pattren-bg.png);
background-repeat: repeat;
background-position: left top;
border: 2px solid rgba(0,0,0,0);
}
.slider-row .right-box-2 a.view:hover {
border: 2px solid;
background-color: rgba(0,0,0,0);
}  .gallery-two-column {
float: left;
width: 100%;
}
.gallery-two-column ul {
padding: 0;
list-style: none;
}
.gallery-two-column ul li {
float: left;
padding: 0 0 30px 0;
}
.gallery-two-column .gallery-box {
float: left;
width: 100%;
padding: 0;
}
.gallery-two-column .gallery-box .frame {
float: left;
width: 100%;
position: relative;
overflow: hidden;
}
.gallery-two-column .gallery-box .frame img {
display: block;
width: 100%;
}
.gallery-two-column .gallery-two-column .gallery-box .frame img {
width: 100%;
display: block;
}
.gallery-two-column .gallery-box .frame .caption {
position: absolute;
left: -100%;
top: 0;
height: 100%;
width: 100%;
background-color: rgba(0,0,0,0.6) !important;
}
.gallery-two-column .gallery-box .frame .caption a {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
height: 20px;
width: 20px;
}
.gallery-two-column .gallery-box .frame .caption .fa {
color: #fff;
text-align: center;
font-size: 20px;
}
.gallery-two-column .gallery-box .text-box {
float: left;
width: 100%;
background-color: #fff;
padding: 17px 45px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.gallery-two-column .gallery-box .text-box h2 {
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
line-height: 18px;
color: #262626;
text-align: center;
margin: 0 0 10px 0;
}
.gallery-two-column .gallery-box .text-box p {
font-family: 'Open Sans', sans-serif;
font-size: 13px;
color: #8c8c8c;
text-align: center;
line-height: 20px;
}
.gallery-two-column .gallery-box:hover .text-box {
}
.gallery-two-column .gallery-box:hover .text-box h2 {
color: #fff;
}
.gallery-two-column .gallery-box:hover .text-box p {
color: #fff;
}
.gallery-two-column .gallery-box:hover .caption {
left: 0;
}  .recent-post {
float: left;
width: 100%;
background-color: #f2f2f2;
}
.recent-post .slider-row {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/images/pattren-bg-3.gif) repeat scroll 0 0 rgba(0, 0, 0, 0);
}  .indicator-section {
float: left;
width: 100%;
position: relative;
}
.indicator-section .holder {
margin: 0 auto;
width: 780px;
position: relative;
z-index: 9;
}
.indicator-section .holder h2 {
font-family: 'Open Sans';
font-weight: 500;
font-size: 36px;
line-height: 36px;
color: #fff;
margin: 0 0 40px 0;
}
.indicator-section .holder h2 a {
color: #fff;
text-decoration: none;
}
.indicator-section .holder .frame {
width: 249px;
height: 249px;
border-radius: 100%;
border: 5px solid #fff;
float: left;
overflow: hidden;
margin: 0 55px 0 0;
}
.indicator-section .holder .frame img {
display: block;
width: 100%;
border-radius: 100%;
height: 100%;
}
.indicator-section .holder .frame:hover {
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
opacity: 0.4;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
}
.indicator-section .holder .text-box {
overflow: hidden;
padding: 40px 0 0 0;
}
.indicator-section .holder .text-box strong.price {
font-family: 'Open Sans';
font-weight: 500;
font-size: 30px;
line-height: 30px;
display: block;
padding: 0 0 10px 0;
}
.indicator-section .holder .text-box h2 {
font-family: 'Open Sans';
font-weight: 300;
font-size: 30px;
line-height: 30px;
color: #fff;
margin: 0 0 15px 0;
}
.indicator-section .holder .text-box .progress-bar .progress {
background-color: #d4d9de;
background-image: none;
border-radius: 10px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
height: 20px;
margin-bottom: 10px;
overflow: hidden;
}
.indicator-section .holder .text-box .progress .bar {
border-radius: 10px;
}
.indicator-section .holder .text-box a.icon {
font-family: 'Open Sans';
font-weight: 300;
font-size: 14px;
line-height: 27px;
text-decoration: none;
color: #fff;
margin: 0 25px 0 0;
float: left;
}
.indicator-section .holder .text-box a.icon .fa {
float: left;
padding: 0 12px 0 0;
font-size: 26px;
}
.indicator-btn-row {
float: left;
width: 100%;
margin: 22px 0 0 0;
position: relative;
}
.indicator-btn-row a.btn-donate {
float: left;
width: 149px;
height: 46px;
background-color: #2b2a2a;
border: 1px solid rgba(255,255,255,0.30);
text-decoration: none;
text-align: center;
line-height: 45px;
font-family: 'Open Sans';
font-weight: 100;
font-size: 18px;
color: #fff;
margin: 0 2px 0 0;
}
.indicator-btn-row a.btn-donate:hover {
border: 1px solid;
}
.indicator-btn-row span {
width: 38px;
height: 38px;
border-radius: 100%;
font-family: 'Open Sans';
font-weight: 100;
font-size: 18px;
line-height: 38px;
color: #fff;
display: block;
text-align: center;
position: absolute;
left: 134px;
top: 5px;
}
.indicator-section .bx-wrapper .bx-next:before {
color: #fff;
content: "";
display: block;
font-family: FontAwesome;
font-size: 55px;
line-height: 60px;
text-align: center;
text-decoration: none;
}
.indicator-section .bx-wrapper .bx-prev:before {
color: #fff;
content: "";
display: block;
font-family: FontAwesome;
font-size: 55px;
line-height: 60px;
text-align: center;
text-decoration: none;
}
.indicator-section .bx-wrapper .bx-controls-direction a {
font-size: 0;
text-decoration: none;
text-indent: inherit;
top: 50%;
}
.indicator-section .bx-wrapper .bx-next {
background: none;
border-radius: 100%;
height: 61px;
margin: 0;
right: 0;
width: 61px;
}
.indicator-section .bx-wrapper .bx-prev {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border-radius: 100%;
height: 61px;
margin: 0;
right: 0;
width: 61px;
}  .FONTS {
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans';
}
.BOXRESIZING {
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.spacing {
}  .slide-out-div {
background: none repeat scroll 0 0 #FFFFFF;
padding: 0;
width: 220px;
z-index: 9999;
}
.slide-out-div h3 {
font-family: 'Open Sans';
font-weight: 500;
font-size: 20px;
line-height: 40px;
background: none repeat scroll 0 0 #333333;
color: #FFFFFF;
padding-left: 20px;
margin: 0;
}
.colors-sw {
padding: 20px;
}
.colors-sw > ul {
margin: 0;
padding: 0;
}
.colors-sw li {
border: 1px solid #DFDFDF;
display: inline-block;
margin-bottom: 20px;
margin-right: 10px;
padding: 5px;
text-align: center;
}
.handle {
background-color: #000 !important;
}
.colors-sw li a {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 14px;
color: #898989;
text-decoration: none;
}
#banner #bx_slider_cap {
display: inline-block;
} #wrapper .first {
margin-left: 0px;
} .map_canvas {
float: left;
width: 100% !important;
}
.post_tabs .sidebar-tab .nav-tabs > li {
width: 50%;
text-align: center;
}
.flickr_badge_image {
float: left;
padding: 3px;
border: solid 2px transparent;
}
.flickr_badge_image a img {
width: 80px;
height: 80px;
}
.latest-blog .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
padding: 0;
display: none;
}
.indicator-section .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
padding: 0;
display: none;
}
.indicator-section .bx-wrapper {
margin: 0;
}
.event_calendar-cp .countdown_row {
clear: both;
width: 100%;
padding: 0;
height: 100%;
text-align: center;
float: left;
}
.event_calendar-cp .counter-box {
width: 100%;
}
.catalogue-view {
float: left;
width: 292px;
position: relative;
overflow: hidden;
}
.catalogue-view .frame {
position: absolute;
left: 0;
top: -100%;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
}
.catalogue-view:hover .frame {
top: 0;
}
.flicker h2 {
color: #FFFFFF;
display: block;
font-family: "Open Sans";
font-size: 24px;
font-weight: 500;
line-height: 24px;
margin: 0 0 20px;
}
.twitter-updates ul {
margin: 0px;
padding: 0px;
}
.margin-bottom {
margin-bottom: 30px;
}
.gallery-box embed, .gallery-box object, .catalogue-view > object, .catalogue-view embed {
width: 100%;
float: left;
}
.blog-detail-bottom-row {
float: left;
width: 100%;
border-top: 1px solid #ccc;
padding: 10px 0px;
margin: 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#comments {
padding: 0px;
margin: 0px;
}
.share-section {
float: left;
width: 100%;
}
.share-socila {
float: left;
width: 100%;
margin: 0 0 10px 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.share-socila strong.title {
font: 400 16px/30px 'Roboto Slab', serif;
color: #333;
padding: 0 10px 0 0;
float: left;
}
.share-socila ul {
padding: 0;
margin: 0;
list-style: none;
}
.share-socila ul li {
float: left;
padding: 0 5px 0 0;
margin: 0px;
}
.share-socila ul li a {
display: block;
text-decoration: none;
width: 30px;
height: 30px;
background-color: #ccc;
font-size: 14px;
color: #fff;
text-align: center;
line-height: 30px;
}
.share-socila ul li a:hover {
background-color: #5ea9dd;
}
.author-box {
float: left;
width: 100%;
margin: 0 0 20px 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.author-box .frame {
float: left;
margin: 0 20px 0 0;
width: auto;
box-shadow: none;
}
.author-box .frame img {
width: 100%;
display: block;
}
.author-box .text {
float: none;
overflow: hidden;
width: auto;
}
.author-box .text strong.title {
font: 400 18px/18px 'Roboto Slab', serif;
color: #333;
display: block;
padding: 0 0 16px 0;
}
.author-box .text strong.title a {
font: 400 18px/18px 'Roboto Slab', serif;
color: #333;
display: block;
text-decoration: none;
}
.author-box .text p {
font: 400 14px/22px 'Open Sans', sans-serif;
color: #666;
margin: 0;
}
.contact-me-row {
float: left;
width: 100%;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
padding: 19px 0px;
margin: 0 0 40px 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.contact-me-row strong.title {
font: 700 12px/12px 'Roboto Slab', serif;
text-transform: uppercase;
float: left;
padding: 0 11px 0 0;
}
.contact-me-row ul {
padding: 0;
margin: 0;
list-style: none;
}
.contact-me-row ul li {
float: left;
line-height: 12px;
padding: 0 6px 0 0;
margin: 0px;
}
.contact-me-row ul li a {
font-size: 12px;
line-height: 12px;
color: #999;
text-decoration: none;
}
.contact-me-row ul li a:hover {
color: #000;
}
.extra-images.gallery {
float: right;
}
.extra-images.gallery a {
float: left;
margin: 0 0 0 10px;
width: 154px;
}
.text {
float: left;
margin: 0 0 20px 0;
}
.cp-accordion {
float: left;
width: 100%;
}
.comments-list > li {
padding: 19px 20px 22px 21px;
overflow: hidden;
border: 1px solid #ccc;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; box-shadow: 0 2px 4px -3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 2px 4px -3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 2px 4px -3px rgba(0, 0, 0, 0.3);
margin: 0 0 30px 0;
}
.comments-list li > ul > li {
padding: 19px 20px 22px 21px;
border: 1px solid #ccc;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; box-shadow: 0 2px 4px -3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 2px 4px -3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 2px 4px -3px rgba(0, 0, 0, 0.3);
overflow: hidden;
}
.post-time ul {
margin: 0;
}
.children {
float: left;
margin: 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.post-time ul li {
padding: 0;
margin: 0px;
list-style: none;
}
#main-woo .products {
margin: 0px;
padding: 0px;
}
.form-area ul {
margin: 0;
padding: 0;
list-style: none;
}
#portfolio-item-filter-1 {
float: left;
width: 100%;
margin: 0 0 10px 0;
}
#portfolio-item-filter-1 li {
float: left;
padding: 0;
margin: 0 10px 0 0;
}
#portfolio-item-filter-1 li a {
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #fff;
padding: 0;
text-decoration: none;
border-radius: 4px;
padding: 6px 10px;
}
.product_view a {
font-weight: 400;
font-size: 18px;
line-height: 20px;
color: #333;
margin: 10px 0 0 0;
text-decoration: none;
}
.product_view a:hover {
text-decoration: none;
color: #333;
}
.product_view a.wishlist {
font-weight: 700;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
color: #fff;
margin: 10px 0 0 0;
text-decoration: none;
float: right;
padding: 6px 15px;
}
.product_view a.wishlist:hover {
background: #333 !important;
color: #fff !important;
}
.product-box .frame .caption .add_to_cart_button {
width: auto;
padding: 7px 15px;
color: #fff;
left: 0px;
right: 0px;
font-family: 'Noto Serif', serif;
text-transform: uppercase;
font-size: 16px;
margin: -18px auto 0px auto;
top: 50%;
position: absolute;
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1)
}
.add_to_cart_button:hover {
}
.product-box .frame .caption .added_to_cart.wc-forward {
font-size: 10px;
width: auto;
right: 0px;
left: 0px;
top: 50%;
background-color: #FFF;
margin: 0px auto;
padding: 3px 5px;
}
#product_ful .add_to_cart_button {
}
#product_ful .list-style figure {
width: 370px;
}
#product_ful.list-style li {
padding: 0px;
}
#product_ful .added_to_cart, #product_ful .added_to_cart:hover {
color: #FFF;
text-transform: uppercase;
}
#product_grid .first {
margin-left: 0px !important;
margin-bottom: 30px !important
}
.category_list_filterable {
list-style: none;
margin: 0 0 15px 0;
padding: 0;
list-style: none;
overflow: hidden;
}
.category_list_filterable li {
float: left;
margin: 0 10px 0 0;
border-radius: 4px;
}
.category_list_filterable li a {
font-size: 16px;
color: #fff;
text-decoration: none;
padding: 10px;
display: block;
}
.filterable-grid-style div.grid-style > .portfolio-item {
width: 370px;
margin-left: 30px;
margin-bottom: 30px;
}
.woo-item {
margin-bottom: 15px;
float: left;
background: #f3f3f3;
}
.filterable-grid-style {
position: relative;
clear: both;
}
.filterable-grid-style .grid-style li {
width: 370px;
margin-left: 30px;
margin-bottom: 30px;
}
.generic-heading.white_color h2, .generic-heading.white_color .title-line {
color: #fff;
}
.donate-form-area .donate-btn-submit {
float: left;
}
.top-bar-outer .btn-login {
cursor: pointer;
} .bottom-row:before {
border-bottom: 1px solid #999999;
bottom: -1px;
content: "";
left: 0;
position: absolute;
width: 70px;
}
.blog-box-1 .bottom-row {
margin: 20px 0;
}
.bottom-row {
border-bottom: 1px solid #CCCCCC;
float: left;
margin: 0 0 20px;
position: relative;
width: 100%;
}
.bottom-row .left {
float: left;
}
.bottom-row .left span, .bottom-row .left a {
color: #999999;
float: left;
font: 400 12px/12px "Roboto Slab", serif;
margin: 0 8px 12px 0;
text-decoration: none;
}
.post_tags .fa, .bottom-row .left a .fa {
float: left;
padding: 0 5px 0 0;
color: #999999;
line-height: 19px;
}
.bottom-row .left span, .bottom-row .left a {
color: #999999;
font: 400 12px/12px "Roboto Slab", serif;
}
.bottom-row .left ul li {
float: left;
line-height: 12px;
padding: 0 2px 0 0;
}
.bottom-row .left ul {
float: left;
list-style: none outside none;
margin: 0;
padding: 0;
}
.bottom-row .right {
float: right;
margin-bottom: 10px;
}
.bottom-row .right strong.title {
color: #666666;
float: left;
font: 700 12px/12px "Roboto Slab", serif;
padding: 0 5px 0 0;
text-decoration: none;
}
.bottom-row .right ul {
float: left;
list-style: none outside none;
margin: 0;
padding: 0;
}
.bottom-row .right ul li:first-child {
padding: 0;
}
.bottom-row .right ul li {
float: left;
line-height: 12px;
padding: 0 0 0 6px;
}
.bottom-row .right ul li a {
color: #999999;
font-size: 12px;
line-height: 12px;
text-decoration: none;
}
.blog_listing .topbar-social a {
background: none repeat scroll 0 0 #CCCCCC;
color: #FFFFFF;
padding: 5px 7px;
}
.blog_listing .topbar-social a i {
color: #FFFFFF;
padding: 0 5px 0 0;
}
.blog-box-1 .text {
float: left;
width: 100%;
}
.blog-box-1 .text h2 {
color: #333333;
font: 400 18px/18px "Roboto Slab", serif;
margin: 0 0 14px;
}
.blog-box-1 .text a {
color: #333333;
} #post-300 > a {
display: block;
overflow: hidden;
clear: both;
} .upcoming-events-box div.content_cp_accor {
background-color: #EBEBEB;
}
.upcoming-events-box .accordion_cp {
margin-bottom: 2px;
cursor: pointer;
}
.list-style ul, .list-style ol {
padding: 0px;
margin: 0px;
}
.content {
clear: both;
}
.title > h3 {
float: left;
margin: 0;
}
a.edit {
float: right;
}
.woocommerce address {
clear: both;
}
.myaccount_user {
font-size: 16px;
}
.blog-box .thumb {
float: left;
margin: 0 15px 0 0;
}
.sidebar-testimonial blockquote:before {
content: '';
border: 0;
}
.event-box .counter-box .countdown_row {
padding: 0;
}
.em-booking-form-details textarea {
border: 1px solid #DCDCDC;
border-radius: 0;
box-shadow: none;
box-sizing: border-box;
height: 117px;
margin: 0;
width: 100%;
resize: none;
padding: 10px 10px;
}
.em-booking-form {
float: left;
width: 100%;
}
.em-booking-form-details select, .em-booking-form-details input[type="text"] {
border: 1px solid #DCDCDC;
border-radius: 0;
box-shadow: none;
box-sizing: border-box;
min-height: 40px;
margin: 0;
width: 100%;
padding: 0 10px;
}
.em-booking-submit {
border: 1px solid rgba(0, 0, 0, 0);
color: #FFFFFF;
float: left;
font-family: "Open Sans";
font-size: 14px;
font-weight: 300;
line-height: 14px;
margin: 0;
padding: 5px 14px;
}
.em-booking-form-details {
float: left;
width: 100%;
background-color: #fff;
padding: 20px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.em-booking.css-booking {
float: left;
margin: 20px 0;
width: 100%;
}
.summary.entry-summary > div {
text-align: justify;
}
.single_content .sidebar {
margin-bottom: 20px;
}
.btn-container .cp-btn-normal {
border: 2px solid rgba(0, 0, 0, 0);
color: #FFFFFF;
float: left;
font-family: "Open Sans";
font-size: 18px;
font-weight: 500;
line-height: 18px;
padding: 12px 38px;
text-decoration: none;
border-radius: 0;
}
.btn-container .cp-btn-normal:hover {
background: rgba(0,0,0,0);
border: 2px solid;
color: #333;
}
.crowed-funding .row-fluid .span3 {
margin-bottom: 30px;
}
.em-booking-login-form input[type="submit"] {
border: 1px solid rgba(0, 0, 0, 0);
color: #FFFFFF;
float: left;
font-family: "Open Sans";
font-size: 14px;
font-weight: 300;
line-height: 14px;
margin: 0 10px 0 0;
padding: 5px 14px;
}
.nav-tabs > li > a {
color: #333;
}
.nav-tabs > li > a .fa {
padding: 0 6px 0 0;
}
.product_view .bottom-row:before {
content: '';
border: 0;
}
.product_view .bottom-row {
border: 0;
}
.ticket-price {
float: left;
width: 100%;
padding: 20px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-size: 20px;
color: #fff;
}
em-tickets-spaces {
float: left;
width: 100%;
}
.em-booking-login {
float: left;
width: 100%;
background-color: #fff;
padding: 20px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.em-booking-login .input[type="text"], .em-booking-login .input[type="password"] {
min-height: 40px;
padding: 0px 4px;
border-radius: 0px;
}
.em-booking-login label {
display: inline-block;
margin: 0px;
min-width: 100px;
}
.em-booking-login-form > a {
float: right;
}
.em-booking-login #em_rememberme {
margin: 0px;
}
.project-detail .content_section {
float: left;
width: 100%;
margin: 30px 0px 0px 0px;
}
.custom_accordion_cp {
cursor: pointer;
}
.widget_top_rated_products ul li a {
overflow: hidden;
}
.margin_top_cp {
margin-top: 30px;
} #nav li a, .header-btn-search .fa, .services-box, .services-box h3, .services-box strong.title-text, .services-box p, .services-box a.readmore, .services-round, .services-round a.sprite-1, .next-event .caption, .chirty-box, .services-round a.sprite-2, .services-round a.sprite-3, .services-round a.sprite-4, .text-col strong.title, span.close-panel, #banner #bx-pager > a, .pagination-area .pagination ul > li > a, .sidebar-tab .nav-tabs > li > a, .nav-pills > li > a, .sidebar-charity-store .bx-wrapper .bx-prev:before, .sidebar-charity-store .bx-wrapper .bx-next:before, .tag-box ul li a, .tag-box ul li a:before, .social-box ul li a, .address-box .fa, .comments .text-outer-1 a.reply, .funding-detail-map-box, .inner ul li a, .funding-detail-map-box .inner ul li a:hover .fa, .accordion-heading, .about-accordion-box .accordion-heading .accordion-toggle, .team-box ul li a, .about-section-4 .box .text-box, .about-section-4 .box .text-box p, .about-section-4 .box .text-box strong.title, .grid .caption, .gallery-box .text-box, .gallery-box .text-box h2, .gallery-box .text-box p, .gallery-box .frame .caption, .process-box, .process-box .fa, .process-outer a.title, .timeline-text a.btn-listen, .slider-row .right-box a.view, .latest-blog-box .frame img, .blog-round, .sponsor-box .frame img, .sponsor-box .text-box a.support, .featured-video-text .frame, .featured-video-text .text-box a.readmore, .btn-signup, .btn-send-message, .subscribe-newsletter .btn-subscribe, .subscribe-newsletter ul li a .fa, .gallery-box ul li, .accordion-text-box .text-box, .about-box-1 .frame img, .about-accordion-box .accordion-inner .frame img, .team-box .round, .about-section-3 .frame, .about-section-3 .text-box a.readmore, .about-section-4 .box .frame, .view-section .box-1 .frame img, .view-section .box-1 .text-box a.readmore, .top-project .holder ul li a .fa, .detail-box ul li .fa, .slider-row .right-box-2 a.view, .slider-row .left-box img, .event-box .top .frame img, .event-box .top .text-box a, .event-box .bottom a.btn-register, .sidebar-tab-content .frame img, .sidebar-tab-content .thumb img, .sidebar-tab-content a.find-more, .charity-box .frame img, .gallery-box ul li img, .event-btn-send, .blog-box .frame img, .blog-box .text-box .round, .blog-box .text-box a.btn-readmore, .btn-submit2, .crowed-funding .box .frame img, .gallery li img, .funding-detail .frame img, .funding-detail .bottom-row a.btn-detail, .donate-box-2 a.btn-donate, .contact-form input[type="submit"], .contact-twitter .fa, .responsive-section-inner .right-box ul li a, .donate-box a.btn-donate, .donate-box a.btn-donate span, .amount-row, .amount-row a.cart, .chirty-box .frame, .indicator-section .holder .frame, .indicator-btn-row a.btn-donate, .services-box:before, .catalogue-view .frame, .footer-section-2 .tagcloud a, #banner #bx_slider_cap > a, .comment-form input[type="submit"], .btn-container .cp-btn-normal, .featured-video-text .frame img, .flickr_badge_image, .footer-social a, .blox_progress_vline_container, .crowed-funding .box .bottom-row a, .team-circle .cp-thumb, .about-me-left .frame, .about-me-left .frame img {
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
} .first {
margin-left: 0px !important;
}
.blog-box {
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
#footer .footer-section-3 .widget ul {
background: none;
}
#footer .footer-section-3 .widget ul li {
margin: 0px;
}
#footer .footer-section-3 .widget_recent_entries ul li a {
color: #ccc;
}
.heading_container {
float: left;
}
.blog_listing_cp .blog-box {
padding: 0px;
}
.blog_listing_cp .blog-box .the_content {
padding: 0px 20px;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.row-margin-minus {
margin: 0px -20px 0px -20px;
}
.currency-box li {
margin: 0px;
list-style: none;
}
.post_featured_image .bx-wrapper {
margin: 0px;
}
.post_featured_image embed, .post_featured_image iframe, .post_featured_image object, .post_featured_image video {
margin: 0px;
}
.audio_player.song-list iframe {
margin: 0px;
}
#twitter-updates-slider li {
margin: 0px;
list-style: none;
}
.indicator-section li, ul.recent-slider li, .featured-video-text ul li, .banner_slider .banner_sliderr li, .our-mission .text-outer .timeline-slider li {
margin: 0px;
}
div.woocommerce {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
#product_grid div.woocommerce.bottom-row {
background: none;
box-sizing: border-box;
float: none;
margin: 0px;
padding: 0px;
width: 100%;
}
.checkout #order_review, .checkout #payment {
padding: 0px;
}
.woocommerce .checkout h3 {
color: #000;
}
#charity-slider li {
margin: 0px;
}
.pagination-all.pagination {
clear: both;
}
.author_info {
background: #fff;
margin-bottom: 60px;
float: left;
width: 100%;
padding: 0px 20px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.author_info .contact-me-row {
margin: 0px 0px 10px 0px;
}
.top-bar-outer .bottom-row .header-search {
display: none!important;
}
#nav li {
float: left;
position: relative;
border-right: none;
margin-left: -5px;
list-style: none;
}
.author-box {
float: left;
width: 100%;
margin: 0 0 20px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: none;
}
.contact-me-row {
float: left;
width: 100%;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
padding: 19px 0px;
margin: 0 0 40px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: none;
}
.team-box ul {
display: none!important;
}
.footer-top-section {
float: left;
width: 100%;
background-color: #1f1f1f;
background-image: url(//www.otraelpa.lv/wp-content/themes/eco-green-child/images/footer-parrten-bg.png);
background-repeat: repeat;
background-position: 0 0;
height: 110px;
display: none;
}
.blog-box .text-box .round {
width: 79px;
height: 79px;
border-radius: 100%;
border: 4px solid #fff;
float: left;
margin: -60px 18px 12px 18px;
box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.4);
position: relative;
z-index: 9;
overflow: hidden;
}
.team-box .round {
display: block;
width: 177px;
height: 177px;
border-radius: 100%;
border: 0px solid;
margin: -43px auto 15px;
overflow: hidden;
}
#nav li {
float: left;
position: relative;
border-right: none;
margin-left: -12px;
list-style: none;
}
.blog-box .frame img:hover {
transform: none; 
}
body, .comments-list li .text p, .header-4-address strong.info, .header-4-address a.email, strong.copy, .widget-box-inner p, .blog-post-box .text p, .box-1 p, .box-1 .textwidget, .get-touch-form input, .get-touch-form strong.title, .footer-copyright strong.copy, #inner-banner p, .welcome-text-box p, .about-me-text p, .about-me-text blockquote q, .team-box .text p, .accordition-box .accordion-inner p, .facts-content-box p, .our-detail-box p, .our-detail-box ul li, .widget_em_widget ul li, .sidebar-recent-post ul li p, blockquote p, blockquote q, .author-box .text p, .contact-page address ul li strong.title, .contact-page address ul li strong.ph, .contact-page address ul li strong.mob, .contact-page address ul li a.email, a.comment-reply-link, .timeline-project-box > .text p, .comments .text p, .event-row .text p, .project-detail p, .news-box .text p, .error-page p, .cp-columns p, .cp-list-style ul li, .customization-options ul li, .cp-accordion .accordion-inner strong, .list-box ul li, .list-box2 ul li, .list-box3 ul li, .tab-content p, .tab-content-area p, .blockquote-1 q, .blockquote-2 q, .map h3, .even-box .caption p, .header-4-address strong.info, .header-4-address a.email, strong.copy, .widget-box-inner p {
font-family: "open sans"!important;
}
#caroufredsel_wrapper {
display: block;
text-align: start;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 1150px;
height: 172px;
margin: 0px;
overflow: hidden;
}
.blog-box .text-box strong {
margin: 0px 0px;
color: #999;
font-family: 'Open Sans', sans-serif;
font-size: 14px !important;
line-height: 25px !important;
}
.blog-box .text-box h2 {
margin: 0 27px 0 0;
font-family: 'Open Sans';
font-weight: 500;
font-size: 24px;
line-height: 34px !important;
margin-bottom: 15px !important;
}
.blog-box .text-box .heading_container strong {
float: left;
font-weight: 400;
margin-bottom: 15px !important;
}
.share-socila {
display: none !important;
}
@media only screen and (max-width: 480px) {
#simple-language-switcher {
position: absolute;
right: auto !important;
left: 30px;
top: 123px !important;
z-index: inherit;
text-transform: uppercase;
color: #000!important;
z-index: 999 !important;
}
}
.parmums-kaste {
padding-top: 7px;
margin-bottom:-35px;
}.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
line-height: 0;
content: "";
}
.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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
a:hover,
a:active {
outline: 0;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
width: auto\9;
height: auto;
max-width: 100%;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
max-width: none;
}
button,
input,
select,
textarea {
margin: 0;
font-size: 100%;
vertical-align: middle;
}
button,
input {
*overflow: visible;
line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
cursor: pointer;
}
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
textarea {
overflow: auto;
vertical-align: top;
}
@media print {
* {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page  {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
body {
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #333333;
}
a {
color: #99cc00;
text-decoration: none;
}
a:hover,
a:focus {
color: #005580;
text-decoration: underline;
}
.img-rounded {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.img-polaroid {
padding: 4px;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
}
.row {
margin-left: -20px;
*zoom: 1;
}
.row:before,
.row:after {
display: table;
line-height: 0;
content: "";
}
.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: 940px;
}
.span12 {
width: 940px;
}
.span11 {
width: 860px;
}
.span10 {
width: 780px;
}
.span9 {
width: 700px;
}
.span8 {
width: 620px;
}
.span7 {
width: 540px;
}
.span6 {
width: 460px;
}
.span5 {
width: 380px;
}
.span4 {
width: 300px;
}
.span3 {
width: 220px;
}
.span2 {
width: 140px;
}
.span1 {
width: 60px;
}
.offset12 {
margin-left: 980px;
}
.offset11 {
margin-left: 900px;
}
.offset10 {
margin-left: 820px;
}
.offset9 {
margin-left: 740px;
}
.offset8 {
margin-left: 660px;
}
.offset7 {
margin-left: 580px;
}
.offset6 {
margin-left: 500px;
}
.offset5 {
margin-left: 420px;
}
.offset4 {
margin-left: 340px;
}
.offset3 {
margin-left: 260px;
}
.offset2 {
margin-left: 180px;
}
.offset1 {
margin-left: 100px;
}
.row-fluid {
width: 100%;
*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
display: table;
line-height: 0;
content: "";
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*="span"] {
display: block;
float: left;
width: 100%;
min-height: 30px;
margin-left: 2.127659574468085%;
*margin-left: 2.074468085106383%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
width: 100%;
*width: 99.94680851063829%;
}
.row-fluid .span11 {
width: 91.48936170212765%;
*width: 91.43617021276594%;
}
.row-fluid .span10 {
width: 82.97872340425532%;
*width: 82.92553191489361%;
}
.row-fluid .span9 {
width: 74.46808510638297%;
*width: 74.41489361702126%;
}
.row-fluid .span8 {
width: 65.95744680851064%;
*width: 65.90425531914893%;
}
.row-fluid .span7 {
width: 57.44680851063829%;
*width: 57.39361702127659%;
}
.row-fluid .span6 {
width: 48.93617021276595%;
*width: 48.88297872340425%;
}
.row-fluid .span5 {
width: 40.42553191489362%;
*width: 40.37234042553192%;
}
.row-fluid .span4 {
width: 31.914893617021278%;
*width: 31.861702127659576%;
}
.row-fluid .span3 {
width: 23.404255319148934%;
*width: 23.351063829787233%;
}
.row-fluid .span2 {
width: 14.893617021276595%;
*width: 14.840425531914894%;
}
.row-fluid .span1 {
width: 6.382978723404255%;
*width: 6.329787234042553%;
}
.row-fluid .offset12 {
margin-left: 104.25531914893617%;
*margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
margin-left: 102.12765957446808%;
*margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
margin-left: 95.74468085106382%;
*margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
margin-left: 93.61702127659574%;
*margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
margin-left: 87.23404255319149%;
*margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
margin-left: 85.1063829787234%;
*margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
margin-left: 78.72340425531914%;
*margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
margin-left: 76.59574468085106%;
*margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
margin-left: 70.2127659574468%;
*margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
margin-left: 68.08510638297872%;
*margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
margin-left: 61.70212765957446%;
*margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
margin-left: 59.574468085106375%;
*margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
margin-left: 53.191489361702125%;
*margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
margin-left: 51.063829787234035%;
*margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
margin-left: 44.68085106382979%;
*margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
margin-left: 42.5531914893617%;
*margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
margin-left: 36.170212765957444%;
*margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
margin-left: 34.04255319148936%;
*margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
margin-left: 27.659574468085104%;
*margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
margin-left: 25.53191489361702%;
*margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
margin-left: 19.148936170212764%;
*margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
margin-left: 17.02127659574468%;
*margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
margin-left: 10.638297872340425%;
*margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
margin-left: 8.51063829787234%;
*margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
float: right;
}
.container {
margin-right: auto;
margin-left: auto;
*zoom: 1;
}
.container:before,
.container:after {
display: table;
line-height: 0;
content: "";
}
.container:after {
clear: both;
}
.container-fluid {
padding-right: 20px;
padding-left: 20px;
*zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
display: table;
line-height: 0;
content: "";
}
.container-fluid:after {
clear: both;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 21px;
font-weight: 200;
line-height: 30px;
}
small {
font-size: 85%;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
cite {
font-style: normal;
}
.muted {
color: #999999;
}
a.muted:hover,
a.muted:focus {
color: #808080;
}
.text-warning {
color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
color: #a47e3c;
}
.text-error {
color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
color: #953b39;
}
.text-info {
color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
color: #2d6987;
}
.text-success {
color: #468847;
}
a.text-success:hover,
a.text-success:focus {
color: #356635;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 10px 0;
font-family: inherit;
font-weight: bold;
line-height: 20px;
color: inherit;
text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
font-weight: normal;
line-height: 1;
color: #999999;
}
h1,
h2,
h3 {
line-height: 40px;
}
h1 {
font-size: 38.5px;
}
h2 {
font-size: 31.5px;
}
h3 {
font-size: 24.5px;
}
h4 {
font-size: 17.5px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 11.9px;
}
h1 small {
font-size: 24.5px;
}
h2 small {
font-size: 17.5px;
}
h3 small {
font-size: 14px;
}
h4 small {
font-size: 14px;
}
.page-header {
padding-bottom: 9px;
margin: 20px 0 30px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
padding: 0;
margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
margin-bottom: 0;
}
li {
line-height: 20px;
margin:10px 0px;
}
ul.unstyled,
ol.unstyled {
margin-left: 0;
list-style: none;
}
ul.inline,
ol.inline {
margin-left: 0;
list-style: none;
}
ul.inline > li,
ol.inline > li {
display: inline-block;
*display: inline;
padding-right: 5px;
padding-left: 5px;
*zoom: 1;
}
dl {
margin-bottom: 20px;
}
dt,
dd {
line-height: 20px;
}
dt {
font-weight: bold;
}
dd {
margin-left: 10px;
}
.dl-horizontal {
*zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
display: table;
line-height: 0;
content: "";
}
.dl-horizontal:after {
clear: both;
}
.dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
hr {
margin: 20px 0;
border: 0;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999;
}
abbr.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 0 0 0 15px;
margin: 0 0 20px;
border-left: 5px solid #eeeeee;
}
blockquote p {
margin-bottom: 0;
font-size: 17.5px;
font-weight: 300;
line-height: 1.25;
}
blockquote small {
display: block;
line-height: 20px;
color: #999999;
}
blockquote small:before {
content: '\2014 \00A0';
}
blockquote.pull-right {
float: right;
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
text-align: right;
}
blockquote.pull-right small:before {
content: '';
}
blockquote.pull-right small:after {
content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
content: "";
}
address {
display: block;
margin-bottom: 20px;
font-style: normal;
line-height: 20px;
}
code,
pre {
padding: 0 3px 2px;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-size: 12px;
color: #333333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
code {
padding: 2px 4px;
color: #d14;
white-space: nowrap;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 20px;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
pre.prettyprint {
margin-bottom: 20px;
}
pre code {
padding: 0;
color: inherit;
white-space: pre;
white-space: pre-wrap;
background-color: transparent;
border: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
form {
margin: 0 0 20px;
}
fieldset {
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: 40px;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
legend small {
font-size: 15px;
color: #999999;
}
label,
input,
button,
select,
textarea {
font-size: 14px;
font-weight: normal;
line-height: 20px;
}
input,
button,
select,
textarea {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
display: block;
margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
display: inline-block;
height: 20px;
padding: 4px 6px;
margin-bottom: 10px;
font-size: 14px;
line-height: 20px;
color: #555555;
vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
input,
textarea,
.uneditable-input {
width: 206px;
}
textarea {
height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
background-color: #ffffff;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
border-color: rgba(82, 168, 236, 0.8);
outline: 0;
outline: thin dotted \9; }
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
*margin-top: 0;
line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
width: auto;
}
select,
input[type="file"] {
height: 30px; *margin-top: 4px; line-height: 30px;
}
select {
width: 220px;
background-color: #ffffff;
border: 1px solid #cccccc;
}
select[multiple],
select[size] {
height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
color: #999999;
cursor: not-allowed;
background-color: #fcfcfc;
border-color: #cccccc;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
.uneditable-input {
overflow: hidden;
white-space: nowrap;
}
.uneditable-textarea {
width: auto;
height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #999999;
}
.radio,
.checkbox {
min-height: 20px;
padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
float: left;
margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
display: inline-block;
padding-top: 5px;
margin-bottom: 0;
vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
margin-left: 10px;
}
.input-mini {
width: 60px;
}
.input-small {
width: 90px;
}
.input-medium {
width: 150px;
}
.input-large {
width: 210px;
}
.input-xlarge {
width: 270px;
}
.input-xxlarge {
width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
float: none;
margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
display: inline-block;
}
input,
textarea,
.uneditable-input {
margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
width: 46px;
}
.controls-row {
*zoom: 1;
}
.controls-row:before,
.controls-row:after {
display: table;
line-height: 0;
content: "";
}
.controls-row:after {
clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
cursor: not-allowed;
background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
border-color: #c09853;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
border-color: #a47e3c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
color: #c09853;
background-color: #fcf8e3;
border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
border-color: #b94a48;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
border-color: #953b39;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
color: #b94a48;
background-color: #f2dede;
border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
border-color: #468847;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
border-color: #356635;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
color: #468847;
background-color: #dff0d8;
border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
border-color: #3a87ad;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
border-color: #2d6987;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
color: #3a87ad;
background-color: #d9edf7;
border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
color: #b94a48;
border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
border-color: #e9322d;
-webkit-box-shadow: 0 0 6px #f8b9b7;
-moz-box-shadow: 0 0 6px #f8b9b7;
box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
padding: 19px 20px 20px;
margin-top: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-top: 1px solid #e5e5e5;
*zoom: 1;
}
.form-actions:before,
.form-actions:after {
display: table;
line-height: 0;
content: "";
}
.form-actions:after {
clear: both;
}
.help-block,
.help-inline {
color: #595959;
}
.help-block {
display: block;
margin-bottom: 10px;
}
.help-inline {
display: inline-block;
*display: inline;
padding-left: 5px;
vertical-align: middle;
*zoom: 1;
}
.input-append,
.input-prepend {
display: inline-block;
margin-bottom: 10px;
font-size: 0;
white-space: nowrap;
vertical-align: middle;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
position: relative;
margin-bottom: 0;
*margin-left: 0;
vertical-align: top;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
display: inline-block;
width: auto;
height: 20px;
min-width: 16px;
padding: 4px 5px;
font-size: 14px;
font-weight: normal;
line-height: 20px;
text-align: center;
text-shadow: 0 1px 0 #ffffff;
background-color: #eeeeee;
border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
vertical-align: top;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.input-append .active,
.input-prepend .active {
background-color: #a9dba9;
border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
margin-right: -1px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
margin-left: -1px;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
margin-left: 0;
}
input.search-query {
padding-right: 14px;
padding-right: 4px \9;
padding-left: 14px;
padding-left: 4px \9; margin-bottom: 0;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
} .form-search .input-append .search-query,
.form-search .input-prepend .search-query {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.form-search .input-append .search-query {
-webkit-border-radius: 14px 0 0 14px;
-moz-border-radius: 14px 0 0 14px;
border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
-webkit-border-radius: 0 14px 14px 0;
-moz-border-radius: 0 14px 14px 0;
border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
-webkit-border-radius: 0 14px 14px 0;
-moz-border-radius: 0 14px 14px 0;
border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
-webkit-border-radius: 14px 0 0 14px;
-moz-border-radius: 14px 0 0 14px;
border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
display: inline-block;
*display: inline;
margin-bottom: 0;
vertical-align: middle;
*zoom: 1;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
padding-left: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
float: left;
margin-right: 3px;
margin-left: 0;
}
.control-group {
margin-bottom: 10px;
}
legend + .control-group {
margin-top: 20px;
-webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
margin-bottom: 20px;
*zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
display: table;
line-height: 0;
content: "";
}
.form-horizontal .control-group:after {
clear: both;
}
.form-horizontal .control-label {
float: left;
width: 160px;
padding-top: 5px;
text-align: right;
}
.form-horizontal .controls {
*display: inline-block;
*padding-left: 20px;
margin-left: 180px;
*margin-left: 0;
}
.form-horizontal .controls:first-child {
*padding-left: 180px;
}
.form-horizontal .help-block {
margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
margin-top: 10px;
}
.form-horizontal .form-actions {
padding-left: 180px;
}
table {
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
}
.table {
width: 100%;
margin-bottom: 20px;
}
.table th,
.table td {
padding: 8px;
line-height: 20px;
text-align: left;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table th {
font-weight: bold;
}
.table thead th {
vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
border-top: 0;
}
.table tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
padding: 4px 5px;
}
.table-bordered {
border: 1px solid #dddddd;
border-collapse: separate;
*border-collapse: collapse;
border-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
-moz-border-radius-bottomleft: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
-moz-border-radius-bottomright: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
display: table-cell;
float: none;
margin-left: 0;
}
.table td.span1,
.table th.span1 {
float: none;
width: 44px;
margin-left: 0;
}
.table td.span2,
.table th.span2 {
float: none;
width: 124px;
margin-left: 0;
}
.table td.span3,
.table th.span3 {
float: none;
width: 204px;
margin-left: 0;
}
.table td.span4,
.table th.span4 {
float: none;
width: 284px;
margin-left: 0;
}
.table td.span5,
.table th.span5 {
float: none;
width: 364px;
margin-left: 0;
}
.table td.span6,
.table th.span6 {
float: none;
width: 444px;
margin-left: 0;
}
.table td.span7,
.table th.span7 {
float: none;
width: 524px;
margin-left: 0;
}
.table td.span8,
.table th.span8 {
float: none;
width: 604px;
margin-left: 0;
}
.table td.span9,
.table th.span9 {
float: none;
width: 684px;
margin-left: 0;
}
.table td.span10,
.table th.span10 {
float: none;
width: 764px;
margin-left: 0;
}
.table td.span11,
.table th.span11 {
float: none;
width: 844px;
margin-left: 0;
}
.table td.span12,
.table th.span12 {
float: none;
width: 924px;
margin-left: 0;
}
.table tbody tr.success > td {
background-color: #dff0d8;
}
.table tbody tr.error > td {
background-color: #f2dede;
}
.table tbody tr.warning > td {
background-color: #fcf8e3;
}
.table tbody tr.info > td {
background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
background-color: #c4e3f3;
}
[class^="icon-"],
[class*=" icon-"] {
display: inline-block;
width: 14px;
height: 14px;
margin-top: 1px;
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
background-position: 14px 14px;
background-repeat: no-repeat;
} .icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
}
.icon-glass {
background-position: 0      0;
}
.icon-music {
background-position: -24px 0;
}
.icon-search {
background-position: -48px 0;
}
.icon-envelope {
background-position: -72px 0;
}
.icon-heart {
background-position: -96px 0;
}
.icon-star {
background-position: -120px 0;
}
.icon-star-empty {
background-position: -144px 0;
}
.icon-user {
background-position: -168px 0;
}
.icon-film {
background-position: -192px 0;
}
.icon-th-large {
background-position: -216px 0;
}
.icon-th {
background-position: -240px 0;
}
.icon-th-list {
background-position: -264px 0;
}
.icon-ok {
background-position: -288px 0;
}
.icon-remove {
background-position: -312px 0;
}
.icon-zoom-in {
background-position: -336px 0;
}
.icon-zoom-out {
background-position: -360px 0;
}
.icon-off {
background-position: -384px 0;
}
.icon-signal {
background-position: -408px 0;
}
.icon-cog {
background-position: -432px 0;
}
.icon-trash {
background-position: -456px 0;
}
.icon-home {
background-position: 0 -24px;
}
.icon-file {
background-position: -24px -24px;
}
.icon-time {
background-position: -48px -24px;
}
.icon-road {
background-position: -72px -24px;
}
.icon-download-alt {
background-position: -96px -24px;
}
.icon-download {
background-position: -120px -24px;
}
.icon-upload {
background-position: -144px -24px;
}
.icon-inbox {
background-position: -168px -24px;
}
.icon-play-circle {
background-position: -192px -24px;
}
.icon-repeat {
background-position: -216px -24px;
}
.icon-refresh {
background-position: -240px -24px;
}
.icon-list-alt {
background-position: -264px -24px;
}
.icon-lock {
background-position: -287px -24px;
}
.icon-flag {
background-position: -312px -24px;
}
.icon-headphones {
background-position: -336px -24px;
}
.icon-volume-off {
background-position: -360px -24px;
}
.icon-volume-down {
background-position: -384px -24px;
}
.icon-volume-up {
background-position: -408px -24px;
}
.icon-qrcode {
background-position: -432px -24px;
}
.icon-barcode {
background-position: -456px -24px;
}
.icon-tag {
background-position: 0 -48px;
}
.icon-tags {
background-position: -25px -48px;
}
.icon-book {
background-position: -48px -48px;
}
.icon-bookmark {
background-position: -72px -48px;
}
.icon-print {
background-position: -96px -48px;
}
.icon-camera {
background-position: -120px -48px;
}
.icon-font {
background-position: -144px -48px;
}
.icon-bold {
background-position: -167px -48px;
}
.icon-italic {
background-position: -192px -48px;
}
.icon-text-height {
background-position: -216px -48px;
}
.icon-text-width {
background-position: -240px -48px;
}
.icon-align-left {
background-position: -264px -48px;
}
.icon-align-center {
background-position: -288px -48px;
}
.icon-align-right {
background-position: -312px -48px;
}
.icon-align-justify {
background-position: -336px -48px;
}
.icon-list {
background-position: -360px -48px;
}
.icon-indent-left {
background-position: -384px -48px;
}
.icon-indent-right {
background-position: -408px -48px;
}
.icon-facetime-video {
background-position: -432px -48px;
}
.icon-picture {
background-position: -456px -48px;
}
.icon-pencil {
background-position: 0 -72px;
}
.icon-map-marker {
background-position: -24px -72px;
}
.icon-adjust {
background-position: -48px -72px;
}
.icon-tint {
background-position: -72px -72px;
}
.icon-edit {
background-position: -96px -72px;
}
.icon-share {
background-position: -120px -72px;
}
.icon-check {
background-position: -144px -72px;
}
.icon-move {
background-position: -168px -72px;
}
.icon-step-backward {
background-position: -192px -72px;
}
.icon-fast-backward {
background-position: -216px -72px;
}
.icon-backward {
background-position: -240px -72px;
}
.icon-play {
background-position: -264px -72px;
}
.icon-pause {
background-position: -288px -72px;
}
.icon-stop {
background-position: -312px -72px;
}
.icon-forward {
background-position: -336px -72px;
}
.icon-fast-forward {
background-position: -360px -72px;
}
.icon-step-forward {
background-position: -384px -72px;
}
.icon-eject {
background-position: -408px -72px;
}
.icon-chevron-left {
background-position: -432px -72px;
}
.icon-chevron-right {
background-position: -456px -72px;
}
.icon-plus-sign {
background-position: 0 -96px;
}
.icon-minus-sign {
background-position: -24px -96px;
}
.icon-remove-sign {
background-position: -48px -96px;
}
.icon-ok-sign {
background-position: -72px -96px;
}
.icon-question-sign {
background-position: -96px -96px;
}
.icon-info-sign {
background-position: -120px -96px;
}
.icon-screenshot {
background-position: -144px -96px;
}
.icon-remove-circle {
background-position: -168px -96px;
}
.icon-ok-circle {
background-position: -192px -96px;
}
.icon-ban-circle {
background-position: -216px -96px;
}
.icon-arrow-left {
background-position: -240px -96px;
}
.icon-arrow-right {
background-position: -264px -96px;
}
.icon-arrow-up {
background-position: -289px -96px;
}
.icon-arrow-down {
background-position: -312px -96px;
}
.icon-share-alt {
background-position: -336px -96px;
}
.icon-resize-full {
background-position: -360px -96px;
}
.icon-resize-small {
background-position: -384px -96px;
}
.icon-plus {
background-position: -408px -96px;
}
.icon-minus {
background-position: -433px -96px;
}
.icon-asterisk {
background-position: -456px -96px;
}
.icon-exclamation-sign {
background-position: 0 -120px;
}
.icon-gift {
background-position: -24px -120px;
}
.icon-leaf {
background-position: -48px -120px;
}
.icon-fire {
background-position: -72px -120px;
}
.icon-eye-open {
background-position: -96px -120px;
}
.icon-eye-close {
background-position: -120px -120px;
}
.icon-warning-sign {
background-position: -144px -120px;
}
.icon-plane {
background-position: -168px -120px;
}
.icon-calendar {
background-position: -192px -120px;
}
.icon-random {
width: 16px;
background-position: -216px -120px;
}
.icon-comment {
background-position: -240px -120px;
}
.icon-magnet {
background-position: -264px -120px;
}
.icon-chevron-up {
background-position: -288px -120px;
}
.icon-chevron-down {
background-position: -313px -119px;
}
.icon-retweet {
background-position: -336px -120px;
}
.icon-shopping-cart {
background-position: -360px -120px;
}
.icon-folder-close {
width: 16px;
background-position: -384px -120px;
}
.icon-folder-open {
width: 16px;
background-position: -408px -120px;
}
.icon-resize-vertical {
background-position: -432px -119px;
}
.icon-resize-horizontal {
background-position: -456px -118px;
}
.icon-hdd {
background-position: 0 -144px;
}
.icon-bullhorn {
background-position: -24px -144px;
}
.icon-bell {
background-position: -48px -144px;
}
.icon-certificate {
background-position: -72px -144px;
}
.icon-thumbs-up {
background-position: -96px -144px;
}
.icon-thumbs-down {
background-position: -120px -144px;
}
.icon-hand-right {
background-position: -144px -144px;
}
.icon-hand-left {
background-position: -168px -144px;
}
.icon-hand-up {
background-position: -192px -144px;
}
.icon-hand-down {
background-position: -216px -144px;
}
.icon-circle-arrow-right {
background-position: -240px -144px;
}
.icon-circle-arrow-left {
background-position: -264px -144px;
}
.icon-circle-arrow-up {
background-position: -288px -144px;
}
.icon-circle-arrow-down {
background-position: -312px -144px;
}
.icon-globe {
background-position: -336px -144px;
}
.icon-wrench {
background-position: -360px -144px;
}
.icon-tasks {
background-position: -384px -144px;
}
.icon-filter {
background-position: -408px -144px;
}
.icon-briefcase {
background-position: -432px -144px;
}
.icon-fullscreen {
background-position: -456px -144px;
}
.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 {
color: #ffffff;
text-decoration: none;
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;
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;
outline: 0;
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;
cursor: default;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open {
*z-index: 1000;
}
.open > .dropdown-menu {
display: block;
}
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 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;
float: right;
width: 0;
height: 0;
margin-top: 5px;
margin-right: -10px;
border-color: transparent;
border-left-color: #cccccc;
border-style: solid;
border-width: 5px 0 5px 5px;
content: " ";
}
.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-right: 20px;
padding-left: 20px;
}
.typeahead {
z-index: 1051;
margin-top: 2px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.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;
}
.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;
}
.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;
}
.btn {
display: inline-block;
*display: inline;
padding: 4px 12px;
margin-bottom: 0;
*margin-left: .3em;
font-size: 14px;
line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
*background-color: #e6e6e6;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #cccccc;
*border: 0;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
color: #333333;
background-color: #e6e6e6;
*background-color: #d9d9d9;
}
.btn:active,
.btn.active {
background-color: #cccccc \9;
}
.btn:first-child {
*margin-left: 0;
}
.btn:hover,
.btn:focus {
color: #333333;
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
.btn:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn.active,
.btn:active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
cursor: default;
background-image: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn-large {
padding: 11px 19px;
font-size: 17.5px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
margin-top: 4px;
}
.btn-small {
padding: 2px 10px;
font-size: 11.9px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
margin-top: -1px;
}
.btn-mini {
padding: 0 6px;
font-size: 10.5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
padding-right: 0;
padding-left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #006dcc;
*background-color: #0044cc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
background-repeat: repeat-x;
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
color: #ffffff;
background-color: #0044cc;
*background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
background-color: #003399 \9;
}
.btn-warning {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #faa732;
*background-color: #f89406;
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;
border-color: #f89406 #f89406 #ad6704;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
color: #ffffff;
background-color: #f89406;
*background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
background-color: #c67605 \9;
}
.btn-danger {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #da4f49;
*background-color: #bd362f;
background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
background-repeat: repeat-x;
border-color: #bd362f #bd362f #802420;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
color: #ffffff;
background-color: #bd362f;
*background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
background-color: #942a25 \9;
}
.btn-success {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #5bb75b;
*background-color: #51a351;
background-image: -moz-linear-gradient(top, #62c462, #51a351);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
background-image: -webkit-linear-gradient(top, #62c462, #51a351);
background-image: -o-linear-gradient(top, #62c462, #51a351);
background-image: linear-gradient(to bottom, #62c462, #51a351);
background-repeat: repeat-x;
border-color: #51a351 #51a351 #387038;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
color: #ffffff;
background-color: #51a351;
*background-color: #499249;
}
.btn-success:active,
.btn-success.active {
background-color: #408140 \9;
}
.btn-info {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #49afcd;
*background-color: #2f96b4;
background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
background-repeat: repeat-x;
border-color: #2f96b4 #2f96b4 #1f6377;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
color: #ffffff;
background-color: #2f96b4;
*background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
background-color: #24748c \9;
}
.btn-inverse {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #363636;
*background-color: #222222;
background-image: -moz-linear-gradient(top, #444444, #222222);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
background-image: -webkit-linear-gradient(top, #444444, #222222);
background-image: -o-linear-gradient(top, #444444, #222222);
background-image: linear-gradient(to bottom, #444444, #222222);
background-repeat: repeat-x;
border-color: #222222 #222222 #000000;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
color: #ffffff;
background-color: #222222;
*background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
*padding-top: 3px;
*padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
padding: 0;
border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
*padding-top: 7px;
*padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
*padding-top: 3px;
*padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
*padding-top: 1px;
*padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
background-color: transparent;
background-image: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn-link {
color: #0088cc;
cursor: pointer;
border-color: transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
color: #005580;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
color: #333333;
text-decoration: none;
}
.btn-group {
position: relative;
display: inline-block;
*display: inline;
*margin-left: .3em;
font-size: 0;
white-space: nowrap;
vertical-align: middle;
*zoom: 1;
}
.btn-group:first-child {
*margin-left: 0;
}
.btn-group + .btn-group {
margin-left: 5px;
}
.btn-toolbar {
margin-top: 10px;
margin-bottom: 10px;
font-size: 0;
}
.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-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-topleft: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
}
.btn-group > .btn.large:first-child {
margin-left: 0;
-webkit-border-bottom-left-radius: 6px;
border-bottom-left-radius: 6px;
-webkit-border-top-left-radius: 6px;
border-top-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-topleft: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
-webkit-border-top-right-radius: 6px;
border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
border-bottom-right-radius: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 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-top: 5px;
padding-right: 8px;
*padding-bottom: 5px;
padding-left: 8px;
-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group > .btn-mini + .dropdown-toggle {
*padding-top: 2px;
padding-right: 5px;
*padding-bottom: 2px;
padding-left: 5px;
}
.btn-group > .btn-small + .dropdown-toggle {
*padding-top: 5px;
*padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
*padding-top: 7px;
padding-right: 12px;
*padding-bottom: 7px;
padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
background-image: none;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 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-top-width: 5px;
border-right-width: 5px;
border-left-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-top: -1px;
margin-left: 0;
}
.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;
}
.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 {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-success h4 {
color: #468847;
}
.alert-danger,
.alert-error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.alert-danger h4,
.alert-error h4 {
color: #b94a48;
}
.alert-info {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
}
.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;
}
.nav {
margin-bottom: 20px;
margin-left: 0;
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-right: 15px;
padding-left: 15px;
margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
margin-right: -15px;
margin-left: -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;
line-height: 0;
content: "";
}
.nav-tabs:after,
.nav-pills:after {
clear: both;
}
.nav-tabs > li,
.nav-pills > li {
float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
padding-right: 12px;
padding-left: 12px;
margin-right: 2px;
line-height: 14px;
}
.nav-tabs {
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;
cursor: default;
background-color: #ffffff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.nav-pills > li > a {
padding-top: 8px;
padding-bottom: 8px;
margin-top: 2px;
margin-bottom: 2px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.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;
border-top-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
z-index: 2;
border-color: #ddd;
}
.nav-pills.nav-stacked > li > a {
margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.nav .dropdown-toggle .caret {
margin-top: 6px;
border-top-color: #0088cc;
border-bottom-color: #0088cc;
}
.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;
line-height: 0;
content: "";
}
.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-top-color: #ddd;
border-bottom-color: transparent;
}
.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;
cursor: default;
background-color: transparent;
}
.navbar {
*position: relative;
*z-index: 2;
margin-bottom: 20px;
overflow: visible;
}
.navbar-inner {
min-height: 40px;
padding-right: 20px;
padding-left: 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;
border: 1px solid #d4d4d4;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
*zoom: 1;
-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);
}
.navbar-inner:before,
.navbar-inner:after {
display: table;
line-height: 0;
content: "";
}
.navbar-inner:after {
clear: both;
}
.navbar .container {
width: auto;
}
.nav-collapse.collapse {
height: auto;
overflow: visible;
}
.navbar .brand {
display: block;
float: left;
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-right: 1px solid #ffffff;
border-left: 1px solid #f2f2f2;
}
.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;
line-height: 0;
content: "";
}
.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 {
padding: 4px 14px;
margin-bottom: 0;
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-right: 0;
padding-left: 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: 940px;
}
.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, 0.1);
-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-fixed-bottom {
bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
-webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 -1px 10px rgba(0, 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 {
color: #333333;
text-decoration: none;
background-color: transparent;
}
.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-right: 5px;
margin-left: 5px;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #ededed;
*background-color: #e5e5e5;
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;
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);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.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 {
position: absolute;
top: -7px;
left: 9px;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-left: 7px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: '';
}
.navbar .nav > li > .dropdown-menu:after {
position: absolute;
top: -6px;
left: 10px;
display: inline-block;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
border-left: 6px solid transparent;
content: '';
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
top: auto;
bottom: -7px;
border-top: 7px solid #ccc;
border-bottom: 0;
border-top-color: rgba(0, 0, 0, 0.2);
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
top: auto;
bottom: -6px;
border-top: 6px solid #ffffff;
border-bottom: 0;
}
.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 {
color: #555555;
background-color: #e5e5e5;
}
.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 {
right: 0;
left: auto;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
right: 12px;
left: auto;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
right: 13px;
left: auto;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
right: 100%;
left: auto;
margin-right: -1px;
margin-left: 0;
-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;
border-color: #252525;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}
.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 {
color: #ffffff;
background-color: transparent;
}
.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-right-color: #222222;
border-left-color: #111111;
}
.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 {
color: #ffffff;
background-color: #111111;
}
.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, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.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;
outline: 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);
}
.navbar-inverse .btn-navbar {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #0e0e0e;
*background-color: #040404;
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;
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);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
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;
text-shadow: 0 1px 0 #ffffff;
*zoom: 1;
}
.breadcrumb > li > .divider {
padding: 0 5px;
color: #ccc;
}
.breadcrumb > .active {
color: #999999;
}
.pagination {
margin: 20px 0;
}
.pagination ul {
display: inline-block;
*display: inline;
margin-bottom: 0;
margin-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
*zoom: 1;
-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;
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;
cursor: default;
background-color: transparent;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
border-left-width: 1px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-topleft: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 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-bottom-left-radius: 6px;
border-bottom-left-radius: 6px;
-webkit-border-top-left-radius: 6px;
border-top-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-topleft: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
-webkit-border-top-right-radius: 6px;
border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
border-bottom-right-radius: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 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-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-top-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-topleft: 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;
border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 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;
text-align: center;
list-style: none;
*zoom: 1;
}
.pager:before,
.pager:after {
display: table;
line-height: 0;
content: "";
}
.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;
cursor: default;
background-color: #fff;
}
.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;
outline: none;
-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;
}
.modal.fade {
top: -25%;
-webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
-moz-transition: opacity 0.3s linear, top 0.3s ease-out;
-o-transition: opacity 0.3s linear, top 0.3s ease-out;
transition: opacity 0.3s linear, top 0.3s ease-out;
}
.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;
max-height: 400px;
padding: 15px;
overflow-y: auto;
}
.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;
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
box-shadow: inset 0 1px 0 #ffffff;
}
.modal-footer:before,
.modal-footer:after {
display: table;
line-height: 0;
content: "";
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.tooltip {
position: absolute;
z-index: 1030;
display: block;
font-size: 11px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
visibility: visible;
}
.tooltip.in {
opacity: 0.8;
filter: alpha(opacity=80);
}
.tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
.tooltip.right {
padding: 0 5px;
margin-left: 3px;
}
.tooltip.bottom {
padding: 5px 0;
margin-top: 3px;
}
.tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.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-top-color: #000000;
border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-right-color: #000000;
border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-left-color: #000000;
border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-bottom-color: #000000;
border-width: 0 5px 5px;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1010;
display: none;
max-width: 276px;
padding: 1px;
text-align: left;
white-space: normal;
background-color: #ffffff;
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);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
padding: 8px 14px;
margin: 0;
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 {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, 0.25);
border-bottom-width: 0;
}
.popover.top .arrow:after {
bottom: 1px;
margin-left: -10px;
border-top-color: #ffffff;
border-bottom-width: 0;
}
.popover.right .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, 0.25);
border-left-width: 0;
}
.popover.right .arrow:after {
bottom: -10px;
left: 1px;
border-right-color: #ffffff;
border-left-width: 0;
}
.popover.bottom .arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, 0.25);
border-top-width: 0;
}
.popover.bottom .arrow:after {
top: 1px;
margin-left: -10px;
border-bottom-color: #ffffff;
border-top-width: 0;
}
.popover.left .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-left-color: #999;
border-left-color: rgba(0, 0, 0, 0.25);
border-right-width: 0;
}
.popover.left .arrow:after {
right: 1px;
bottom: -10px;
border-left-color: #ffffff;
border-right-width: 0;
}
.thumbnails {
margin-left: -20px;
list-style: none;
*zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
display: table;
line-height: 0;
content: "";
}
.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-right: auto;
margin-left: auto;
}
.thumbnail .caption {
padding: 9px;
color: #555555;
}
.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;
}
.label,
.badge {
display: inline-block;
padding: 2px 4px;
font-size: 11.844px;
font-weight: bold;
line-height: 14px;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
white-space: nowrap;
vertical-align: baseline;
background-color: #999999;
}
.label {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.badge {
padding-right: 9px;
padding-left: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}
.label:empty,
.badge:empty {
display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.label-important,
.badge-important {
background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
background-color: #953b39;
}
.label-warning,
.badge-warning {
background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
background-color: #c67605;
}
.label-success,
.badge-success {
background-color: #468847;
}
.label-success[href],
.badge-success[href] {
background-color: #356635;
}
.label-info,
.badge-info {
background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
position: relative;
top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
top: 0;
}
@-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 {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
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;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
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);
}
.progress .bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
color: #ffffff;
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, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 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);
}
.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 {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner > .item {
position: relative;
display: none;
-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 {
right: 15px;
left: auto;
}
.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;
right: 0;
bottom: 0;
left: 0;
padding: 15px;
background: #333333;
background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
line-height: 20px;
color: #ffffff;
}
.carousel-caption h4 {
margin: 0 0 5px;
}
.carousel-caption p {
margin-bottom: 0;
}
.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;
letter-spacing: -1px;
color: inherit;
}
.hero-unit li {
line-height: 30px;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left;
}
.hide {
display: none;
}
.show {
display: block;
}
.invisible {
visibility: hidden;
}
.affix {
position: fixed;
}.clearfix {
*zoom: 1;
}
.clearfix:before, .clearfix:after {
display: table;
line-height: 0;
content: "";
}
.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;
}
@-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;
} .catalogue-view img, .catalogue-view {
width: 100%;
}
.navigation-box {
width: 100%;
}
#banner .caption {
padding: 0 10px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.top-bar-outer {
width: 100%;
}
#nav li {
float: none;
}
.main{
margin:480px 0 0 0;
}
.extra-images.gallery{
margin:0 0 10px 0;
}
.nav-box {
width: 100%;
}
.navigation-box .navbar {
width: 100%;
}
table.em-calendar td{
padding:4px 2px !important;
}
.widget_em_calendar table.em-calendar thead{
width:100%;
}
.sidebar-search input[type="text"]{
font-size:12px;
}
.widget_product_categories ul.product-categories li a:before{
font-size:15px;
}
.widget_product_categories ul.product-categories li a:before{
font-size:13px !important;
}
.widget_recently_viewed_products ul.product_list_widget li span{
font-size:13px !important;
}
.sidebar-recent-post ul li a{
width:100%;
}
.sidebar-recent-post ul li .frame{
width:100%;
}
table tbody tr th, table tbody tr td{
font-size:12px;
}
.actions .input-text{
margin:0 0 20px 0 !important;
}
.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input{
width:43%;
}
#nav {
width: 100%;
padding: 0;
}
#nav li ul {
position: static;
width: 100%;
}
.summary {
padding: 0 !important;
}
.widget_em_calendar table.em-calendar thead {
float: left;
}
.em-calendar tbody {
float: left;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 45%;
}
.widget_tag_cloud {
margin: 0 0 20px 0;
float: left;
}
.header-search {
width: 100%;
margin: 11px 0 0 0;
}
.header-search strong.title {
float: right;
}
.donate-box {
width: 100%;
}
#main {
margin: 312px 0 0 0;
}
.services-box {
height: auto;
}
.services-box a.readmore {
width: 100%;
font-size: 12px;
}
.services-box a.readmore:before {
width: 100px;
}
.our-mission {
height: auto;
}
.our-mission #bx-pager-2 {
height: auto;
width: 17%;
padding: 0;
margin: 0 10px 0 0;
}
.our-mission #bx-pager-2 > a {
float: none;
display: block;
margin: 15px 0;
overflow: hidden;
clear: both;
}
.our-mission #bx-pager-2 > a strong.year {
display: inline;
}
.timeline-box {
margin: 0 20px;
}
h3{
font-size:21.5px;
}
.list-style li{
font-size:12px;
}
.text-outer {
width: 81%;
}
.text-outer {
padding: 20px 45px;
}
.timeline-text h3 {
float: left;
font-size: 23px;
line-height: 23px;
}
.timeline-text a.btn-listen {
margin: 0 0 10px 0;
}
.timeline-text p {
clear: both;
}
.recent-news-post {
padding: 50px 0 0 0;
}
.da-thumbs-2 li {
width: 100%;
}
.da-thumbs-2 li img {
width: 100%;
}
.slider-row .right-box {
max-width: 100%;
}
.responsive-section-inner .left-box p {
margin: 0 0 10px 0;
}
.responsive-section-inner {
padding: 20px;
}
.accordion-text-box .frame {
width: 100%;
margin: 0 0 5px 0;
}
.accordion-text-box .frame img {
width: 100%;
}
.accordion-text-box .text-box {
float: left;
width: 100%;
}
.time-box strong.title {
display: none;
}
.main-content{
margin:0;
}
a.plus {
display: none;
}
.latest-blog h3 {
margin: 0 0 26px 0;
font-size: 12px;
}
.our-process {
height: auto;
}
.our-process ul li:first-child {
padding: 0 0 0 44px;
}
.our-process ul li {
margin: 0 0 70px 0;
}
.featured-video-text .text-box {
}
.featured-video-text .text-box p {
clear: both;
}
.featured-video-text .text-box a.readmore {
margin: 0;
}
.testimonials-box {
padding: 0 20px;
}
.home-testimonials .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
left: 10px;
}
.testimonials-text {
max-width: 100%;
padding: 20px 0;
}
.testimonials-text .fa-quote-right {
padding: 0;
font-size: 100px;
line-height: 100px;
}
.footer-top-section {
height: auto;
}
.btn-signup {
font-size: 15px;
}
.gallery-box ul li {
}
.subscribe-newsletter {
height: auto;
}
.subscribe-newsletter .btn-subscribe {
width: 100%;
padding: 8px 0;
}
.subscribe-newsletter ul li {
border: 0;
padding: 0 19px;
}
.our-event-accordion .accordion-heading .accordion-toggle strong.date {
font-size: 20px;
line-height: 20px;
}
.text-col strong.title {
font-size: 17px;
line-height: 17px;
}
.latest-blog-box a.name {
float: left;
padding: 0 0 5px 0;
}
.featured-video-box .span7 {
width: 100% !important;
}
.featured-video-box .span5 {
width: 100% !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 (min-width: 1200px) {
.row {
margin-left: -30px;
*zoom: 1;
}
.row:before, .row:after {
display: table;
line-height: 0;
content: "";
}
.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;
line-height: 0;
content: "";
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*="span"] {
display: block;
float: left;
width: 100%;
min-height: 30px;
margin-left: 2.564102564102564%;
*margin-left: 2.5109110747408616%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.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;
} .navigation-box {
width: 1170px;
}
.top-bar-outer {
width: 977px;
}
#nav li a {
padding: 20px 19px;
}
.header-search {
width: auto;
margin: 11px 18px 0 0;
}
.header-search strong.title {
float: none;
}
.donate-box {
width: auto;
}
#nav li ul {
top: 60px;
}
.navigation-box.home-page {
top: 405px;
}
.navigation-box {
top: 58px;
}
#nav ul{
border:0;
float:inherit !important;
}
.main{
margin:0;
}
.funding-detail .caption h2{
font-size:30px;
}
.donate-box a.btn-donate{
margin:-13px 0 0 0;
}
.services-box h3{
font-size:23px;
}
.text-col{
width:auto;
}
.accordion-close span{
width:auto !important;
}
.accordion-open span{
width:auto !important;
}
.counter-box {
width: 91%;
}
.chirty-box .text-box h3{
font-size:18px;
}
.footer-top-section .left p{
margin:0 0 0 58px;
}
.gallery-box-2{
padding:15px 0 0 0;
}
#main {
margin: 0;
}
.services-box {
height: 217px;
}
.timeline-box {
margin: 0 40px;
}
.slider-row .left-box {
max-width: 812px;
}
.slider-row .right-box {
max-width: 358px;
width: 100%;
padding: 22px 19px 10px 15px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.latest-blog h3 {
font-size: 24px;
}
.latest-blog-box a.mnt {
float: right;
}
.latest-blog-box a.name {
padding: 0 11px 0 0;
}
.time-box strong.title {
display: inherit;
}
.our-event-accordion .accordion-heading .accordion-toggle strong.date {
font-size: 30px;
line-height: 30px;
}
.text-col strong.title {
font-size: 20px;
}
.accordion-text-box .frame {
width: auto;
margin: 0 12px 0 0;
}
.accordion-text-box .frame img {
width: auto;
}
.view-section .box-1 .text-box a.admin {
font-family: 'museo500';
font-weight: 500;
font-size: 13px;
line-height: 13px;
float: right;
text-decoration: none;
clear: both;
}
.accordion-text-box .text-box {
float: none;
}
.our-process ul li:first-child {
padding: 0;
}
.our-process ul li {
margin: 0;
}
.our-process {
height: 483px;
}
.home-testimonials .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
left: 0;
}
.testimonials-box {
padding: 0 0 0 60px;
}
.testimonials-text {
max-width: 588px;
width: auto;
padding: 20px 50px 0 0;
}
.footer-top-section .left p {
margin: 0;
}
.slider-row .right-box-2 {
max-width: 358px;
width: auto;
}
.da-thumbs li a .frame .caption strong.title {
margin: 0 0 35px 0;
}
.da-thumbs li a .caption-inner p {
font-size: 12px;
}
.sidebar-tab .nav-tabs > li > a, .nav-pills > li > a {
font-size: 24px;
padding-left: 21px;
padding-right: 21px;
}
.sidebar-tab-content h2 {
font-size: 24px;
line-height: 24px;
}
.blog-page {
margin: 0;
}
.donate-box-2 {
width: 946px;
}
.navigation-box.home-page {
top: 58px;
}
.right-text-2 {
width: 358px;
}
.slider-row .bx-wrapper {
width: 812px;
}
.slider-row .left-box {
width: 812px;
}
.slider-row .right-box {
padding: 19px 15px;
}
.chirty-box .frame {
width: 170px;
height: 170px;
}
.outer-text {
width: 965px;
}
#banner > div {
z-index: 9;
} }
@media (min-width: 768px) and (max-width: 979px) {
.row {
margin-left: -20px;
*zoom: 1;
}
.row:before, .row:after {
display: table;
line-height: 0;
content: "";
}
.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;
line-height: 0;
content: "";
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*="span"] {
display: block;
float: left;
width: 100%;
min-height: 30px;
margin-left: 2.7624309392265194%;
*margin-left: 2.709239449864817%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.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;
}
.team-box .round {
width: 150px;
height: 150px;
}
.about-box-1 .frame {
width: 100%;
margin: 0;
}
.about-box-1 .frame img {
width: 100%;
}
.about-box-1 .text-box {
float: left;
}
.about-accordion-box .accordion-inner .frame {
width: 100%;
margin: 0;
}
.about-accordion-box .accordion-inner .frame img {
width: 100%;
}
.detail-box h3 {
font-size: 20px;
}
.detail-box strong.title {
font-size: 14px;
line-height: 14px;
}
.detail-box ul li .fa {
padding: 0 15px 10px 0;
}
.view-section .box-1 .text-box h3 {
font-size: 22px;
margin: 10px 0;
}
.slider-row .right-box-2 {
max-width: 100%;
}
.da-thumbs li a .frame .caption {
display: none !important;
}
.event-box .top .frame {
width: 100%;
}
.event-box .top .frame img {
width: 100%;
}
.event-time-box .countdown-amount {
width: 120px;
}
.crowed-funding .box .bottom-row a{
font-size:10px;
}
.crowed-funding .box .text-box h2{
font-size:13px;
}
.crowed-funding .box .text-box strong.title{
font-size:12px;
}
.sidebar-tab .nav-tabs > li > a, .nav-pills > li > a {
font-size: 17px;
padding-left: 9px;
padding-right: 9px;
}
.sidebar-tab-content h2 {
font-size: 15px;
line-height: 15px;
}
.sidebar-tab-content strong.title {
font-size: 13px;
line-height: 13px;
margin: 0 0 10px 0;
padding: 0;
}
.sidebar-tab-content .thumb {
margin: 0;
width: 100%;
}
.sidebar-tab-content .thumb img {
width: 100%;
}
.sidebar-tab-content .text-box {
float: left;
}
.event-detail-form {
padding: 24px 19px 0 19px;
}
.event-detail-form input[type="text"] {
min-width: 100%;
}
.event-detail-form textarea {
min-width: 100%;
}
.comments .text-outer-1 strong.title {
padding: 0 20px 0 9px;
}
.crowed-funding .box .bottom-row strong.detail {
font-size: 11px;
}
.crowed-funding .box .bottom-row strong.day {
font-size: 11px;
}
.funding-detail .caption {
padding: 0 0 0 27px;
}
.funding-detail .caption h2 {
font-size: 20px;
line-height: 20px;
}
.funding-detail-progress strong.amount {
font-size: 18px;
padding: 0 40px 0 0;
}
.funding-detail-map-box {
margin: 20px 0;
}
.donate-box-2 {
width: 100%;
height: auto;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.contact-twitter {
padding: 30px 0;
}
.contact-twitter .holder {
width: 82%;
}
.input-box-1 {
width: 100%;
margin: 0;
}
.contact-form .selectArea {
width: 100% !important;
margin: 0 0 10px 0;
}
.navigation-box.home-page {
top:319px;
}
.navigation-box{
top:121px;
}
strong.logo {
width: 100%;
text-align: center;
}
strong.logo a {
width: 100%;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.right-text-2 {
width: 100%;
}
.slider-row #bx-pager-cp {
padding: 0 10px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.recent-post {
padding: 20px 0;
}
.slider-row .right-box {
width: 100%;
}
.chirty-box .frame {
width: 100%;
height: 100%;
}
.indicator-section .holder {
width: 100%;
}
.indicator-section .holder .frame {
margin: 0 auto;
float: none;
}
.indicator-section .bx-viewport {
}
.indicator-section .holder h2{
font-size:34px;
}
#footer .widget h4, .latest-twitter-box h4{
font-size:22px;
line-height:22px;
}
.footer-section-2 .gallery-box-2{
padding:0;
}
.footer-top-section .left p{
margin:0;
}
.indicator-section .holder .text-box {
float: left;
width: 100%;
}
.indicator-section .bx-wrapper .bx-controls-direction a {
top: 8%;
}
.indicator-btn-row a.btn-donate {
width: 146px;
}
.text-outer .bx-viewport {
}
.accordion-close span{
width:100%;
padding:5px 9px;
}
.accordion-open span{
width:100%;
padding:5px 9px;
}
.chirty-store .generic-heading{
margin:0 0 20px 0;
}
.featured_parent .span7{
width:100%;
}
.featured_parent .span5{
width:100%;
margin:0;
}
.featured-video-col{
margin:0 0 20px 0;
}
.time-box .countdown_section{
font-size:9px;
}
.outer-text {
width: 100%;
}
.outer-text:before {
display: none;
}
.services-box h3 {
font-size: 20px;
line-height: 20px;
}
#banner > div {
z-index: 999;
}
strong.logo {
margin-top: 42px;
}
.boxed {
border: 0 !important;
}
#nav ul{
float:none;
border:0;
}
#nav li{
border:0;
}
}
@media (max-width: 767px) {
body {
padding-right: 20px;
padding-left: 20px;
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
margin-right: -20px;
margin-left: -20px;
}
.container-fluid {
padding: 0;
}
.dl-horizontal dt {
float: none;
width: auto;
clear: none;
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"] {
display: block;
float: none;
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;
right: 20px;
left: 20px;
width: auto;
margin: 0;
}
.modal.fade {
top: -100px;
}
.modal.fade.in {
top: 20px;
} .catalogue-view img, .catalogue-view {
width: 100%;
}
.chirty-box {
margin-bottom: 20px;
}
body {
padding: 0;
}
.container {
padding: 0 10px;
}
.span6.mbtm.fadeIn.mbtm.column.first img {
width: 100%;
}
.attachment-350x350.wp-post-image {
width: 100%;
}
.navigation-box {
width: 100%;
}
.gallery-two-column .gallery-box {
margin: 0 0 20px 0;
}
.navigation-box.home-page {
top:305px;
}
.navigation-box {
top:101px;
}
#main {
margin: 315px 0 0 0;
}
.donate-form-area ul li:first-child {
margin: 0 0 0 30px;
}
.top-bar-outer {
width: 100%;
}
.donate-box {
width: 100%;
}
.filterable-grid-style div.grid-style > .portfolio-item {
margin-left: 0;
width: 100%;
}
.list-style figure, .product-box {
width: 100%;
}
.list-style figure img {
width: 100%;
}
.product-box {
margin: 0 0 30px 0;
}
.crowed-funding .box {
margin: 0 0 20px 0;
}
.view-section .box-1 {
margin: 0 0 20px 0;
}
#banner .caption {
bottom: 60px;
}
#banner .caption .holder {
width: 100%;
padding: 0 10px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#banner .caption h1 {
font-size: 40px;
line-height: 40px;
}
#banner .caption strong.title {
font-size: 30px;
line-height: 30px;
}
.services-box {
margin: 0 0 40px 0;
}
.our-services {
padding: 0;
}
.our-mission {
height: auto;
}
.our-mission #bx-pager-2 {
height: 140px;
overflow: scroll;
}
.our-mission #bx-pager-2 > a {
margin: 0;
float: none;
display: block;
overflow: hidden;
clear: both;
margin: 20px 0;
}
.our-mission #bx-pager-2 > a strong.year {
display: inline;
}
.text-outer {
margin: 20px 0 0 0;
}
.timeline-text p {
clear: both;
}
.recent-news-post {
padding: 50px 0 0 0;
}
.da-thumbs-2 li {
width: 100%;
}
.da-thumbs-2 li img {
width: 100%;
}
.slider-row .right-box {
max-width: 100%;
}
.responsive-section-inner {
padding: 30px 32px 30px 22px;
}
.responsive-section-inner .left-box p {
margin: 0 0 10px 0;
}
.our-process {
height: auto;
}
.our-process ul li:first-child {
padding: 0 0 0 44px;
}
.our-process ul li {
margin: 0 0 60px 0;
}
.sponsor-box {
margin: 0 0 20px 0;
}
.sponsor-village {
padding: 20px 0;
}
.testimonials-text {
max-width: 100%;
margin: 0 0 10px 0;
}
.testimonials-box {
padding: 0 20px;
}
.footer-top-section {
height: auto;
}
.latest-event-gallery {
margin: 0 0 20px 0;
}
.home-testimonials .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
left: 0;
}
#nav li {
float: none;
}
.nav-box {
width: 100%;
}
.navigation-box .navbar {
width: 100%;
}
#nav {
padding: 0;
width: 100%;
}
#nav li ul {
width: 100%;
position: static;
}
.team-box {
margin: 30px 0;
}
.detail-box ul li {
float: none;
}
.slider-row .right-box-2 {
max-width: 100%;
}
.full-gallery ul li {
padding: 0 0 20px 0;
margin: 0;
}
.full-gallery {
margin: 0;
}
.da-thumbs li a .frame .caption {
display: none !important;
}
.funding-detail .caption {
padding: 10px 20px;
}
.funding-detail .caption h2 {
font-size: 16px;
line-height: 16px;
}
.chirty-store .generic-heading{
margin:0;
}
.featured-video-col{
margin:0 0 20px 0;
}
.funding-detail-progress strong.amount {
font-size: 16px;
padding: 0 40px 10px 0;
}
.funding-detail .bottom-row {
margin: 0 0 20px 0;
}
.funding-detail-progress strong.goal {
padding: 0 0 7px 0;
}
.custom_accordion_cp.accordion-close p {
font-size: 15px;
}
.team-member-box .gallery {
margin: 0;
}
.team-member-box {
padding: 0 10px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.donate-box-2 {
width: 100%;
height: auto;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.funding-detail-map-box {
margin: 20px 0;
}
.input-box-1 {
width: 192px;
}
.contact-detail {
padding: 30px 0;
}
.contact-twitter .holder {
width: 78%;
}
.contact-twitter {
padding: 30px 0 30px 0;
}
strong.logo {
width: 100%;
text-align: center;
}
strong.logo a {
width: 100%;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.right-text-2 {
width: 100%;
}
.slider-row #bx-pager-cp {
padding: 0 10px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.recent-post {
padding: 20px 0;
}
.chirty-box .frame {
width: 170px;
height: 170px;
}
.indicator-section .holder {
width: 100%;
}
.indicator-section .holder h2 {
font-size: 24px;
line-height: 24px;
}
.indicator-section .holder .frame {
margin: 0 auto;
float: none;
}
.indicator-section .bx-viewport {
}
.gallery-box-2{
margin:0 0 20px 0;
}
.footer-section-2 .gallery-box-2 ul{
margin:0;
}
.footer-top-section .left p{
margin:0;
}
.contact-box{
margin:20px 0 0 0;
}
.indicator-section .holder .text-box {
float: left;
width: 100%;
}
.indicator-section .bx-wrapper .bx-controls-direction a {
top: 8%;
}
.indicator-btn-row a.btn-donate {
width: 146px;
}
.text-outer .bx-viewport {
}
.outer-text {
width: 100%;
}
.outer-text:before {
display: none;
}
#banner > div {
z-index: 999;
}
.newsletter-box {
margin: 0 0 10px 0;
}
#banner .caption h1, #banner .caption strong.title {
text-align: center;
}
.slide-out-div {
display: none;
}
.boxed {
border: 0 !important;
}
#nav ul{
float:none;
border:0;
}
#nav li{
border:0;
}
.main{
margin:450px 0 0 0;
}
.extra-images.gallery{
margin:0 0 10px 0;
}
.related li, .woo_product li, .woo_product .span3{
padding:0 !important;
}
.project-detail .frame{
margin:0 0 20px 0;
}
.testimonial-box-1 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
left:0;
} }
@media (max-width: 480px) { .full-width .container {
padding: 0px 20px !important;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.accordion_cp span {
width: 100%;
}
.container {
padding: 0px !important;
}
.full-width-content .main-content{
margin:0;
}
.project-detail, .content_sidebar{
padding:0 10px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.project-detail .frame{
margin:0 0 20px 0;
}
.gallery-box-2{
margin-bottom:20px;
}
#banner #bx_slider_cap > a {
width: 45px;
}
.catalogue-view {
width: 100%;
}
.main-content{
margin:0;
}
#indicatore-cp-slider-35 > li {
position: static !important;
}
.chirty-store .generic-heading{
margin:0;
}
#wrapper h1{
font-size:41px !important;
}
.testimonial-box-1 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
left:0;
}
.woocommerce-result-count{
margin:0 0 20px 10px !important;
}
form.woocommerce-ordering{
margin:0 20px 20px 0 !important;
}
.related li, .woo_product li, .woo_product .span3{
padding:0 !important;
}
.products li{
padding:0 10px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.amount-row strong.price, .amount-row a.cart {
display: block;
text-align: center;
}
.about-section-4 .box .text-box{
padding:13px 10px;
}
.main{
margin:390px 0 0 0;
}
div.woocommerce{
padding:20px 0 !important;
}
.extra-images.gallery{
margin:0 0 10px 0;
}
.sidebar-tab .nav-tabs > li > a, .nav-pills > li > a{
font-size:18px;
}
#nav ul{
float:none;
border:0;
}
#nav li{
border:0;
}
.top-project{
padding:70px 0 20px 0;
}
.indicator-section {
padding: 0 10px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.home-testimonials .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
float: none;
display: inline-block;
}
.timeline-text {
margin-bottom: 20px;
}
.nav-collapse {
-webkit-transform: translate3d(0, 0, 0);
}
.crowed-funding .box {
margin: 0 0 20px 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-right: 10px;
padding-left: 10px;
}
.category_list_filterable {
float: none;
display: block;
text-align: center;
}
.showcoupon {
display: block;
margin: 0;
}
.product.type-product {
padding: 0 10px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.woocommerce-tabs ul.tabs {
float: none !important;
display: block;
text-align: center;
margin: inherit !important;
}
.woocommerce-tabs ul.tabs li {
float: none !important;
display: inline-block;
}
.woocommerce-tabs ul.tabs li a {
font-size: 14px !important;
padding: 10px 15px !important;
}
.category_list_filterable li {
float: none;
display: inline-block;
margin: 0 10px 15px 0;
}
.filterable-grid-style div.grid-style > .portfolio-item {
width: 100%;
margin-left: 0;
}
.list-style figure {
width: 100%;
margin: 0;
}
.list-style figure img {
width: 100%;
}
.product-box {
margin: 0 0 30px 0;
}
.product-name {
display: none;
}
.shop_table tbody tr td {
padding: 10px !important;
}
.donate-form-area ul li:first-child {
margin: 0 10px 0 0;
}
.donate-form-area ul li {
margin: 0 10px 0 0;
}
#project_contet, .funding-detail .text, .donation-rank-box, .faq-terms, .team_detail_cp {
padding: 0 10px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.attachment-350x350.wp-post-image {
width: 100%;
}
.view-section .box-1 {
margin-bottom: 20px;
}
.generic-heading-3, .content {
padding: 0 10px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 40px;
}
.author-box .text {
float: left;
}
.event-time-box .countdown_amount {
width: 75px;
}
.event-time-box .countdown_section {
font-size: 13px;
}
.gallery-two-column .gallery-box {
margin: 0 0 20px 0;
}
.media .pull-left, .media .pull-right {
display: block;
float: none;
margin-bottom: 10px;
}
.widget_tag_cloud {
margin: 0;
float: left;
}
.media-object {
margin-right: 0;
margin-left: 0;
}
.em-booking-form-details select, .em-booking-form-details textarea {
width: 100%;
min-width: 100%;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.widget_search, .sidebar-tab, .slider_products, .sidebar-testimonial, .cp_gallery_image_show, .widget_tag_cloud, .event-box {
padding: 0 10px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.em-booking-login-form {
padding: 0 10px;
}
.modal {
top: 10px;
right: 10px;
left: 10px;
}
.modal-header .close {
padding: 10px;
margin: -10px;
}
.carousel-caption {
position: static;
} body {
padding: 0;
}
.container {
padding: 0 10px;
}
.navigation-box.home-page {
top: 0 !important;
}
.timeline-text a.btn-listen {
float: left;
}
#banner {
top: 371px;
}
#main {
margin: 390px 0 0 0;
}
#banner .caption {
bottom: 57px;
}
.about-section-5 {
display: none;
}
#banner .caption .holder {
width: 100%;
padding: 0 10px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#banner .caption h1 {
font-size: 24px !important;
line-height: 20px;
margin: 10px 0 0 0;
}
#banner .caption strong.title {
font-size: 15px;
line-height: 15px;
}
.navigation-box {
width: 100%;
top: 0;
}
.inner-banner {
top: 403px;
display: none;
}
.top-bar-outer {
width: 100%;
padding: 0 10px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#block_content_first .row-fluid {
padding-bottom: 0 !important;
}
.latest-blog, .chirty-box {
margin-bottom: 20px;
}
.featured-video-col, .generic-heading, .featured-video-text, .footer-top-section {
padding: 0 10px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.footer-section-2, .footer-section-3 {
padding: 30px 20px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.catalogue-view img {
width: 100%;
}
.bottom-row {
width: 100%;
}
.header-search {
margin: 11px 0 0 0;
}
.nav-box {
width: 100%;
}
.copyrights-section strong.copy {
float: none;
display: block;
text-align: center;
}
#nav li {
float: none;
}
.navigation-box .navbar {
width: 100%;
}
#nav {
width: 100%;
padding: 0;
}
#nav li ul {
position: static;
width: 100%;
}
.services-box {
margin-bottom: 70px;
}
.our-services {
padding: 0;
}
.our-mission {
height: auto;
}
.our-mission #bx-pager-2 > a strong.year {
display: inline;
}
.our-mission #bx-pager-2 {
height: 123px !important;
overflow: scroll;
}
.our-mission #bx-pager-2 > a {
float: none;
display: block;
overflow: hidden;
clear: both;
margin: 15px 0;
}
.text-outer {
margin: 20px 0 0 0;
}
.timeline-text a.btn-listen {
margin: 30px 0;
}
.timeline-text h3 {
font-size: 20px;
line-height: 20px;
text-align: center;
}
.timeline-text p {
font-size: 12px;
text-align: center;
}
.recent-news-post {
padding: 20px 0 0 0;
}
.generic-heading {
margin: 0 0 80px 0;
}
.da-thumbs-2 li {
width: 100%;
}
.da-thumbs-2 li img {
width: 100%;
display: block;
}
.slider-row .left-box .caption .left strong.title {
font-size: 14px;
}
.slider-row .left-box .caption .left strong.mnt {
font-size: 12px;
}
.slider-row .left-box .caption {
padding: 4px 8px;
}
.slider-row .left-box .bx-wrapper .bx-prev {
width: 30px;
height: 30px;
}
.slider-row .left-box .bx-wrapper .bx-next {
width: 30px;
height: 30px;
left: 46px;
}
.slider-row .left-box .bx-wrapper .bx-prev:before {
font-size: 30px;
line-height: 30px;
}
.slider-row .left-box .bx-wrapper .bx-next:before {
font-size: 30px;
line-height: 30px;
}
.responsive-section-inner .left-box h3 {
font-size: 27px;
line-height: 27px;
}
.responsive-section-inner .left-box strong.title {
font-size: 16px;
}
.responsive-section-inner .left-box p {
margin: 0 0 10px 0;
}
.responsive-section-inner .right-box ul li {
padding: 0 5px 10px 5px;
float: none;
display: inline-block;
}
.time-box strong.title {
display: none;
}
.nbs-flexisel-item {
width: 131px !important;
}
.latest-blog h3 {
font-size: 19px;
}
.latest-blog-box a.name {
padding: 0 8px 0 0;
}
.event-row {
margin: 0 0 20px 0;
}
.our-process {
height: auto;
padding: 34px 0;
}
.our-process ul li {
margin: 0 auto;
padding: 0;
float: none;
width: 158px;
}
.our-process ul {
width: 100%;
}
.responsive-section-inner .left-box {
max-width: 100%;
text-align: center;
}
.our-process ul li:first-child {
padding: 0;
}
.process-outer {
margin-bottom: 60px;
}
.sponsor-box {
margin: 0 0 20px 0;
}
.sponsor-village {
margin: 20px 0;
}
.featured-video-box {
margin: 0;
}
.testimonials-box {
padding: 0 20px;
}
.testimonials-text {
padding: 20px 0 0 0;
}
.home-testimonials .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
left: 0;
top: 10px;
}
.testimonials-text {
padding: 20px 0;
}
.testimonials-frame {
width: 100%;
}
.testimonials-frame img {
width: 100%;
display: block;
}
.client-box {
width: 100%;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.footer-top-section .left p {
margin: 0;
}
.slider-row .left-box, .slider-row .right-box {
max-width: 100%;
}
.footer-top-section {
height: auto;
}
.subscribe-input {
width: 100% !important;
}
.btn-signup {
width: 100% !important;
}
.latest-event-gallery {
margin: 0 0 20px 0;
}
.subscribe-newsletter {
height: auto;
}
.subscribe-newsletter .btn-subscribe {
width: 100%;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.subscribe-newsletter ul li {
border: 0;
}
.newsletter-text-box {
margin: 0 0 20px 0;
}
.featured-video-text .text-box {
width: 100%;
}
.featured-video-text .frame {
width: 100%;
}
.featured-video-text .frame img {
width: 100%;
}
.featured-video-text .text-box p {
clear: both;
}
.featured-video-text .text-box a.readmore {
margin: 0;
}
.header-search {
width: 100%;
}
.input-box {
width: 100%;
margin: 0;
}
.header-input {
min-width: 100%;
}
.about-box-1 .frame {
margin: 0;
width: 100%;
}
.about-box-1 .frame img {
width: 100%;
}
.about-box-1 .text-box {
float: left;
}
.about-box-1 {
margin-bottom: 20px;
}
.about-accordion-box .accordion-inner .frame {
margin: 0;
width: 100%;
}
.about-accordion-box .accordion-inner .frame img {
width: 100%;
}
.about-accordion-box .accordion-inner p {
clear: both;
}
.team-box {
margin: 30px 0;
}
.about-section-2 {
padding: 40px 0 0 0;
}
.about-section-3 .frame {
margin: 0 0 10px 0;
}
.about-section-3 .text-box strong.title {
font-size: 20px;
line-height: 20px;
}
.about-section-3 .text-box ul li .fa {
padding: 0 10px 16px 0;
}
.about-section-3 {
padding: 20px 0;
}
.view-section .box-1 .text-box h3 {
font-size: 22px;
line-height: 22px;
}
.top-project .holder ul li {
margin: 0 0 5px 0;
}
.work-banner .frame .caption .left strong.title {
font-size: 12px;
line-height: 12px;
}
.work-banner .frame .caption .left strong.date {
font-size: 12px;
line-height: 12px;
}
.work-banner .bx-wrapper .bx-prev {
width: 30px;
height: 30px;
}
.work-banner .bx-wrapper .bx-prev:before {
font-size: 30px;
line-height: 30px;
}
.work-banner .bx-wrapper .bx-next {
width: 30px;
height: 30px;
}
.work-banner .bx-wrapper .bx-next:before {
font-size: 30px;
line-height: 30px;
}
.work-banner .bx-wrapper .bx-controls-direction a {
top: 3px;
}
.work-banner .bx-wrapper .bx-next {
left: 45px;
}
.work-text-box h2 {
font-size: 20px;
}
.work-text-box p {
font-size: 15px;
margin: 0 0 20px 0;
}
.detail-box strong.title {
padding: 0 0 20px 0;
}
.work-text-box {
margin: 0 0 20px 0;
}
.slider-row .right-box-2 {
max-width: 100%;
}
.full-gallery ul li {
padding: 0 0 20px 0;
}
.da-thumbs li a .frame .caption {
display: none !important;
}
.event-box .top .text-box {
float: left;
padding: 35px 20px 22px;
}
.event-box ul li {
padding: 0 0 20px 0;
}
.text-area {
padding: 25px 25px 0;
}
.event-box .top .frame {
width: 100%;
}
.event-box .top .frame img {
width: 100%;
}
.event-time-box .countdown-amount {
width: 75px;
}
.sidebar-tab .nav-tabs > li > a, .nav-pills > li > a {
padding-left: 9px;
padding-right: 10px;
}
.sidebar-tab-content h2 {
font-size: 21px;
}
.sidebar-tab-content strong.title {
font-size: 13px;
}
.event-detail-form input[type="text"] {
min-width: 100%;
}
.event-detail-form textarea {
min-width: 100%;
}
.event-detail-form {
padding: 24px 19px 0;
margin: 0 0 10px 0;
}
.blog-box .text-box h2 {
font-size: 21px;
margin: 20px 0 0 0;
}
.comments .text-outer-1 strong.title {
padding: 0 20px 0 0;
}
.comment-box {
padding: 0 10px;
}
.funding-detail .caption h2 {
margin: 0 0 10px 0;
font-size: 15px;
line-height: 15px;
}
.funding-detail-progress {
padding: 0;
width: 100%;
}
.funding-detail-progress strong.amount {
font-size: 16px;
line-height: 16px;
padding: 0 40x 5px 0;
}
.funding-detail .bottom-row a.btn-detail {
width: 140px;
font-size: 17px;
margin: 0 2px 10px 0;
float: none;
display: inline-block;
}
.funding-detail .bottom-row {
margin: 0 0 20px 0;
display: block;
text-align: center;
}
.rank-box {
display: table;
margin: 0 auto;
float: none;
}
.donate-box-2 strong.title {
line-height: 25px;
}
#map_contact_4 {
height: 484px;
}
.funding-detail-map-box .inner {
width: 58%;
}
.donate-box-2 {
width: 100%;
height: auto;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.funding-detail-map-box {
margin: 20px 0;
}
.contact-twitter .holder {
width: 62%;
}
.input-box-1 {
width: 100%;
margin: 0;
}
.contact-form .selectArea {
width: 100% !important;
margin: 0 0 5px 0;
}
.contact-detail {
padding: 30px 0;
}
.project-gallery .holder .frame .caption {
padding: 0 10px;
}
.project-gallery .holder .bx-wrapper .bx-next {
width: 20px;
height: 20px;
left: 35px;
}
.project-gallery .holder .bx-wrapper .bx-next:before {
font-size: 20px;
line-height: 20px;
}
.project-gallery .holder .bx-wrapper .bx-prev {
width: 20px;
height: 20px;
}
.project-gallery .holder .bx-wrapper .bx-prev:before {
font-size: 20px;
line-height: 20px;
}
.project-gallery .holder .bx-wrapper .bx-controls-direction a {
top: 4px;
}
.project-gallery .holder .frame .caption strong.title {
font-size: 12px;
line-height: 12px;
}
.project-gallery .holder .frame .caption strong.date {
font-size: 12px;
line-height: 12px;
}
#wrapper .spacing {
margin: 320px 0 0 0 !important;
}
.spacing {
margin: 20px 0 0 0;
}
strong.logo {
width: 100%;
text-align: center;
}
strong.logo a {
width: 100%;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.right-text-2 {
width: 100%;
}
.slider-row #bx-pager-cp {
padding: 0 10px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.recent-post {
padding: 20px 0;
}
.chirty-box .frame {
width: 170px;
height: 170px;
}
.slider-row .bx-wrapper .bx-prev {
width: 30px;
height: 30px;
}
.slider-row .bx-wrapper .bx-prev:before {
line-height:40px;
font-size: 30px;
}
.slider-row .bx-wrapper .bx-next {
width: 30px;
height: 30px;
left: 57px;
}
.slider-row .bx-wrapper .bx-next:before {
line-height:40px;
font-size: 30px;
}
.indicator-section .holder {
width: 100%;
}
.indicator-section .holder h2 {
font-size: 24px;
line-height: 24px;
}
.indicator-section .holder .frame {
margin: 0 auto;
float: none;
width: 220px;
height: 220px;
}
.indicator-section .bx-viewport {
height: auto !important;
}
.indicator-section .holder .text-box {
float: left;
width: 100%;
}
.indicator-section .bx-wrapper .bx-controls-direction a {
top:-60px;
}
.indicator-btn-row a.btn-donate {
width: 116px;
font-size: 14px;
}
.indicator-btn-row span {
left: 101px;
}
.text-outer .bx-viewport {
overflow:inherit !important;
}
.outer-text {
width: 100%;
}
.text-outer .frame {
width: 90%;
height: 90%;
margin: 0;
}
.timeline-text {
float: left;
width: 100%;
padding: 20px 0 0 0;
}
.outer-text:before {
display: none;
}
#banner #bx-pager > a {
width: 50px;
height: 50px;
margin: 10px 5px 0 5px;
}
.rollIn.animated > img {
width: 100%;
}
#banner > div {
z-index: 99;
}
.header-search strong.title {
float: none;
text-align: center;
display: block;
}
.donate-box strong.title {
float: none;
display: block;
text-align: center;
padding: 0 0 8px 0;
}
.donate-box a.btn-donate {
display: table;
margin: 0 auto;
float: none;
}
.responsive-section-inner .right-box {
float: left;
width: 100%;
}
.responsive-section-inner .right-box ul {
display: block;
text-align: center;
}
.responsive-section-inner .right-box ul li a {
width: 80px;
height: 80px;
line-height: 80px;
font-size: 40px;
}
.featured-video-box {
height: auto;
}
.number-round {
margin: 10px 4px 0 0;
}
.view-section .box-1 .text-box {
padding: 21px 15px 17px;
}
.gallery-box ul {
display: block;
text-align: center;
}
.gallery-box ul li {
float: none;
display: inline-block;
margin: 0 7px 7px 0;
}
.footer-social {
width: 100%;
float: none;
display: block;
text-align: center;
}
.footer-social li {
float: none;
display: inline-block;
}
.blog-box .text-box {
padding: 0 10px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.blog-box .text-box p {
margin: 0 0 18px 0;
}
.blog-box .text-box blockquote {
padding: 0 10px;
}
.comment-form input[type="text"] {
width: 100%;
}
.about-section-4 .box {
margin-bottom: 20px;
}
.boxed {
border: 0 !important;
}
.container.inner-container-cp {
padding: 0 10px !important;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.donate-box strong.join-our-cause {
float: none;
display: block;
text-align: center;
}
a.plus {
width: 24px;
}
.next-event {
margin-bottom: 20px;
}
.featured-video-col {
margin-bottom: 20px;
}
.featured-video-text .text-box strong.title {
clear: both;
}
.slider-row .bx-wrapper .bx-controls-direction a {
top:6px;
}
#indicatore-cp-slider-36 > li {
position: relative !important;
}
.gallery-box-2, .gallery-box-2 ul {
float: none;
display: block;
text-align: center;
}
.gallery-box-2 ul li {
float: none;
display: inline-block;
}
.cp_flicker {
display: block;
text-align: center;
margin-bottom: 20px;
}
.flickr_badge_image {
display: inline-block;
float: none;
}
.event-box .bottom .time-area {
float: none;
text-align: center;
display: block;
padding: 20px 0;
}
.event-box .bottom a.btn-register {
display: table;
margin: 0 auto;
float: none;
}
.slider-row {
position: relative;
z-index: 9;
}
.summary.entry-summary > div {
text-align: center;
}
.product-box .bottom strong.title {
text-align: center;
}
.product-box .bottom strong.price {
display: table;
margin: 0 auto;
}
.product-box .frame .caption .bottom-row {
left: 0;
}
.summary .plus, .summary .minus, .product-quantity .minus, .product-quantity .plus, .cart-menu .minus, .cart-menu .plus {
width: 29px;
}
#banner .caption-2 {
display: none;
} }
@media (max-width: 979px) {
body {
padding-top: 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
position: static;
}
.navbar-fixed-top {
margin-bottom: 20px;
}
.navbar-fixed-bottom {
margin-top: 20px;
}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
padding: 5px;
}
.navbar .container {
width: auto;
padding: 0;
}
.navbar .brand {
padding-right: 10px;
padding-left: 10px;
margin: 0 0 0 -5px;
}
.nav-collapse {
clear: both;
}
.nav-collapse .nav {
float: none;
margin: 0 0 10px;
}
.nav-collapse .nav > li {
float: none;
}
.nav-collapse .nav > li > a {
margin-bottom: 2px;
}
.nav-collapse .nav > .divider-vertical {
display: none;
}
.nav-collapse .nav .nav-header {
color: #777777;
text-shadow: none;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
padding: 9px 15px;
font-weight: bold;
color: #777777;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.nav-collapse .btn {
padding: 4px 10px 4px;
font-weight: normal;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.nav-collapse .dropdown-menu li + li a {
margin-bottom: 2px;
}
.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
background-color: #f2f2f2;
}
.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
color: #999999;
}
.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
background-color: #111111;
}
.nav-collapse.in .btn-group {
padding: 0;
margin-top: 5px;
}
.nav-collapse .dropdown-menu {
position: static;
top: auto;
left: auto;
display: none;
float: none;
max-width: none;
padding: 0;
margin: 0 15px;
background-color: transparent;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.nav-collapse .open > .dropdown-menu {
display: block;
}
.nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after {
display: none;
}
.nav-collapse .dropdown-menu .divider {
display: none;
}
.nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
display: none;
}
.nav-collapse .navbar-form, .nav-collapse .navbar-search {
float: none;
padding: 10px 15px;
margin: 10px 0;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search {
border-top-color: #111111;
border-bottom-color: #111111;
}
.navbar .nav-collapse .nav.pull-right {
float: none;
margin-left: 0;
}
.nav-collapse, .nav-collapse.collapse {
height: 0;
overflow: hidden;
}
.navbar .btn-navbar {
display: block;
}
.navbar-static .navbar-inner {
padding-right: 10px;
padding-left: 10px;
}
}
@media (min-width: 980px) {
.nav-collapse.collapse {
height: auto !important;
overflow: visible !important;
}
}
@media (min-width: 1024px) and (max-width: 1800px) {
.boxed {
border: 0 !important;
}
}div.jp-audio,
div.jp-audio-stream,
div.jp-video { font-size:1.25em;  font-family:Verdana, Arial, sans-serif;
line-height:1.6;
color: #666;
background-color:#333;
}
div.jp-audio {
width:420px;
}
div.jp-audio-stream {
width:182px;
}
div.jp-video-270p {
width:100%;	
}
div.jp-video-360p {
width:640px;
}
div.jp-video-full { width:480px;
height:270px; position:static !important; position:relative;
} div.jp-video-full div div {
z-index:1000;
}
div.jp-video-full div.jp-jplayer {
top: 0;
left: 0;
position: fixed !important; position: relative; overflow: hidden;
}
div.jp-video-full div.jp-gui {
position: fixed !important; position: static; top: 0;
left: 0;
width:100%;
height:100%;
z-index:1001; }
div.jp-video-full div.jp-interface {
position: absolute !important; position: relative; bottom: 0;
left: 0;
}
div.jp-interface {
position: relative;
background-color:#333;
width:100%;
}
div.jp-audio div.jp-type-single div.jp-interface {
height:80px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
height:80px;
}
div.jp-audio-stream div.jp-type-single div.jp-interface {
height:80px;
}
div.jp-video div.jp-interface {
} div.jp-controls-holder {
clear: both;
width:100%;
margin:0 auto;
position: relative;
overflow:hidden;
top:0; }
div.jp-interface ul.jp-controls {
list-style-type:none;
margin:0;
padding: 0;
overflow:hidden;
}
div.jp-audio ul.jp-controls {
width: 380px;
padding:20px 20px 0 20px;
}
div.jp-audio-stream ul.jp-controls {
width: 142px;
padding:20px 20px 0 20px;
}
div.jp-video div.jp-type-single ul.jp-controls {
width: 78px;
margin-left: 200px;
}
div.jp-video div.jp-type-playlist ul.jp-controls {
width:44px;
margin-left:0;
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
display:inline;
float: left;
}
div.jp-interface ul.jp-controls a {
display:block;
overflow:hidden;
}
a.jp-play,
a.jp-pause {
width:48px;
height:48px;
}
a.jp-play {
background:rgba(0,0,0,0.5);
position:relative;
}
a.jp-play:before{
content:"\f04b";
position:absolute;
left:16px;
top:16px;
font-family:FontAwesome;
color:#fff;
font-style:normal;
}
a.jp-play:hover {
background:#f05a00;
}
a.jp-pause {
background:#f05a00;
position:relative;
}
a.jp-pause:before{
content:"\f04c";
position:absolute;
left:16px;
top:16px;
font-family:FontAwesome;
color:#fff;
font-style:normal;
}
a.jp-pause:hover {
background:#f05a00;
position:relative;
}
a.jp-stop, a.jp-previous, a.jp-next {
width:28px;
height:28px;
margin-top:6px;
display:none !important;
}
a.jp-stop {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.jpg) 0 -83px no-repeat;
margin-left:10px;
}
a.jp-stop:hover {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.jpg) -29px -83px no-repeat;
}
a.jp-previous {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.jpg) 0 -112px no-repeat;
}
a.jp-previous:hover {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.jpg) -29px -112px no-repeat;
}
a.jp-next {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.jpg) 0 -141px no-repeat;
}
a.jp-next:hover {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.jpg) -29px -141px no-repeat;
}  div.jp-progress {
overflow:hidden;
background-color: #333;
}
div.jp-audio div.jp-progress {
position: absolute;
top:32px;
height:15px;
}
div.jp-audio div.jp-type-single div.jp-progress {
left:110px;
width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
left:166px;
width:130px;
}
.sermons-list-box-cp div.jp-video div.jp-progress{
width:70%;
}
div.jp-video div.jp-progress {
top:22px;
left:60px;
margin:auto;
width:84%;
height:10px;
position:absolute;
}
div.jp-seek-bar {
background:#666;
width:100% !important;
height:100%;
cursor: pointer;
}
div.jp-play-bar {
background:#f05a00 ;
width:0px;
height:100%;
} div.jp-seeking-bg {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.seeking.gif);
}  a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
width:18px;
height:15px;
margin-top:12px;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
margin-left: 210px;	
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
margin-left: 154px;
}
div.jp-audio-stream div.jp-type-single a.jp-mute,
div.jp-audio-stream div.jp-type-single a.jp-unmute {
margin-left:10px;
}
div.jp-audio a.jp-volume-max,
div.jp-audio-stream a.jp-volume-max {
margin-left: 56px;	
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
position: absolute;
top:18px;
margin-top:0;
}
.sermons-list-box-cp div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
right:81px;
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
right:66px;
}
.sermons-list-box-cp div.jp-video a.jp-volume-max{
right:7px;
}
div.jp-video a.jp-volume-max {
right:-10px;
}
a.jp-mute {
background:none;
position:relative;
}
a.jp-mute:before{
content:"\f026";
position:absolute;
left:0;
top:0;
font-family:FontAwesome;
color:#fff;
font-size:16px;
font-style:normal;
}
a.jp-mute:hover {
background:none;
}
a.jp-unmute {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.jpg) -60px -170px no-repeat;
display: none;
}
a.jp-unmute:hover {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.jpg) -79px -170px no-repeat;
}
a.jp-volume-max {
background:none;
position:relative;
}
a.jp-volume-max:before{
content:"\f028";
position:absolute;
left:0;
top:0;
font-family:FontAwesome;
color:#fff;
font-size:16px;
font-style:normal;
}
a.jp-volume-max:hover {
background:none;
}
li.jp-volume-bar {
position: absolute;
overflow:hidden;
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.jpg) 0 -250px repeat-x;
width:46px;
height:5px;
cursor: pointer;
}
div.jp-audio li.jp-volume-bar {
top:37px;
left:330px;
}
div.jp-audio-stream li.jp-volume-bar {
top:37px;
left:92px;
}
div.jp-video li.jp-volume-bar {
top:24px;
right:36px;
}
div.jp-volume-bar-value {
background:#f05a00;
width:0px;
height:5px;
}  div.jp-audio div.jp-time-holder {
position:absolute;
top:50px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
left:110px;
width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
left:166px;
width:130px;
}
div.jp-current-time,
div.jp-duration {
width:60px;
font-size:.64em;
font-style:oblique;
}
div.jp-current-time {
float: left;
display:inline;
}
div.jp-duration {
float: right;
display:inline;
text-align: right;
}
div.jp-video div.jp-current-time {
margin-left:20px;
}
div.jp-video div.jp-duration {
margin-right:20px;
}  div.jp-title {
font-weight:bold;
text-align:center;
}
div.jp-title,
div.jp-playlist {
width:100%;
background-color:#333;
display:none;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
list-style-type:none;
margin:0;
padding:0 20px;
font-size:.72em;
}
div.jp-title li {
padding:5px 0;
font-weight:bold;
}
div.jp-playlist li {
padding:5px 0 4px 20px;
border-bottom:1px solid #eee;
}
div.jp-playlist li div {
display:inline;
} div.jp-type-playlist div.jp-playlist li:last-child {
padding:5px 0 5px 20px;
border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
list-style-type:square;
list-style-position:inside;
padding-left:7px;
}
div.jp-type-playlist div.jp-playlist a {
color: #333;
text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
float:right;
display:inline;
text-align:right;
margin-right:10px;
font-weight:bold;
color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
float:right;
display:inline;
text-align:right;
margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
color:#0d88c1;
}
span.jp-artist {
font-size:.8em;
color:#666;
} div.jp-video-play {
width:100%;
overflow:hidden; cursor:pointer;
background-color:rgba(0,0,0,0); }
div.jp-video-270p div.jp-video-play {
margin-top:-270px;
height:270px;
}
div.jp-video-360p div.jp-video-play {
margin-top:-360px;
height:360px;
}
div.jp-video-full div.jp-video-play {
height:100%;
}
a.jp-video-play-icon {
position:relative;
display:block;
width: 112px;
height: 100px;
margin-left:-56px;
margin-top:-50px;
left:50%;
top:50%;
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.video.play.png) 0 0 no-repeat;
text-indent:-9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.video.play.png) 0 -100px no-repeat;
}
div.jp-jplayer audio,
div.jp-jplayer {
width:0px;
height:0px;
}
div.jp-jplayer {
background-color: #000000;
}  ul.jp-toggles {
list-style-type:none;
padding:0;
margin:0 auto;
overflow:hidden;
display:none;
}
div.jp-audio .jp-type-single ul.jp-toggles {
width:25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
width:55px;
margin: 0;
position: absolute;
left: 325px;
top: 50px;
}
div.jp-video ul.jp-toggles {
margin-top:10px;
width:100px;
}
ul.jp-toggles li {
display:none;
float:right;
}
ul.jp-toggles li a {
display:block;
width:25px;
height:18px;
text-indent:-9999px;
line-height:100%; }
a.jp-full-screen {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.jpg) 0 -310px no-repeat;
margin-left: 20px;
}
a.jp-full-screen:hover {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.jpg) -30px -310px no-repeat;
}
a.jp-restore-screen {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.jpg) -60px -310px no-repeat;
margin-left: 20px;
}
a.jp-restore-screen:hover {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.jpg) -90px -310px no-repeat;
}
a.jp-repeat {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.jpg) 0 -290px no-repeat;
}
a.jp-repeat:hover {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.jpg) -30px -290px no-repeat;
}
a.jp-repeat-off {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.jpg) -60px -290px no-repeat;
}
a.jp-repeat-off:hover {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.jpg) -90px -290px no-repeat;
}
a.jp-shuffle {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.jpg) 0 -270px no-repeat;
margin-left: 5px;
}
a.jp-shuffle:hover {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.jpg) -30px -270px no-repeat;
}
a.jp-shuffle-off {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.jpg) -60px -270px no-repeat;
margin-left: 5px;
}
a.jp-shuffle-off:hover {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/css/jplayer.blue.monday.jpg) -90px -270px no-repeat;
}  .jp-no-solution {
padding:5px;
font-size:.8em;
background-color:#eee;
border:2px solid #009be3;
color:#000;
display:none;
}
.jp-no-solution a {
color:#000;
}
.jp-no-solution span {
font-size:1em;
display:block;
text-align:center;
font-weight:bold;
}@font-face {
font-family: 'FontAwesome';
src: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/cp_font/fonts/fontawesome-webfont.eot?v=4.1.0);
src: url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/cp_font/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'), url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/cp_font/fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'), url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/cp_font/fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'), url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/cp_font/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-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 {
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:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before {
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-square:before,
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-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";
}.product.type-product{position:relative;display:inline-block;}
.product.type-product .onsale{left:10px;z-index:9999;}
.product.type-product .thumbnails{
margin:0px;
background-color:#fff;
text-align:center;
}
.product.type-product .thumbnails a{
display:inline-block;
float:none;
margin:8px;
border:solid 2px rgba(0,0,0,0.3);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.product.type-product .thumbnails a{
}
.product.type-product .thumbnails a img{
width:auto;
margin:0px;
}
.onsale{
position:absolute;
left:10px;
top:10px;
border-radius:100%;
height:40px;
width:40px;
color:#FFF;
text-align:center;
padding:0;
line-height:40px;
}
.product.type-product .images{
float:left;
position:relative;
width:450px;
border:solid 3px rgba(0,0,0,0.05);
}
.product.type-product .images img{
width:100%;
}
.woocommerce-tabs{
float:left;
width:100%;
margin:30px 0px 0px 0px;
}
.product.type-product .description{
background-color:transparent;
}
.summary {
padding-left:480px;
}
.summary h1{
font-size:20px;
margin:0px 0px 10px 0px;
}
.summary tr td{
padding:10px 10px;
}
.summary select{
border-radius:0px;
margin:0px;
}
.summary label{
color:#666;
text-shadow:none;
margin:5px 0px;
}
.reset_variations{
padding:8px 20px 9px 20px;
color:#fff;
float:right;
text-align:center;
margin:20px 0px 0px 10px;
background-color:#DBDBDB;
}
.reset_variations:hover{
color:#989898
}
.summary .label{
background:none;
}
.summary form{
float:left;
width:100%;
}
.summary .input-text, .product-quantity .input-text, .actions .input-text, .cart-menu .input-text{
border-radius:0px;
width:40px;
text-align:center;
margin:0px;
padding:6px 6px 7px 6px;
}
.product-quantity .quantity{
float:none;
}
.actions .input-text{
width:200px;
text-align:left;
min-height:40px;
margin:0px 10px 0px 0px;
padding:0 10px;
}
.quantity {
float:left;
margin:0px;
}
.cart-menu .quantity{
margin:5px 0px;
}
.summary .clear{
clear:inherit;
}
.summary .plus, .summary .minus, .product-quantity .minus, .product-quantity .plus, .cart-menu .minus, .cart-menu .plus{
background-color: #F2F2F2;
background-position: center center;
background-repeat: no-repeat;
cursor: pointer;
height: 35px;
margin: 0;
position: relative;
text-align: center;
text-indent: -9999px;
width: 25px;
border:none;
background-image:url(//www.otraelpa.lv/wp-content/themes/eco-green/images/plus.png);
border:solid 1px #cccccc;
margin-left:-1px;
margin-right:0;
}
.cart-menu .minus, .cart-menu .plus{
height: 25px;
width:25px;
}
.cart-menu .input-text{
min-height:25px;
}
.summary .minus, .product-quantity .minus, .cart-menu .minus{
background-image:url(//www.otraelpa.lv/wp-content/themes/eco-green/images/minus.png);
margin-right:-1px;
margin-left:0;
}
.summary button{
border-radius:0px;
padding:8px 20px 8px 40px;
color:#fff;
font-size:16px;
font-weight:normal;
border:none;
display:inline-block;
position:relative;
margin:0px 0px 0px 30px;
}
.summary button:before{
content:"\f07a";
position:absolute;
left:12px;
font-size:20px;
position:absolute;
font-family:FontAwesome
}
.summary button:hover{
color:#FFF;
}
#tab-description, #tab-reviews, #tab-additional_information{
padding:20px;
background-color:#FFF;
float:left;
width:100%;
margin:0px 0px 30px 0px;
border:solid 1px #cccccc;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.products{
margin:0;
}
.price_tag{
float:left;
width:100%;
margin:0px 0px 20px 0px;
padding:5px 10px;
border:solid 1px rgba(0,0,0,0.1)
}
.price_tag p, .price a{
margin:0px;
font-size:18px;
font-weight:normal;
}
.price_tag del, .price del{
color:red;
margin:0px 10px 0px 0px;
}
.product.type-product h2{
font-size:25px;
margin:0px 0px 10px 0px;
line-height:none;
}
.woocommerce-tabs ul.tabs{
float:left;
width:100%;
list-style:none;
margin:0px;
}
.woocommerce-tabs ul.tabs li{
float:left;
background-color:#f5f5f5;
}
.woocommerce-tabs ul.tabs li:first-child a{
border-left:solid 1px #cccccc;
}
.woocommerce-tabs ul.tabs li a{
padding:15px 20px;
font-size:18px;
font-family:'Noto Serif',serif ;
display:block;
color:#333333;
font-weight:400;	
border-top:solid 1px #cccccc;
border-right:solid 1px #cccccc;
}
.woocommerce-tabs ul.tabs li.active{
background-color:#FFF;
position:relative;
border-top:solid 3px 
}
.product_meta, .single_variation{
float:left;
background-color:#FFF;
padding:7px 20px ;
}
.single_variation_wrap{
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
float:left;
width:100%;
padding:20px;
margin:0px 0px 10px 0px;
}
.variations_button{
float:left;
}
.single_variation p{
margin:0px;
font-weight:16px;
}
.product_meta span{
float:left;
width:100%;
padding:5px 0px;
font-weight:normal;
}
.product_meta span span{
width:auto;
float:none;
padding:0px;
background:none;
}
.product_meta span a{
padding:3px 5px;
color:#333;
}
.product_meta span a:hover{
color:#FFF;
text-shadow:none;
}
#tab-reviews #comments{
float:left;
width:100%;
}
#tab-reviews #comments ol{
list-style:none;
}
#tab-reviews #comments ol li{
margin:10px 0px 0px 0px;
float:left;
width:100%;
padding:10px;
border:solid 1px rgba(0,0,0,0.2);
box-shadow:0px 2px 3px 0px rgba(0,0,0,0.3);
}
#tab-reviews #comments ol li:first-child{
margin:0px;
}
#tab-reviews #comments ol li img{
float:left;
}
.comment-text {
padding: 0 0 0 80px;
}
.shop_attributes{
text-align:left;
}
.shop_attributes p{
margin:0px;
} .entry-title, .page-title{
margin:0px 0px 30px 0px;
font-size:26px;
font-weight:normal;
background-color:#FFF;
line-height:normal;
}
.login{
float:left;
width:100%;
padding:20px;
background-color:#fff;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.login .lost_password{
float:right;
margin:15px 0px;
}
.login .form-row-wide{
width:100%;
}
.login .form-row{
float:left;
}
.login .form-row .inline{
display:inline-block;
margin:0px 0px 0px 15px;
}
.login .form-row .inline input{
margin:0px 5px 0px 0px;
}
.actions .button, .add_to_cart_button, .edit-link a, .added_to_cart, a.product_type_grouped, a.single_add_to_cart_button, .shipping_calculator .button, #payment .button, .checkout_coupon .button, .login .button{
border: medium none;
border-radius: 0;
color: #FFFFFF;
display: inline-block;
font-size: 16px;
font-weight: normal;
float:right;
padding: 10px 20px;
margin:0px 5px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.edit-link a{
color:#FFF;
padding:7px 20px;
}
.added_to_cart:hover{
color:#FFF;
}
a.single_add_to_cart_button{
margin:0px 0px 20px 0px;
}
.add_to_cart_button, .added_to_cart, a.product_type_grouped{
margin:0px;
text-align:center;
float:left;
width:100%;
position:relative;
z-index:100;
}
.checkout_coupon .button{
float:left;
margin:0px;
}
.woocommerce .checkout_coupon{
background-color:#fff;
float:left;
width:100%;
padding:20px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.checkout_coupon input[type="text"]{
border-radius:0px;
width:100%;
}
.add_to_cart_button:hover{
color:#FFF;
}
.entry-content form{
width:100%;
float:left;
}
.shop_table{
float:left;
width:100%;
}
.shop_table thead{
box-shadow:0px 2px 2px 0px rgba(0,0,0,0.2);
-moz-box-shadow:0px 2px 2px 0px rgba(0,0,0,0.2);
-webkit-box-shadow:0px 2px 2px 0px rgba(0,0,0,0.2);
border-bottom: solid 1px rgba(0,0,0,0.3);
background-color:#fff;
}
.shop_table tbody{
background-color:#fff;
border-collapse: collapse;
}
.shop_table tbody tr:hover{
background-color:#f4f4f4;
box-shadow:0px 2px 2px 0px rgba(0,0,0,0.2);
-moz-box-shadow:0px 2px 2px 0px rgba(0,0,0,0.2);
-webkit-box-shadow:0px 2px 2px 0px rgba(0,0,0,0.2);
}
.shop_table tbody tr td{
text-align:center;
padding:20px;
border:solid 1px rgba(0,0,0,0.1);
}
.shop_table tfoot th, .shop_table tfoot td{
font-weight:normal;
font-size:16px;
padding:10px;
color:#333;
}
.shop_table{
margin:0px 0px 30px 0px;
}
.shop_table thead tr th{
padding:10px 10px;
font-size:18px;
color:#333;
font-weight:normal !important;
text-shadow:1px 1px 0px rgba(0,0,0,1);
}
.product-remove .remove{
display:inline-block;
height:25px;
width:25px;
position:relative;
border-radius:3px;
color:transparent;
}
.product-remove .remove:before{
content:"\f014";
font-family:fontAwesome;
position:absolute;
color:#333;
width:100%;
left:0px;
top:0;
text-align:center;
font-size:24px;
}
.product-name a{
font-size:16px;
color:#333;
}
.variation{
margin:10px 0px 0px 0px;
font-size:16px;
}
.variation p{
margin:0px;
}
.variation dt, .variation dd{
float:left;
width:50%;
margin:0px 0px 10px 0px;
}
td.actions{
background-color:#f4f4f4;
}
.actions .coupon{
float:left;
text-align:left;
}
.actions label{
margin:7px 13px 0px 0px;
float:left;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info{
float:left;
width:100%;
color:#333;
padding:0;
margin:20px 0px 0px 0px;
}
.woocommerce-cart .woocommerce-error{
margin:0px 0px 0px 0px;
border:none;
padding:0px;
}
.woocommerce-info{
margin:0px 0px 30px 0px;
padding:20px;
webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color:#fff;
float:left;
width:100%;
}
#order_review{
padding:20px;
webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color:#fff;
float:left;
width:100%;
}
.showcoupon{
padding:8px 10px;
margin:0px 0px 0px 10px;
color:#fff;
font-size:10px;
border-radius:0;
text-decoration:none;
}
.showcoupon a:hover{
text-decoration:none;
color:#fff;
}
div.woocommerce{
margin:0px 0px 30px 0px;
float:left;
width:100%;
padding:20px;
background-color:#fff;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.woocommerce .head{
padding:0px
}
.woocommerce h2{
font-size:26px;
line-height:26px;
}
.woocommerce-cart .woocommerce-message{
margin:0px;
}
.woocommerce-message .button{
background-color:#FFF;
color:#333;
padding:5px 10px;
}
.woocommerce-message .button:hover{
color:#FFF;
}
.related {
float:left;
width:100%;
}
.related li, .woo_product li, .woo_product .span3{
list-style:none;
background-color:#FFF;
padding:10px;
border:solid 1px;
border-color:transparent;
margin-bottom:30px;
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
}
.related li img, .woo_product li img, .woo_product .span3 img{
width:100%;
}
.related li a, .woo_product li a, .woo_product .span3 a{
display:block;
width:100%;
float:left;
position:relative;
text-decoration:none;
}
.row.woo_product .added_to_cart.wc-forward{
left:0px;
top:0px;
}
.row.woo_product .star-rating{
height:3em;
width:100%;
}
.related li h3, .woo_product li h3, .woo_product .span3 h3{
font-size:18px;
margin:0px 0px 0px 0px;
}
.related .price, .woo_product .price{
width:100%;
float:left;
padding:5px 0px;
font-weight:normal !important;
color:#333;
}
.related .price ins, .woo_product .price ins{
color:#333;
}
.cart-collaterals{
float:left;
width:100%;
}
.cart-collaterals .cart_totals {
float:left;
width:48.5%;
background-color:#fff;
padding:20px;
text-align:left;
margin:0px 0px 20px 0px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cart-collaterals h2{
font-size:25px;
margin:0px 0px 10px 0px;
line-height:normal;
position:relative;
}
.cart-collaterals h2 a{
position:relative;
padding:0 0 0 20px;
}
.cart-collaterals h2 a:before{
content:"\f175";
position:absolute;
font-family:fontAwesome;
left:0;
top:0;
}
.shipping_calculator select, .shipping_calculator input[type="text"]{
width:100%;
border-radius:0px;
height:35px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cart-collaterals .cart_totals table tr td{
padding:10px 10px 10px 10px;
}
.cart-collaterals .cart_totals table tr th{
padding:10px 10px 10px 0px;
font-weight:normal;
}
.cart-collaterals .shipping_calculator{
float:right;
width:48.5%;
padding:20px;
background-color:#fff;
margin:0px 0px 20px 0px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.return-to-shop{
padding:5px 0;
background-color:#FFF;
}
.return-to-shop a{
text-decoration:none;
}
.return-to-shop:before{
content:"\f060";
font-family:fontAwesome;
width:100%;
left:0px;
top:0px;
padding:5px 10px;
}
.woocommerce-product-rating{
float:left;
margin:0px;
position:absolute;
bottom:0px;
left:0px;
padding:8px 15px;
}
.star-rating{
margin:0px;
}
.commentlist .star-rating{
margin:3px 10px 0px 0px
}
.product .summary.entry-summary{
position:relative;
}
.product .summary.entry-summary .woocommerce-product-rating{
position:relative;
padding:0px;
width:176px;
}
.product .summary.entry-summary .woocommerce-product-rating .star-rating{
display:block;
}
.product .summary.entry-summary .woocommerce-product-rating .woocommerce-review-link{
display:block;
clear:both;
}
.woocommerce-breadcrumb{
font-size:12px;
text-shadow:0 1px 0 #ffffff;
display:inline-block;
}
.woocommerce-breadcrumb a{
color:#333;
}
.woocommerce-review-link{
font-weight:16px;
}
.shop_attributes tbody tr th{
padding:5px 20px 5px 10px;
font-weight:normal;
font-size:16px;
}
.col2-set{
float:left;
width:100%;
}
.col2-set h3{
color:#fff;
font-size:24px;
line-height:24px;
margin:0px 0px 15px 0px;
}
.col2-set a, .col2-set address{
color:#fff;
}
.col-1, .col-2{
width:48.5%;
float:left;
background-color:#FFF;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.col-2{
float:right;
}
.woocommerce-checkout .woocommerce-info{
margin:0px;
}
.col-1 input[type="text"], .col-2 input[type="text"], .col-2 textarea, .login input[type="text"], .login input[type="password"], .create-account input[type="password"], .comment-form input[type="text"], .comment-form textarea{
width:100%;
border-radius:0px;
resize:none;
height:37px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.col-2 textarea{
height:200px;
}
.col-1 .input-checkbox{
margin:0px 10px 0px 0px;
}
#payment{
float:left;
width:100%;
background-color:#FFF;
padding:20px;
webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.woocommerce-result-count{
float:left;
}
#main-woo .woocommerce-ordering{
float:right;
}
.related li a, .woo_product li a, .woo_product .span3 a:focus{
color:#fff;
}
.tagged_as a:hover{
color:#333 !important;
}
#payment ul{
list-style:none;
margin:0px 0px 10px 0px;
}
#payment ul li{
padding:15px;
margin:0px 0px 10px 0px;
border:solid 1px rgba(0,0,0,0.2)
}
#payment ul li p{
margin:0px;
}
#payment .input-radio {
float: left;
margin: 0 10px 0 0 !important;
}
.checkbox{
display:inline-block;
padding:0px;
}
.woocommerce-error {
list-style:none;
}
.woocommerce-error li{
padding:10px;
background-color:#fff;
color:#666;
}
.woocommerce-error li strong{
color:#900;
}
.login .button{
float:none;
margin:25px 0 0 10px;
}
.login a{
color:#333;
}
.showlogin{
color:#FFF;
}
.comment-respond ul li{
margin:0px;
} @font-face{font-family:star;src:url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/cp_font/woo_font/star.eot);src:url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/cp_font/woo_font/star.eot?#iefix) format('embedded-opentype'),url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/cp_font/woo_font/star.woff) format('woff'),url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/cp_font/woo_font/star.ttf) format('truetype'),url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/cp_font/woo_font/star.svg#star) format('svg');font-weight:400;font-style:normal}
@font-face{font-family:WooCommerce;src:url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/cp_font/woo_font/WooCommerce.eot);src:url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/cp_font/woo_font/WooCommerce.eot?#iefix) format('embedded-opentype'),url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/cp_font/woo_font/WooCommerce.woff) format('woff'),url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/cp_font/woo_font/WooCommerce.ttf) format('truetype'),url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/cp_font/woo_font/WooCommerce.svg#WooCommerce) format('svg');font-weight:400;font-style:normal}
.woocommerce p.stars:after, .woocommerce-page p.stars:after {
content:"";
display:block;
clear:both
}
.woocommerce p.stars span, .woocommerce-page p.stars span {
width:80px;
height:16px;
position:relative;
float:left;
background:url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/images/star.png) repeat-x left 0
}
.woocommerce p.stars span a, .woocommerce-page p.stars span a {
float:left;
position:absolute;
left:0;
top:0;
width:16px;
height:0;
padding-top:16px;
overflow:hidden
}
.woocommerce p.stars span a:hover, .woocommerce-page p.stars span a:hover, .woocommerce p.stars span a:focus, .woocommerce-page p.stars span a:focus {
background:url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/images/star.png) repeat-x left -16px
}
.woocommerce p.stars span a.active, .woocommerce-page p.stars span a.active {
background:url(//www.otraelpa.lv/wp-content/themes/eco-green/frontend/images/star.png) repeat-x left -32px
}
.woocommerce p.stars span a.star-1, .woocommerce-page p.stars span a.star-1 {
width:16px;
z-index:10
}
.woocommerce p.stars span a.star-2, .woocommerce-page p.stars span a.star-2 {
width:32px;
z-index:9
}
.woocommerce p.stars span a.star-3, .woocommerce-page p.stars span a.star-3 {
width:48px;
z-index:8
}
.woocommerce p.stars span a.star-4, .woocommerce-page p.stars span a.star-4 {
width:64px;
z-index:7
}
.woocommerce p.stars span a.star-5, .woocommerce-page p.stars span a.star-5 {
width:80px;
z-index:6
}
.woocommerce-product-rating .star-rating{height:4em;width:6em;}
.woocommerce .star-rating, .woocommerce-page .star-rating {
float:left;
overflow:hidden;
position:relative;
height:1.1em;
line-height:1em;
font-size:1em;
width:5.4em;
font-family:'star'
}
.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
content:"\73\73\73\73\73";
color:#e0dadf;
float:left;
top:0;
left:0;
position:absolute
}
.woocommerce .star-rating span, .woocommerce-page .star-rating span {
overflow:hidden;
float:left;
top:0;
left:0;
position:absolute;
padding-top:1.5em
}
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before {
content:"\53\53\53\53\53";
top:0;
position:absolute;
left:0
}
.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
display:block;
margin:0 0 .5em;
float:none
}
.@media (min-width: 1200px) {
}
@media (min-width: 768px) and (max-width: 979px) {
.product.type-product .images{
width:350px;
}
.summary{
padding-left:370px;
}
.actions .input-text{
width:120px;
}
.actions .button, .add_to_cart_button, .edit-link a, .added_to_cart, a.product_type_grouped, a.single_add_to_cart_button, .shipping_calculator .button, #payment .button, .checkout_coupon .button, .login .button{
padding:10px 15px;
}
}
@media (max-width: 767px){
.summary{
padding-left:0;
}
.product.type-product .images{
margin:0px 0px 20px 0px;
}
.related li, .woo_product li{
float:left;
}
.actions .button, .add_to_cart_button, .edit-link a, .added_to_cart, a.product_type_grouped, a.single_add_to_cart_button, .shipping_calculator .button, #payment .button, .checkout_coupon .button, .login .button, .actions input[type="text"]{
width:100% !important;
margin:0px 0px 10px 0px;
}
.cart_totals {
margin:0px 0px 20px 0px;
}
.shipping_calculator{
float:left !important
}
}
@media (max-width: 480px) {
}
@media (max-width: 979px) {
}
.product-box {
float:left;
box-shadow:0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
background-color:#ededed;
position:relative;
}
.product-box:before {
content:'';
position:absolute;
left:0;
right:0;
margin:auto;
bottom:-4px;
box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.2);
height:4px;
width:98%;
}
.product-box:after {
content:'';
position:absolute;
left:0;
right:0;
margin:auto;
bottom:-8px;
box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.2);
height:4px;
width:96%;
}
.product-box .frame {
float:left;
width:100%;
position:relative;
}
.product-box .frame:hover .caption {
opacity:1;
}
.product-box .frame .caption {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
opacity:0;
border:5px solid #333;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.product-box .frame .caption:before {
content:'';
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background-color:#c83200;
opacity:0.8;
}
.product-box .frame .caption a.btn-cart {
width:146px;
height:40px;
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
margin:auto;
background-color:#fff;
box-shadow:0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
text-decoration:none;
font:400 18px/40px 'Noto Serif', serif;
color:#c83200;
text-align:center;
}
.product-box .frame .caption .bottom-row {
position:absolute;
left:5px;
bottom:5px;
width:100%;
}
.product-box .frame .caption .bottom-row ul {
padding:0 8px;
margin:7px 0 0 0;
list-style:none;
float:left;
background-color:#fff;
box-shadow:0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
}
.product-box .frame .caption .bottom-row ul li {
float:left;
padding:0 3px 0 0;
}
.product-box .frame .caption .bottom-row ul li a {
text-decoration:none;
font-size:16px;
color:#c83200;
}
.product-box .frame .caption .bottom-row a.like {
background-color:#fff;
box-shadow:0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
padding:7px;
font-size:16px;
line-height:16px;
color:#c83200;
text-decoration:none;
float:right;
margin:0 10px 0 0;
}
.product-box .frame img {
display:block;
width:100%;
}
.product-box .bottom {
float:left;
width:100%;
background-color:#fff;
padding:20px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.product-box .bottom strong.title {
font:400 18px/30px 'Noto Serif', serif;
color:#333;
float:left;
}
.product-box .bottom strong.price {
float:right;
padding:9px 11px;
background-color:#c83200;
font:400 16px/16px 'Noto Serif', serif;
color:#fff;
}
.widget_shopping_cart_content {
background: #fff;
position: absolute;
right: 0;
top: 100%;
width: 300px;
z-index: 999;
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
display:none;
}
.widget_shopping_cart_content ul{
padding:0;
margin:0;
list-style:none;
}
.widget_shopping_cart_content ul li a img{
float:left;
margin:0 15px 0 0;
}
.widget_shopping_cart_content p.total, .widget_shopping_cart_content p.buttons{
display:block;
text-align:center;
width:100%;
padding:5px 10px;
margin:0px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.widget_shopping_cart_content p.buttons a{
text-align:center;
background-color:#333;
color:#FFF;
display:inline-block;
padding:7px 15px;
font-size:14px;
height:auto;
margin:0 auto 10px;
text-decoration:none;
}
.widget_shopping_cart_content li a{
margin:0px 15px 0px 0px;
color:#333;
text-decoration:none;
}
.widget_shopping_cart_content li{
list-style:none;
margin:0px !important;
padding:10px !important;
}
.widget_shopping_cart_content li strong{
}
.widget_shopping_cart_content li .quantity, .widget_shopping_cart_content li strong{
width:auto;
margin:5px 0px;
display:list-item;
}
.widget_shopping_cart_content li a{
height:auto;
width:auto;
}
.btn-login {
color: #fff;
font-size: 18px;
}
.btn-login:hover{
text-decoration:none;
color:#99CC00;
}
.woo_full_width_cp{
float:left;
width:100%;
padding:20px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
background-color:#fff;
margin:0px 0px 30px 0px;
}
.woo_full_width_cp .text{
float:none;
margin:0px;
}
.woo_full_width_cp .text h3{
margin:0px;
line-height:normal;
}
form.woocommerce-ordering{
float:right;
margin:0px 0px 20px 0px;
}
form.woocommerce-ordering select{
min-height:35px;
border-radius:0px;
margin:0px;
}
.woocommerce-result-count{
float:left;
padding:7px 0px;
margin:0px 0px 20px 0px;
}.widget_archive{
float:left;
width:100%;
margin:0 0 20px 0;
}
.layerslider_widget{
float:left;
width:100%;
margin:0 0 20px 0;
}
.widget_categories ul,
.widget_archive ul{
margin:0;
padding:0;
list-style:none;
box-shadow:0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
float:left;
width:100%;
background-color:#fff;
}
.widget_categories ul li,
.widget_archive ul li {
border-bottom: 1px solid #CCCCCC;
float: left;
text-align:right;    
width:100%;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:14px 20px;
margin:0px;
}
.widget_categories ul li a,
.widget_archive ul li a{
color: #666666;
font: 400 14px/14px 'Roboto Slab',serif;
text-decoration: none;
text-align:left;
float:left;
padding:5px 0px 0px 0px;
}
.widget_categories ul li:hover a,
.widget_archive ul li:hover a{
color:#fff;
}
.widget_categories ul li:hover,
.widget_archive ul li:hover{
background:#666666 !important;
color: #FFFFFF;
display: block;
}
.em-calendar-wrapper #em-calendar{
margin-bottom:0px;
} .widget_categories ul ul.children{
box-shadow:none;
margin:10px 0px 0px 0px;
}
.widget_categories ul ul.children ul li{
background-color:#ffffff;
}
.widget_categories ul ul.children li{
box-shadow:none;
padding:10px 10px;
border:none;
background:#f5f5f5;
}  .flicker{
float:left;
width:100%;
}
.flicker ul {
list-style: none outside none;
margin: 0 0 0 -14px !important;
overflow: hidden;
padding: 0;
}
.flicker ul li {
float: left;
margin: 0 0 0 14px;
padding: 0 !important;
border:0 !important;
}  .menu-all-pages-container{
float:left;
width:100%;
}
.menu-all-pages-container ul{
padding:0;
margin:0;
list-style:none;
float:left;
width:100%;
box-shadow:0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
}
.menu-all-pages-container ul li{
border-bottom: 1px solid #CCCCCC;
float:none;
overflow:hidden;
padding:14px 0 13px 21px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position:relative;
}
.menu-all-pages-container ul li a{
color: #666666;
font: 400 14px/14px 'Roboto Slab',serif;
text-decoration: none;
}
.menu-all-pages-container ul li a:hover{
color:#333;
}
.menu-all-pages-container ul li .sub-menu{
box-shadow:none;
display:none;
}
.menu-all-pages-container ul li .sub-menu li{
border:0;
padding:5px 0;
}
.menu-all-pages-container ul li .sub-menu li a{
color: #666666;
font: 400 13px/13px 'Roboto Slab',serif;
text-decoration: none;
}
.menu-all-pages-container ul li:hover .sub-menu{
display:block;
} .widget_em_widget{
float:left;
width:100%;
}
.widget_em_widget ul{
padding:0;
margin:0;
list-style:none;
}
.widget_em_widget ul li{
float:left;
padding:10px 0 10px 0;
border-bottom:1px solid #ccc;
}
.widget_em_widget ul li a{
color: #333333;
display: block;
font: 400 16px/22px 'Roboto Slab',serif;
padding: 0 0 5px;
text-decoration:none;
}
.widget_em_widget ul li ul{
padding:0;
margin:0;
list-style:none;
}
.widget_em_widget ul li ul li{
border:0;
color: #999999;
display: block;
font: 400 12px/12px 'Roboto Slab',serif;
text-decoration: none;
padding:0;
}
.widget_rss ul{
} .widget_pages{
float:left;
width:100%;
}
.widget_rss ul,
.widget_pages ul{
margin:0;
padding:0;
list-style:none;
box-shadow:0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
float:left;
width:100%;
}
.widget_rss ul li,
.widget_pages ul li {
border-bottom: 1px solid #CCCCCC;
float: left;
text-align:left;
padding:14px 20px;
position:relative;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:100%;
margin-bottom:0;
}
.widget_pages ul li:before{
content:'';
position:absolute;
left:0;
top:0;
bottom:0;
margin:17px 11px 0 20px;
border:1px solid #666;
border-radius:6px;
width:6px;
height:6px;
}
.widget_rss ul li a{
color:#333;
margin-bottom:5px;
}
.widget_pages > ul > li > a{
padding:0px 20px;
}
.widget.widget_pages .page_item_has_children .children li{
padding:14px 20px;
}
.widget_pages ul li a{color:#666;}
.widget_rss ul li a,
.widget_pages ul li a{
font: 400 14px/14px 'Roboto Slab',serif;
text-decoration: none;
text-align:left;
float:left;
position:relative;
}
.widget_rss ul li a:hover,
.widget_pages ul li a:hover{
color:#333;
}
.widget_rss ul li a:hover:before,
.widget_pages ul li:hover:before{
border:1px solid rgba(0,0,0,0);
border-radius:6px;
width:6px;
height:6px;
background-color:#666;
}
.widget_pages ul li ul{
display:none;
}
.widget_pages ul li:hover ul{
display:block;
}  #search-text{
float:left;
width:100%;
}
#search-text input[type="text"]{
background-color: #FFFFFF;
border: 5px solid #E1E1E1;
border-radius: 0;
box-sizing: border-box;
color: #999999;
float: left;
font: 300 12px 'Roboto Slab',serif;
height: 48px;
margin: 0 0 12px;
padding: 0 15px;
width: 100%;
}  .widget_meta{
float:left;
width:100%;
}
.widget_meta ul{
margin:0;
padding:0;
list-style:none;
box-shadow:0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
float:left;
width:100%;
}
.widget_meta ul li {
border-bottom: 1px solid #CCCCCC;
float: left;
text-align:right;
padding:14px 20px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.widget_meta ul li a{
color: #666666;
font: 400 14px/14px 'Roboto Slab',serif;
text-decoration: none;
text-align:left;
float:left;
}
.widget_meta ul li a:hover{
color:#333;
}  .widget_recent_comments{
float:left;
width:100%;
margin:0 0 20px 0;
}
.widget_recent_comments ul{
margin:0;
padding:0;
list-style:none;
box-shadow:0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
float:left;
width:100%;
background-color:#fff;
}
footer .widget_recent_comments ul, footer .widget_archive ul, footer .widget_categories ul, footer .widget_meta ul{
box-shadow:none;
}
footer .widget_pages ul ul li:hover,
footer .widget_pages ul li:hover{
background:#333;
}
footer  .menu-testing-menu-container ul.menu,
footer .widget_categories ul ul.children li,
footer .widget_recent_entries ul li, footer .widget_recent_comments ul li, footer .widget_archive ul li, footer .widget_categories ul li, footer .widget_meta ul li{
border-bottom:1px solid #333;
color:#999;
font:400 14px/14px 'Roboto Slab',serif;
background:#333;
}
footer .widget_rss ul li a,footer  .widget_pages ul li a,
footer .rssSummary,
footer .menu-testing-menu-container ul li a,
footer .widget_recent_comments ul li a, footer .widget_archive ul li a, footer .widget_categories ul li a, footer .widget_meta ul li a{
color:#CCC;
}
footer .widget ul li{
margin:0px;
}
.widget_recent_comments ul li {
border-bottom: 1px solid #CCCCCC;
float: left;
padding:14px 20px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin:0px;
}
.widget_recent_comments ul li a{
color: #666666;
font: 400 14px/14px 'Roboto Slab',serif;
text-decoration: none;
}
.widget_recent_comments ul li a:hover{
color:#333;
} footer .textwidget > p{
color:#ccc;
}
.textwidget > p strong{
display:block;
}
.textwidget img{
margin:0px 0px 10px 0px;
}
.widget_text .textwidget select, .widget_categories select {
background-color: #ffffff;
border: 5px solid #e1e1e1;
border-radius: 0;
box-sizing: border-box;
color: #999999;
float: left;
font: 300 12px 'Roboto Slab',serif;
height: 48px;
margin: 0 0 12px;
padding: 8px 16px;
width: 100%;
}
.widget_text,
.menu-testing-menu-container ul {    
float: left;
list-style: none outside none;
margin: 0;
padding: 0;
width: 100%;
}
.menu-testing-menu-container ul li {
border-bottom: 1px solid #cccccc;
box-sizing: border-box;
float: left;
padding: 0;
margin: 0;
width:100%;
background-image:none;
padding: 14px 20px;
}
.menu-testing-menu-container ul li a {
color: #666666;    
font: 400 14px/30px 'Roboto Slab',serif;
text-align: left;
text-decoration: none;
padding:0;
border:none;
display:block;
}
.menu-testing-menu-container ul ul.sub-menu, .widget_pages ul ul {
box-shadow: none;
margin:0;
width:100%;
}
.menu-testing-menu-container ul ul.sub-menu li, .widget_pages ul ul li {
border: medium none;
padding: 0px;
width:100%;
}
.widget_pages ul ul li:before{
display:none;
}
.widget_pages ul ul li:hover{
background-color:#e9e9e9;
}
.widget_pages ul ul li a{
display:block;
} .widget_archive ul li a, .widget_categories ul li a, .menu-all-pages-container ul li a, .widget_pages ul li a, .widget_pages ul li:before, .widget_meta ul li a, .widget_recent_comments ul li a, .widget_pages ul ul li{
transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition:all 1s ease 0s;
} .flicker {
float:left;
width:100%;
}
.flicker ul {
padding:0;
margin:0 0 0 -14px;
list-style:none;
overflow:hidden;
}
.flicker ul li {
float:left;
margin:0 0 0px 14px;
padding:0;
}
.flicker ul li .gal-image-cp{
width:80px;
}
.flicker ul li a:hover {
opacity:0.7;
}
.get-touch-form {
margin:0;
float:left;
width:100%;
position:relative;
}
.get-touch-form input[type="text"] {
float:left;
width:100%;
height:50px !important;
padding:0 20px !important;
margin:0 0 20px 0 !important;
border:0 !important;
border-radius:0 !important;
background-color:#333 !important;
font:400 14px 'Open Sans', sans-serif;
color:#fff !important;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline:none !important;
}
.get-touch-textarea{
background-color:#333;
padding:10px !important;
}
.get-touch-form .btn-search {
width:40px;
height:50px;
border:0;
margin:0;
padding:0;
font-size:20px;
color:#fff;
position:absolute;
right:0;
top:0;
}
.get-touch-form strong.title {
font:400 12px/12px 'Open Sans', sans-serif;
color:#666;
display:block;
}
.sidebar-recent-post {
float:left;
width:100%;
margin:0 0 27px 0;
}
.sidebar-recent-post ul {
padding:0;
margin:0;
list-style:none;
}
.sidebar-recent-post ul li {
padding:6px 5px;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
border-bottom:1px solid #ccc;
width:100%;
background-image:none;
text-align:right;
}
.sidebar-recent-post ul li:hover{ padding:6px 10px;
}
.sidebar-recent-post ul li:hover .text strong.title{
font:400 12px/20px "Roboto Slab",serif;
}
.sidebar-recent-post ul ul li{
border:none;
margin-bottom:1px;
text-align:left;
}
.sidebar-recent-post ul ul:hover li{
background-color:#fff;
}
.sidebar-recent-post ul ul{
margin:10px 0px;
float:left;
width:100%;
}
.sidebar-recent-post ul li a{
float:left;
display:inline-block;
text-align:left;
}
.sidebar-recent-post ul li div{
text-align:left;
float:left;
margin:0 10px 0 0;
}
.sidebar-recent-post ul li:hover a{
color:#333;
text-decoration:none;
}
.widget_em_widget ul li{
float:none;
display:block;
border-bottom:0;
color: #666666;
font-family: 'Open Sans',sans-serif;
font-size: 14px;
font-weight: 400;
line-height:14px;
margin:0;
border-bottom:1px solid #ccc;
}
.widget_em_widget ul li ul li{ }
.widget_em_widget ul li a {
color: #333333;
display: block;
font-family: 'Roboto Slab',serif;
font-size: 16px;
font-weight: 400;
line-height: 22px;
padding: 0 0 10px;
text-decoration:none;
}
.sidebar-recent-post ul li .frame {
float:left;
margin:0 19px 0 0;
}
.sidebar-recent-post ul li .frame:hover {
opacity:0.6;
}
.sidebar-recent-post ul li .frame img {
display:block;
width:100%;
}
.sidebar-recent-post ul li .text {
}
.sidebar-recent-post ul li .text strong.title {
font:400 12px/20px 'Roboto Slab', serif;
color:#333;
display:block;
padding:0 0 5px 0;
overflow:hidden;
}
.sidebar-recent-post ul li .text strong.title a{
color:#333;
text-decoration:none;
}
.sidebar-recent-post ul li a.mnt {
font:400 12px/12px 'Roboto Slab', serif;
color:#999;
display:block;
text-decoration:none;
}
.sidebar-recent-post ul li a.mnt .fa {
padding:0 5px 0 0;
float:left;
}
.sidebar-recent-post ul li a.mnt:hover {
color:#000;
}
.sidebar-recent-post ul li p {
font:400 14px/22px 'Open Sans', sans-serif;
color:#666;
margin:0 0 7px 0;
}
.sidebar-recent-post ul li a.readmore {
font:700 12px/12px 'Roboto Slab', serif;
color:#666;
text-decoration:none;
text-transform:uppercase;
float:left;
}
.sidebar-recent-post ul li a.readmore:hover {
color:#000;
}
.archive-box {
float:left;
width:100%;
box-shadow:0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
margin:15px 0 0 0;
}
.archive-box ul {
padding:0;
margin:0;
list-style:none;
}
.archive-box ul li {
padding:14px 0 13px 21px;
overflow:hidden;
float:none;
line-height:14px;
}
.archive-box ul li a {
font:400 14px/14px 'Roboto Slab', serif;
color:#666;
text-decoration:none;
}
.archive-box ul li a .fa {
font-size:14px;
color:#666;
padding:0 10px 0 0;
}
.archive-box ul li a span.number {
float:right;
margin:0 25px 0 0;
}
.archive-box ul li:hover a {
color:#333;
}
.archive-box ul li:hover a .fa {
color:#333;
}  .tag-box {
float:left;
width:100%;
margin:15px 0 0 0;
}
.tagcloud {
padding:0;
margin:0;
list-style:none;
}
.tagcloud a {
float:left;
font:400 14px/14px 'Roboto Slab', serif !important;
color:#fff;
text-decoration:none;
padding:8px 15px;
display:block;
margin:0px 1px 1px 0px
}
.tagcloud a:hover{
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.8) inset;
-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.8) inset;
-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.8) inset;
color:#fff;
text-decoration:none;
}  .facebook-widget-box {
float:left;
width:100%;
box-shadow:0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
margin:15px 0 0 0;
}
.widget_recent_entries {
}
.widget_recent_entries ul {
list-style: none;
float: left;
width: 100%;
margin: 0px;
}
.widget_recent_entries ul li {
float: left;
width: 100%;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
position: relative;
padding:14px 20px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.widget_recent_entries ul li:hover{
background:#666666;
}
.widget_recent_entries ul li a {
color: #333;
position: relative;
z-index: 1;
display:block;	
} .widget_recent_comments {
}
.widget_recent_comments ul {
list-style: none;
float: left;
width: 100%;
margin: 0px;
}
.widget_recent_comments ul li {
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
position: relative;
color: #fff;
padding:14px 20px;
width:100%;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.widget_recent_comments ul li:hover {
color: #fff;
background:#666;
padding:14px 20px;
}
.widget_recent_comments ul li a {
display:block;
color: #333;
z-index: 1;
position: relative;
}
.widget_recent_comments ul li a:hover {
color: #fff !important;
padding:14px 20px;
}
.widget_categories ul li a:before {
content: "\f101";
font-family: FontAwesome;
font-size: 16px;
padding-right: 0.5em;
top: 10px;
left: 0;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
} .widget_calendar {
}
.widget_calendar #calendar_wrap {
width: 100%;
float: left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.widget_calendar #calendar_wrap caption {
padding: 5px 0px;
color: #000;
font-size: 18px;
}
.widget_calendar #calendar_wrap table thead tr th {
padding: 10px 5px;
color: #fff;
text-align: center;
}
.widget_calendar #calendar_wrap table tbody tr td {
border: solid 1px rgba(0,0,0,0.1);
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
text-align: center;
padding: 5px 5px;
}
.widget_calendar #calendar_wrap table tbody tr td:hover {
color: #000;
}
.widget_calendar #calendar_wrap table tbody tr td.pad:hover {
background: none;
}
.widget_calendar #calendar_wrap table tfoot tr td {
padding: 5px 5px;
}
.widget_calendar #calendar_wrap table tfoot tr td a {
color: #333;
}
footer .widget_calendar #calendar_wrap table tfoot tr td a{
color:#fff;
}
#footer #wp-calendar caption{
color:#fff;
}
#wp-calendar caption{
text-align:center;
}
.widget_calendar #calendar_wrap table tbody tr td a {
display: block;
color: #FFF;
}
.widget_calendar #calendar_wrap table tfoot tr td a:hover {
} .widget_shopping_cart {
}
.widget_shopping_cart .widget_shopping_cart_content {
float: left;
width: 100%;
}
.widget_shopping_cart .widget_shopping_cart_content #cart {
list-style: none;
width: 100%;
margin: 0px;
}
.widget_shopping_cart .widget_shopping_cart_content ul li {
margin: 5px 0px 0px 0px;
background-color: #202020;
width: 100%;
padding: 5px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: solid 1px #333333;
}
.widget_shopping_cart .widget_shopping_cart_content ul li:hover {
border-color: #666;
}
.widget_shopping_cart .widget_shopping_cart_content ul li img {
width: 55px;
}
.widget_shopping_cart .widget_shopping_cart_content ul li a.trash_icon {
float: left;
padding: 4px 10px 3px 10px;
}
.widget_shopping_cart .widget_shopping_cart_content ul li .product_name {
margin: 0px 0px 7px 0px;
}
.widget_shopping_cart .widget_shopping_cart_content ul li .quantity {
width: auto;
}
.widget_shopping_cart .widget_shopping_cart_content ul li .quantity input {
box-shadow: none;
border: solid 1px #333333;
font-family: Arial, Helvetica, sans-serif;
}
.widget_shopping_cart .cart_total_checkoutt {
padding: 5px 5px;
background-color: #333;
float: left;
width: 100%;
}
.widget_shopping_cart .continue_shopping {
color: #fff;
font-size: 12px;
margin: 0px 0px 0px 5px;
background-color: #202020;
padding: 3px 5px;
}
.widget_shopping_cart .continue_shopping:hover {
color: #000;
} .widget_onsale {
}
.widget_onsale ul.product_list_widget {
margin: 0px;
list-style: none;
width: 100%
}
.widget_onsale ul.product_list_widget li {
margin: 5px 0px 0px 0px;
background-color: #202020;
width: 100%;
padding: 5px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: solid 1px #333333;
}
.widget_onsale ul.product_list_widget li img {
width: 55px;
}
.widget_onsale ul.product_list_widget li span {
margin: 0px;
padding: 0px;
font-size: 18px !important;
font-family: 'Open Sans', sans-serif;
}
.widget_onsale ul.product_list_widget li a {
} .widget_product_categories {
}
.widget_product_categories ul.product-categories {
list-style: none;
float: left;
width: 100%;
margin: 0px;
}
.widget_product_categories ul.product-categories li {
margin:0;
float: left;
width: 100%;
padding:0;
text-align: right;
border-top:1px solid #ccc;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.widget_product_categories ul.product-categories li:first-child{
border:0;
}
.widget_product_categories ul.product-categories li a {
color:#333;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
margin:0;
padding:14px 20px;
display:block;
text-decoration:none;
text-align:left;
}
.widget_product_categories ul.product-categories li:hover a{
background: none repeat scroll 0 0 #666666;
color: #FFFFFF;
display: block;
}
.widget_product_categories ul.product-categories li:hover a:before{
color:#fff;
}
.widget_product_categories ul.product-categories li a:before {
content: "\f101";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit; color: #ADADAD;
font-size: 16px;
padding-right: 0.5em;
top: 10px;
left: 0;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
} .widget_product_search {
float:left;
width:100%;
margin:0 0 20px 0;
}
.widget_product_search #s {
border-radius:0px;
}
.widget_product_search #searchsubmit {
padding: 5px 10px;
background-image: none;
color: #000;
border: none;
float: right;
border-radius: 3px;
} .widget_random_products {
}
.widget_random_products ul.product_list_widget {
margin: 0px;
list-style: none;
width: 100%
}
.fc-header > tr {
position: relative;
}
.fc-header-center h2 {
background: none !important;
color: #fff;
}
.widget_random_products ul.product_list_widget li img {
width: 55px;
}
.widget_random_products ul.product_list_widget li span {
margin: 0px;
padding: 0px;
font-size: 18px !important;
font-family: 'Open Sans', sans-serif;
}
.widget_random_products ul.product_list_widget li a {
} .widget_recent_products {
}
.widget_recent_products ul.product_list_widget {
margin: 0px;
list-style: none;
width: 100%
}
.widget_recent_products ul.product_list_widget li {
margin: 5px 0px 0px 0px;
background-color: #202020;
width: 100%;
padding: 5px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: solid 1px #333333;
}
.widget_recent_products ul.product_list_widget li img {
width: 55px;
}
.widget_recent_products ul.product_list_widget li span {
margin: 0px;
padding: 0px;
font-size: 18px !important;
font-family: 'Open Sans', sans-serif;
}
.widget_recent_products ul.product_list_widget li a {
} .widget_recently_viewed_products {
float:left;
width:100%;
margin:0 0 20px 0;
}
.widget_recently_viewed_products ul.product_list_widget {
margin: 0px;
list-style: none;
width: 100%
}
.widget_recently_viewed_products ul.product_list_widget li {
margin: 5px 0px 0px 0px;
background-color: #fff;
width: 100%;
padding: 5px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border:0;
}
.widget_recently_viewed_products ul.product_list_widget li img {
width: 55px;
float:left;
margin:0 10px 10px 0;
}
.widget_recently_viewed_products ul.product_list_widget li span {
margin: 0px;
padding: 0px;
font-size: 18px !important;
font-family: 'Open Sans', sans-serif;
color:#333;
}
.widget_recently_viewed_products ul.product_list_widget li a {
color:#333;
font-family: "Roboto Slab";
float:left;
text-decoration:none;
} .widget_top_rated_products {
}
.widget_top_rated_products ul.product_list_widget {
margin: 0px;
list-style: none;
width: 100%
}
.widget_top_rated_products ul.product_list_widget li, .product_list_widget li {
margin: 5px 0px 0px 0px;
width: 100%;
padding: 5px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
float:left;
width:100%;
}
.widget_top_rated_products ul.product_list_widget li img {
width: 55px;
}
.widget_top_rated_products ul.product_list_widget li span {
margin: 0px;
padding: 0px;
font-size: 14px !important;
font-family: 'Open Sans', sans-serif;
}
.widget_top_rated_products ul.product_list_widget li a, .product_list_widget li a {
display:block;
}
.widget_top_rated_products ul.product_list_widget li del, .widget_top_rated_products ul.product_list_widget li ins, .product_list_widget li ins, .product_list_widget li del{
width:50%;
float:left;
padding:2px 0px;
text-align:center;
color:#FFF;
font-weight:bold;
}
.widget_top_rated_products ul.product_list_widget li del, .product_list_widget li del{
background-color:#f18080;
}
.widget_top_rated_products ul.product_list_widget li ins, .product_list_widget li ins{
background:#71e49f;
}
.widget_top_rated_products ul.product_list_widget li .star-rating {
float: left !important;
position: relative !important;
width: 100% !important;
}
.widget_top_rated_products ul.product_list_widget li .star-rating span {
font-size: 12px !important;
}
.widget_top_rated_products ul.product_list_widget li .star-rating span:before {
position: static;
} .widget_recent_reviews {
}
.widget_recent_reviews ul.product_list_widget {
margin: 0px;
list-style: none;
width: 100%
}
.widget_recent_reviews ul.product_list_widget li {
margin: 5px 0px 0px 0px;
width: 100%;
padding: 5px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.widget_recent_reviews ul.product_list_widget li img {
width: 55px;
float:left;
margin:0 15px 0 0;
}
.widget_recent_reviews ul.product_list_widget li span {
margin: 0px;
padding: 0px;
}
.widget_recent_reviews ul.product_list_widget li a {
color:#333;
font-weight:bold;
text-decoration:none;
}
.widget_recent_reviews ul.product_list_widget li .star-rating {
float: left !important;
position: relative !important;
width: 100% !important;
}
.widget_recent_reviews ul.product_list_widget li .star-rating span {
font-size: 12px !important;
}
.widget_recent_reviews ul.product_list_widget li .star-rating span:before {
position: static;
} .widget_em_locations_widget{
float:left;
width:100%;
margin:0 0 20px 0;
}
.widget_em_locations_widget ul{
padding:0;
margin:0;
list-style:none;
background:#fff;
}
.widget_em_locations_widget ul li{
padding:10px 20px;
position:relative;
border-top:1px solid #ccc;
}
.widget_em_locations_widget ul li:first-child{
border:0;
}
.widget_em_locations_widget ul li a {
color: #333333;
display: block;
font: 400 16px/22px "Roboto Slab",serif;
padding:0;
text-decoration:none;
}
.widget_em_locations_widget ul li ul{
position:0;
left:0;
top:0;
width:100%;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.widget_em_locations_widget ul li ul li{
padding:0;
border:0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .widget_products{
float:left;
width:100%;
margin:0 0 20px 0;
}
.widget_products ul{
padding:0;
margin:0;
list-style:none;
}
.widget_products ul li{
padding:6px 5px;
border-bottom:1px solid #ccc;
}
.widget_products ul li img{
float:left;
margin:0 19px 0 0;
}
.widget_products ul li a {
color: #333333;
display: block;
font: 400 16px/22px "Roboto Slab",serif;
padding:0;
text-decoration:none;
overflow:hidden;
}
.attachment-300x122.wp-post-image{
width:65px;
float:left;
} .widget_product_search input[type="text"]{
border: 0 none;
border-radius: 0;
box-sizing: border-box;
color: #999999;
float: left;
font-family: "Open Sans",sans-serif;
font-size: 14px;
height: 49px;
margin: 0;
padding: 0 17px;
width: 100%;
}
.widget_product_search form{
position:relative;
}
.widget_product_search input[type="submit"]{
border: 0 none;
margin: 0;
padding: 0;
position: absolute;
right:0;
top:25px;
width:63px;
height:49px;
color:#fff !important;
} .widget_top_rated_products{
float:left;
width:100%;
margin:0 0 20px 0;
}
.widget_top_rated_products ul{
padding:0;
margin:0;
list-style:none;
}
.widget_top_rated_products ul li{
padding:6px 5px;
border-bottom:1px solid #ccc;
}
.widget_top_rated_products ul li img{
float:left;
margin:0 19px 0 0;
}
.widget_top_rated_products ul li a {
color: #333333;
display: block;
font: 400 14px/22px "Roboto Slab",serif;
padding:0;
text-decoration:none;
}  .reviews-posts-widget{
float:left;
width:100%;
margin:0 0 20px 0;
}
.reviews-posts-widget ul{
padding:0;
margin:0;
list-style:none;
}
.reviews-posts-widget ul li{
padding:0;
}
.reviews-posts-widget ul li .review-thumbnail{
width:100%;
display:block;
margin:0 0 10px 0;
}
.reviews-posts-widget ul li .review-thumbnail a{
text-decoration:none;
color:#333;
}
.reviews-posts-widget ul li img{
width:100%;
display:block;
margin:10px 0 0 0;
}
.reviews-posts-widget ul li h3{
display:block;
color:#333;
margin:0;
}
.reviews-posts-widget ul li h3 a{
display:block;
color:#333;
text-decoration:none;
} .widget_product_categories{
float:left;
width:100%;
margin:0 0 20px 0;
}
.widget_product_categories ul{
padding:0;
margin:0;
list-style:none;
box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
background-color:#fff;
}
.widget_product_widget{
float:left;
width:100%;
margin:0 0 20px 0;
}
.widget_product_widget .ignitiondeck .progress-wrapper{
background-color:#D4D9DE;
background-image: none;
border-radius: 10px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
height: 8px;
margin-bottom: 10px;
overflow: hidden;
}
.widget_product_widget .ignitiondeck .img_cur{
margin:0 0 20px 0;
}
.widget_product_widget .ignitiondeck .progress-bar{
}
.widget_product_widget .ignitiondeck .progress-percentage{
color:#fff;
}
.widget_product_widget .ignitiondeck .id-product-infobox{
background-color:#fff;
box-shadow:0 0 1px rgba(0, 0, 0, 0.5) inset;
-moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.5) inset;
-webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.5) inset;
border:1px solid #E2E2E2;
padding:9px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius:4px;
margin:20px 0 0 0;
}
.widget_product_widget .ignitiondeck a.learn-more-button{
color:#fff !important;
background-image:none;
}
.widget_em_calendar{
float:left;
width:100%;
margin:0 0 20px 0;
}
.widget_em_calendar .em-calendar-wrapper{
float:left;
width:100%;
background-color:#fff;
}
.widget_em_calendar table.em-calendar thead{
}
.sidebar_section .head, .sidebar-charity-store .head{
float:none;
}
.sidebar_section .slider_products{
float:left;
width:100%;
margin:0 0 20px 0;
}
.widget_product_tag_cloud{
float:left;
width:100%;
margin:0 0 20px 0;
}
.widget_product_tag_cloud a{
}
.gallery_image_show{
float:left;
width:100%;
}
.gallery_image_show .sidebar-event-gallery{
margin:0;
}
.widget_recent_entries{
float:left;
width:100%;
margin:0 0 20px 0;
}
.widget_search{
float:left;
width:100%;
margin:0 0 20px 0;
}
.widget_search .sidebar-search{
margin:0;
}
.comment-form textarea{
width:100%;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height:auto;
}
#block_content_first{
}
.entry-content-cp{
padding:20px;
float:left;
width:100%;
background-color:#fff;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.entry-content-cp > div{
margin:0 0 20px 0;
}
.em-my-bookings .table-wrap table{
border:1px solid #ccc;
}
.em-my-bookings .table-wrap table th{
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
text-align:center;
padding:10px 0;
}
.entry-content-cp #em-wrapper p{
float:left;
margin:20px 0 0 0;
}
.em-my-bookings .table-wrap table td{
border-right:1px solid #ccc;
text-align:center;
padding:10px 0;
}
.edit-link a{
text-decoration:none;
color:#fff;
border-radius:4px;
padding:7px 11px;
}
.widget.sidebar_section .head{
background-color:#fff;
clear:both;
overflow:hidden;
margin:0 0 10px 0;
}
.comment-respond{
float:left;
width:100%;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.comment-respond h3{
padding:0px;
}
#commentform .logged-in-as a{
padding:0 8px 0 0;
}   .error-page {
float:left;
width:100%;
background-image:url(//www.otraelpa.lv/wp-content/themes/eco-green/images/404-bg.png);
background-repeat:no-repeat;
background-position:center top;
background-size:cover;
margin-top:-30px;
padding:62px 0 100px 0;
}
.error-page input[type="text"]{
width:98%;
min-height:45px;
padding:10px 15px;
border-radius:0px;
}
.error-page .holder {
max-width:575px;
margin:0 auto;
overflow:hidden;
}
.error-page .holder h2 {
font-weight:400;
font-size:225px;
line-height:225px;
color:#fff;
margin:0 0 26px 0;
text-align:center;
text-shadow:0 0 7px rgba(0,0,0,0.4);
position:relative;
letter-spacing:-3px;
}
.error-page .holder h2:before {
background: url(//www.otraelpa.lv/wp-content/themes/eco-green/images/error-text-img.png);
content: "";
height: 141px;
left: 259px;
position: absolute;
top: 34px;
width: 59px;
}
.error-page .holder h2 span {
font-weight:400;
font-size:80px;
position:absolute;
left:278px;
top:0;
text-shadow:none;
}
.error-heading {
max-width:420px;
margin:0 auto 37px;
border-bottom:2px solid #fff;
border-top:2px solid #fff;
background-color:rgba(255,255,255,0.2);
padding:15px 0;
}
.error-heading h3 {
font-weight:400;
font-size:36px;
line-height:36px;
color:#fff;
text-shadow:0 0 7px rgba(0,0,0,0.4);
display:block;
text-align:center;
text-transform:uppercase;
margin:0;
}
.error-page .holder strong.title {
font-weight:400;
font-size:24px;
line-height:24px;
color:#fff;
display:block;
padding:0 0 37px 0;
text-align:center;
}
.error-form {
max-width:555px;
margin:0 auto;
overflow:hidden;
position:relative;
}
.error-input {
float:left;
width:100%;
height:45px;
border-radius:5px;
background-color:#fff;
border:0;
padding:0 20px;
margin:0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-weight:400;
font-size:14px;
line-height:45px;
color:#999;
}
.error-search-btn {
width:45px;
height:45px;
position:absolute;
right:0;
top:0;
border:0;
padding:0;
margin:0;
border-radius:0 5px 5px 0;
}
.error-page .error-search-btn{
border-radius:0;
height:67px;
width:56px;
}
.error-page .error-search-btn .fa{
font-size:25px;
}
.error-search-btn .fa {
display:block;
text-align:center;
font-size:16px;
color:#fff;
line-height:45px;
}
.error-page h2 {
color:#333;
margin:0 0 20px 0;
}
.error-page p {	
color:#999;
margin:0;
}
.topbar-social.topbar-social-cp span{
display:none;
}  .cp-testimonials {
float:left;
width:100%;
margin:0px 0px 30px 0px;
}
.cp-testimonials h2 {
font:400 22px/22px 'Roboto Slab', serif;
color:#333;
text-transform:uppercase;
margin:0 0 20px 0;
padding:0 20px 10px 0;
border-bottom:3px solid;
display:inline-block;
}
.testimonial-box-1 {
float:left;
width:100%;
position:relative;
background-color:#fff;
padding:20px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.testimonial-box-1 .holder {
width:100%;
float:left;
}
.frame-box {
float:left;
width:104px;
margin:0 30px 0 0;
}
.testimonial-box-1 .holder .frame {
float:left;
width:92px;
height:92px;
border-radius:100%;
overflow:hidden;
border:4px solid #fff;
box-shadow:0 0 7px rgba(0,0,7,0.3);
-moz-box-shadow:0 0 7px rgba(0,0,7,0.3);
-webkit-box-shadow:0 0 7px rgba(0,0,7,0.3);
margin:0 0 19px 0;
}
.frame-box strong.name {
font:700 14px/14px 'Roboto Slab', serif;
color:#333;
text-align:center;
display:block;
padding:0 0 9px 0;
}
.frame-box strong.title {
font:400 12px/12px 'Roboto Slab', serif;
color:#333;
text-align:center;
display:block;
}
.testimonial-box-1 blockquote {
padding:10px 0 0 0;
margin:0;
border:0;
}
.testimonial-box-1 blockquote q {
font:400 22px/34px 'Roboto Slab', serif;
color:#333;
}
.testimonial-box-1 blockquote q .fa-quote-left {
font-size:36px;
color:#333;
float:left;
padding:0 28px 100px 0;
}
.testimonial-box-1 blockquote q .fa-quote-right {
font-size:36px;
color:#333;
float:right;
padding:0 0 100px 28px;
}
.testimonial-box-1 .bx-wrapper {
margin:0;
float:left;
width:100%;
}
.testimonial-box-1 .bx-wrapper .bx-viewport {
background:none;
border:0;
box-shadow:none;
left:0;
}
.testimonial-box-1 .bx-wrapper .bx-controls-direction a {
display:none;
}
.testimonial-box-1 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
bottom:0px;
padding:0;
}
.testimonial-box-1 .bx-wrapper{
position:static;
}
.testimonial-box-1 blockquote:before{
border:none;
}
.testimonial-box-1 .bx-wrapper .bx-pager.bx-default-pager a {
background-color:#fff;
width:8px;
height:8px;
border-radius:8px;
border:2px solid rgba(0,0,0,0);
box-shadow:0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
}
.testimonial-box-1 .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
border:2px solid #fff;
}
.testimonial-box-1 blockquote{
position:static;
}
.single-testimonial {
max-width:940px;
margin:0 auto 40px;
overflow:hidden;
clear:both;
}
.single-testimonial blockquote {
margin:0;
padding:0;
border:0;
}
.single-testimonial blockquote q {
font:400 22px/34px 'Roboto Slab', serif;
color:#333;
text-align:center;
float:left;
margin:0 0 25px 0;
}
.single-testimonial blockquote q .fa-quote-left {
display:block;
text-align:center;
font-size:36px;
color:#333;
padding:0 0 20px 0;
}
.frame-box2 {
width:104px;
margin:0 auto;
}
.single-testimonial .frame {
float:left;
width:92px;
height:92px;
border-radius:92px;
border:4px solid #fff;
overflow:hidden;
box-shadow:0 0 7px rgba(0,0,7,0.3);
-moz-box-shadow:0 0 7px rgba(0,0,7,0.3);
-webkit-box-shadow:0 0 7px rgba(0,0,7,0.3);
margin:0 0 19px 0;
}
.frame-box2 strong.name {
font:700 14px/14px 'Roboto Slab', serif;
color:#333;
text-align:center;
display:block;
padding:0 0 9px 0;
}
.frame-box2 strong.name a{
color:#333;
}
.frame-box2 strong.title {
font:400 12px/12px 'Roboto Slab', serif;
color:#333;
text-align:center;
display:block;
}
.testimonial-box-2 .bx-wrapper {
margin:0;
float:left;
width:100%;
}
.testimonial-box-2 .bx-wrapper .bx-viewport {
background:none;
border:0;
box-shadow:none;
left:0;
}
.testimonial-box-2 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
padding:0;
display:none;
}
.testimonial-box-2 .bx-wrapper .bx-controls-direction a {
display:none;
}  .about-section {
float:left;
width:100%;
}
.about-me-left {
float:left;
width:100%;
}
.about-me-left:hover .frame, .about-me-left:hover .frame img{
border-radius:100%;
}
.about-me-left .frame {
float:left;
width:100%;
border:4px solid #fff;
box-shadow:0 0 7px rgba(0,0,0,0.3);
-moz-box-shadow:0 0 7px rgba(0,0,0,0.3);
-webkit-box-shadow:0 0 7px rgba(0,0,0,0.3);
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin:0;
overflow:hidden;
}
.about-me-left .frame img {
display:block;
width:100%;
}
.about-me-left .text {
float:left;
width:100%;
margin:0 0 20px 0;
}
.about-me-left .text ul {
padding:0;
margin:0;
list-style:none;
}
.about-me-left .text ul li {
padding:20px 0;
overflow:hidden;
border-bottom:1px solid #ccc;
}
.about-me-left .text ul li h3 {
font:400 18px/18px 'Roboto Slab', serif;
color:#333;
margin:0;
}
.about-me-left .text ul li strong.title {
font:400 12px 'Roboto Slab', serif;
color:#999;
display:block;
}
.about-me-socila {
float:left;
width:100%;
}
.about-me-socila strong.title {
font:700 12px/30px 'Roboto Slab', serif;
color:#666;
float:left;
padding:6px 10px 0 0;
}
.about-me-socila ul {
padding:0;
margin:0;
list-style:none;
}
.about-me-socila ul li {
float:left;
padding:0 5px 0 0 !important;
border:0 !important;
}
.about-me-socila ul li a {
width:30px;
height:30px;
float:left;
text-decoration:none;
background-color:#ccc;
}
.about-me-socila ul li a .fa {
color:#fff;
font-size:14px;
display:block;
line-height:30px;
text-align:center;
}
.about-me-socila ul li a:hover {
background-color:#5ea9dd;
}  .about-me-text {
float:left;
width:100%;
}
.about-me-text h3 {
font:400 22px/22px 'Roboto Slab', serif;
color:#333;
text-transform:uppercase;
margin:0 0 18px 0;
position:relative;
border-bottom:3px solid #fff;
display:inline-block;
padding:0 20px 10px 0;
}
.about-me-text p {
font:400 14px/22px 'Open Sans', sans-serif;
color:#666;
margin:0 0 30px 0;
}
.about-me-text blockquote {
border-left:4px solid;
margin:0 0 29px 0;
padding:0 0 0 22px;
position:relative;
}
.about-me-text blockquote:before {
content:'';
border-left:2px solid;
position:absolute;
left:2px;
top:0;
height:100%;
}
.about-me-text blockquote q {
font:italic 400 18px/26px 'Open Sans', sans-serif;
color:#666;
margin:0;
}  ..about-me-left .team-member-box {
margin:0 auto;
max-width:1170px;
clear:both;
}
.about-me-left .team-member-box h3 {
font:400 22px/22px 'Roboto Slab', serif;
color:#333;
text-transform:uppercase;
margin:0 0 18px 0;
position:relative;
border-bottom:3px solid #fff;
display:inline-block;
padding:0 20px 10px 0;
}
.team-box {
float:left;
width:100%;
}
.team-box:hover .frame {
border:10px solid #e1e1e1;
}
.team-box .frame:hover .caption{
top:0;
}
.team-box .frame {
display:block;
margin:0 auto;
width:100%;
height:100%;
border-radius:100%;
-moz-border-radius:100%;
-webkit-border-radius:100%;
-o-border-radius:100%;
border:10px solid rgba(0,0,0,0.0);
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow:hidden;
position:relative;
margin:0 0 10px 0;
}
.team-box .frame .caption {
position:absolute;
left:0;
top:-100%;
width:100%;
height:100%;
}
.team-box .frame .caption:before {
content:"";
height:100%;
width:100%;
position:absolute;
left:0px;
bottom:0px;
opacity:0.75;
}
.team-box .frame .caption a.zoom {
font-size:18px;
color:#fff;
text-decoration:none;
width:52px;
height:52px;
border:2px solid #fff;
border-radius:52px;
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
margin:auto;
}
.team-box .frame .caption a.zoom .fa {
display:block;
text-align:center;
line-height:52px;
}
.team-box .frame img {
display:block;
width:100%;
}
.team-box .text {
float:left;
width:100%;
text-align:center;
}
.team-box .text h4 {
font:400 18px/18px 'Roboto Slab', serif;
color:#333;
margin:0 0 8px 0;
}
.team-box .text h4 a{
font:400 18px/18px 'Roboto Slab', serif;
color:#333;
text-decoration:none;
}
.team-box .text strong.title {
font:400 12px/12px 'Roboto Slab', serif;
color:#999;
display:block;
padding:0 0 17px 0;
}
.team-box .text p {
font:400 14px/22px 'Open Sans', sans-serif;
color:#666;
margin:0 0 15px 0;
}
.team-box-social {
float:left;
width:100%;
border-top:1px solid #ccc;
padding:10px 0 0 0;
}
.team-box-social ul {
padding:0;
margin:0;
list-style:none;
}
.team-box-social ul li {
display:inline-block;
padding:0 5px 0 0;
float:none;
margin:0 0 5px 0;
width:auto;
}
.team-box-social ul li a {
width:30px;
height:30px;
float:left;
text-decoration:none;
background-color:#ccc;
}
.team-box-social ul li a .fa {
color:#fff;
font-size:14px;
display:block;
line-height:30px;
text-align:center;
}
.team-box-social ul li a:hover {
background-color:#5ea9dd;
}  .tabs-box {
float:left;
width:100%;
margin:0 0 40px 0;
}
.tabs-box .nav-tabs {
border:0;
}
.tabs-box .nav {
margin:0;
}
.tabs-box .nav-tabs > li {
margin:0;
}
.tabs-box .nav-tabs > li > a {
border:0;
border-radius:0;
line-height:normal;
padding-bottom: 12px;
padding-top: 12px;
}
.span4 #horizontal-tabss.tabs-box .nav-tabs > li > a, .span4 #horizontal-tabss .nav-pills > li > a{
padding-left:20px;
padding-right:20px;
}
.tabs-box .nav-tabs > li > a, .nav-pills > li > a {
line-height:normal;
margin-right:2px;
padding-left:40px;
padding-right:40px;
font:400 18px/18px 'Roboto Slab', serif;
color:#333;
background-color:#e1e1e1;
border-top:5px solid rgba(0,0,0,0.2);
}
.tabs-box .nav-tabs > li.ui-state-active > a{
color:#fff;
border-top:5px solid rgba(0,0,0,0.3);
}
.tabs-box .nav-tabs > .active > a, .nav-tabs > a.active > a:hover, .nav-tabs > .active > a:focus {
border-top:5px solid rgba(0,0,0,0.3);
color: #fff;
}
.tabs-box .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
border-top:5px solid rgba(0,0,0,0.3);
color: #fff;
}
#horizontal-tabss .tab-content,
.tab-content-area {
float:left;
width:100%;
padding:20px 26px 17px 20px;
border:1px solid #e1e1e1;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin:0px;
}
#horizontal-tabss .tab-content p,
.tab-content-area p {
font:400 14px/22px 'Open Sans', sans-serif;
color:#666;
margin:0;
}  blockquote {
padding:22px;
margin:20px 0 20px;
border-left:4px solid;
position:relative;
background-color:#fff;
}
blockquote p{
font:italic 400 18px/26px "Open Sans",sans-serif;
color:#666;
margin:0 0 15px 0;
}
blockquote:before {
content:'';
border-left:2px solid;
position:absolute;
left:2px;
top:0;
height:100%;
}
blockquote q {
font:italic 400 18px/26px 'Open Sans', sans-serif;
color:#666;
} .project-detail {
float:left;
width:100%;
}
.project-detail h2 {
font:400 18px/18px 'Roboto Slab', serif;
margin:0 0 11px 0;
}
.project-detail p {
font:400 14px/22px 'Open Sans', sans-serif;
margin:0 0 22px 0;
}
.project-detail-list {
float:left;
width:100%;
padding:0;
margin:0;
list-style:none;
border-bottom:1px solid #ccc;
}
.project-detail-list li {
padding:17px 0;
border-top:1px solid #ccc;
float:left;
width:100%;
line-height:14px;
}
.project-detail-list li .even {
font:700 14px 'Roboto Slab', serif;
color:#666;
text-transform:uppercase;
float:left;
padding-right:12px;
}
.project-detail-list li .odd {
font:400 14px 'Roboto Slab', serif;
color:#999;
float:left;
}
.project-detail .frame {
float:left;
width:100%;
border:4px solid #fff;
box-shadow:0 0 7px rgba(0,0,0,0.3);
-moz-box-shadow:0 0 7px rgba(0,0,0,0.3);
-webkit-box-shadow:0 0 7px rgba(0,0,0,0.3);
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.project-detail .frame img {
width:100%;
display:block;
}
.project-detail .bx-wrapper {
margin:0;
float:left;
width:100%;
}
.project-detail .bx-wrapper .bx-viewport {
background:none;
border:0;
box-shadow:none;
left:0;
}
.project-detail .bx-wrapper .bx-pager {
padding:0;
display:none;
}
.project-detail .bx-wrapper .bx-controls-direction a {
font-size:0;
text-indent:inherit;
margin:0;
text-decoration:none;
top:45%;
}
.project-detail .bx-wrapper .bx-next {
width:50px;
height:50px;
background:#fff;
margin:0;
border-radius:50px;
}
.project-detail .bx-wrapper .bx-next:before {
content:"";
display: block;
font-family: FontAwesome;
font-size: 40px;
line-height: 50px;
text-align: center;
text-decoration: none;
color:rgba(0,0,0,0.5);
}
.project-detail .bx-wrapper .bx-prev {
width:50px;
height:50px;
background:#fff;
margin:0;
border-radius:50px;
}
.project-detail .bx-wrapper .bx-prev:before {
content:"";
display: block;
font-family: FontAwesome;
font-size: 40px;
line-height: 50px;
text-align: center;
text-decoration: none;
color:rgba(0,0,0,0.5);
}
.project-detail .bx-wrapper .bx-next:hover {
background:rgba(255,255,255,0.5);
}
.project-detail .bx-wrapper .bx-prev:hover {
background:rgba(255,255,255,0.5);
}
.other-project {
margin:40px auto 0;
max-width:1170px;
overflow:hidden;
}
.other-project h3 {
display:inline-block;
margin:0 0 20px 0;
padding:0 20px 10px 0;
font:400 22px/22px 'Roboto Slab', serif;
color:#333;
text-transform:uppercase;
border-bottom:3px solid;
}
.other-project ul {
padding:0;
margin:0;
list-style:none;
}
.other-project ul li {
float:left;
padding:0;
margin:0 0 40px 0;
}
.other-project .frame {
float:left;
width:100%;
overflow:hidden;
position:relative;
box-shadow:none;
background:none;
border:0;
}
.other-project .frame img {
display:block;
width:100%;
}
.other-project .caption {
height: 100%;
left: -100%;
position: absolute;
top: 0;
width: 100%;
}
.other-project .caption:before {
content:"";
height:0;
width:100%;
position:absolute;
left:0px;
bottom:0px;
opacity:0.75;
}
.other-project ul li:hover .caption:before {
height:100%;
}
.other-project .caption a.zoom {
border: 2px solid #FFFFFF;
border-radius: 52px;
bottom: 0;
color: #FFFFFF;
font-size: 18px;
height: 52px;
left: 0;
margin: auto;
position: absolute;
right: 0;
text-decoration: none;
top: 0;
width: 52px;
}
.other-project .caption a.zoom .fa {
display: block;
line-height: 52px;
text-align: center;
}
.other-project ul li:hover .caption {
left:0;
} .single_content .blog-box-1 .frame img{
width:100%;
} .sermon-detail-row .topbar-social{
list-style:none;
float:left;
width:100%;
margin:0px;
padding:5px 5px;
text-align:center;
background-color:#f5f5f5;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.sermon-detail-row .topbar-social li{
display:inline-block;
white-space:normal;
}
.sermon-detail-row .topbar-social li span{
display:none;
}
.sermon-detail-row .topbar-social li a{
height:30px;
width:30px;
color:#fff;
display:block;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
padding:4px 0px;
}
.desi_section{
text-align:center;
}
.mejs-container{
z-index:999;
}
.content_sidebar.sidebar .widget.sidebar_section.widget_recent_entries ul li:hover a{
background:none;
}
.content_sidebar.sidebar .widget.sidebar_section.widget_recent_entries ul li:hover{
background:#666666;
} 
.content_sidebar.sidebar .widget.sidebar_section.widget_recent_entries ul li a{
margin:0px;
padding:0px;
}
.content_sidebar.sidebar .widget.sidebar_section.widget_recent_entries ul li{
padding:14px 20px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.content_sidebar.sidebar .widget.sidebar_section.widget_categories ul li,
.content_sidebar.sidebar .widget.sidebar_section.widget_recent_entries ul li,
.content_sidebar.sidebar .widget.sidebar_section.widget_meta ul li{
margin:0px;
width:100%;
background:#fff;
}
.widget.sidebar_section{
margin-bottom:30px;
}
#wp-calendar thead tr{
background:#333;
}
.menu-testing-menu-container ul{
background:#333;
}
.menu-testing-menu-container ul a{
color:#fff;
}
 .css-events-list, .css-events-list table{
float:left;
width:100%;
}
.css-events-list table{
margin:0px 0px 20px 0px;
border-collapse:collapse;
}
.css-events-list table thead tr th{
padding:10px 10px;
color:#FFF;
font-size:16px;
font-weight:normal;
}
.css-events-list table tbody{
background:#FFF;
}
.css-events-list table tbody tr:hover{
box-shadow:0px 3px 3px 0px rgba(0,0,0,0.3);
-moz-box-shadow:0px 3px 3px 0px rgba(0,0,0,0.3);
-webkit-box-shadow:0px 3px 3px 0px rgba(0,0,0,0.3);
}
.css-events-list table tbody tr td {
padding:15px;
border:solid 1px rgba(0,0,0,0.2);
}
.css-events-list table tbody tr a{
}
.em-search-options .show{
border: medium none;
border-radius: 0;
color: #FFFFFF;
display: inline-block;
font-size: 16px;
font-weight: normal;
float:right;
padding: 10px 20px;
margin:20px 0px 0px 0px;
}
.em-search-advanced{
background-color:#FFF;
padding:20px !important;
float:left;
width:100%;
}
.em-search-options{
padding:0px !important;
}
div.css-search{
padding:0px 5px 0px 5px !important;
}
div.css-search div.em-search-main .em-search-submit{
position:absolute;
right:0px;
top:0px;
border:none;
padding:9px 15px;
}
.entry-content > div{
float:left;
width:100%;
}
.css-locations-list{
float:left;
width:100%;
background-color:#FFF;
padding:20px;
margin:0px 0px 20px 0px;
}
.css-locations-list ul{
float:left;
width:100%;
margin:0px;
list-style:none;
}
.css-locations-list ul li{
margin:10px 0px 10px 0px;
float:left;
width:50%;
}
.css-locations-list ul ul li{
width:100%;
margin:0px;
}
.css-locations-list ul li a{
font-weight:normal;
font-size:16px;	
}
.entry-content{
float:left;
width:100%;
background-color:#FFF;
margin:0px 0px 20px 0px;
}
.entry-content h3{
font-size:22px !important;
margin:0px;
}
.entry-content ul{
list-style:none;
margin:0px;
}
.entry-content ul li{
float:left;
width:100%;
margin:5px 0px;
}
table.em-calendar td{
padding:7px 4px;
text-align:center;
}
table.em-calendar td.eventful-today a{
color:#FFF;
}
table.em-calendar thead{
background-color:#ededed;
}
table.em-calendar thead tr td{
font-size:18px;
color:#fff;
}
table.em-calendar thead tr td a{
color:#FFF;
font-size:18px;
padding:5px 0;
}
table.em-calendar thead tr td a:hover{
color:#FFF;
}
table.em-calendar td.eventful-post a, table.em-calendar td.eventful a{
height:30px;
width:30px;
padding:3px 0px;
display:inline-block;
border:solid 1px #336699;
border-radius:100%;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
text-decoration:none;
color:#000;
}
table.em-calendar td.eventful a{
border:none;
color:#fff;
text-decoration:none;
}
.entry-content .em-tags-list{
margin:0px;
float:left;
width:100%;
}
.entry-content .em-tags-list li{
float:left;
width:auto;
}
.entry-content .em-tags-list li a{
display:block;
color:#FFF;
padding:5px 10px;
margin:0px 3px;
}
.logged-in-as a{
font-weight:normal;
}
.em-search-main{
position:relative;
float:left;
width:100%;
}
.em-search-main input[type="text"], .em-search-advanced select{
border-radius:0px;
min-height:40px;
width:100%;
padding:8px;
}
.em-search-wrapper .em-search-advanced{
padding:0px !important;
}.hasCountdown {
}
.countdown_rtl {
direction: rtl;
}
.countdown_holding span {
color: #fff;
}
.countdown_row {
clear: both;
width: 100%;
padding: 30px 0 20px 0;
text-align: center;
float:left;
}
.countdown_show1 .countdown_section {
width: 98%;
}
.countdown_show2 .countdown_section {
width: 48%;
}
.countdown_show3 .countdown_section {
margin:0px 1.2%;
width: 28.7%;
}
.countdown_show4 .countdown_section {
width: 24.5%;
}
.countdown_show5 .countdown_section {
width: 19.5%;
}
.countdown_show6 .countdown_section {
width: 16.25%;
}
.countdown_show7 .countdown_section {
width: 14%;
}
.countdown_section {
display: inline-block;
text-align: center;
font:400 12px 'Noto Serif', serif;
text-align:center;
color:#fff;
text-transform:uppercase;
}
.event-detail-timer .countdown_amount{
color:#fff;
}
.countdown_amount {
color:#fff;
font:400 14px 'Noto Serif', serif;
font-weight:bold;
line-height:normal;
display:block;
position:relative;
text-transform:uppercase;
margin:-23px 0 0 0;
} .countdown_descr {
display: block;
width: 100%;
}