/*
Theme Name: Folixy
Description: Responsive portfolio uCoz theme.
Author: xappSSzYLiCiOuZ
Author URI: http://utemplate.pro/shop/user/12637/goods
Theme URI: http://utemplate.pro/shop/401/desc/folixy
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0
*/

@import "/css/slider.css";

@import "http://fonts.googleapis.com/css?family=Roboto:400,900,300,700,300italic,700italic,400italic&subset=latin,cyrillic";
@import "http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic&subset=latin,cyrillic";

#puzadpn, .com-order-block, table.smiles, span.entDots, span.entryReadAll, .bbQuoteName {
 display:none;
}

html {
 height: 100%;
 max-height: 100%;
 overflow-x:hidden;
 overflow-y:scroll;
}

body {
 height: 100%;
 max-height: 100%;
 font-family: 'Roboto';
 font-weight: 300;
 font-size: 14px;
 line-height: 20px;
 color: #555;
}

a {
 -webkit-transition: all ease 0.3s;
 -moz-transition: all ease 0.3s;
 -o-transition: all ease 0.3s;
 -ms-transition: all ease 0.3s;
 transition: all ease 0.3s;
 text-decoration:none; 
 color: inherit;
}

a:hover {
 color: #26CDA4;
 text-decoration:none;
}

::-moz-selection {
 background: #26CDA4;
 color: white;
}

::selection {
 background: #26CDA4;
 color: white;
}

textarea, input {
 outline: none;
 resize: none;
}

hr {
 border-top: 1px dotted rgba(221,221,221,0.5)!important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
 font-family: 'Noto Sans';
 font-weight:700;
 text-rendering: optimizeLegibility;
}

h1 {
 font-size:26px
}

h2 {
 font-size:21px
}

h3 {
 font-size:19px
}

h4 {
 font-size:17px
}

h5 {
 font-size:15px
}

h6 { 
 font-size:13px
}

ul{
 list-style:square
}

.button {
 display: inline-block;
 padding: 5px 20px;
 font-size: 15px;
 font-weight: 400;
 text-transform: uppercase;
 -webkit-border-radius: 2px;
 border-radius: 2px;
}

.button.color {
 background: #26CDA4;
 border: 1px solid rgba(0,0,0,0);
 color: #fff;
}

.button.color:hover {
 color: #26CDA4;
 background-color: #fff;
 border: 1px solid #26CDA4;
}

.button.transparent {
 background: none;
 border: 1px solid #fff;
 color: #fff;
}

.button.transparent:hover {
 background: #fff;
 color: #26CDA4;
}

.button .fa {
 text-align: left!important;
 padding-right: 10px;
}

i.sprt:before {
 content: "/";
 font-style: normal;
 display: inline-block;
 padding: 0 8px;
}

#subtop {
 background: #4B494F;
 color: #fff;
}

#subtop .top-contacts {
 padding: 10px 0;
 width: 50%;
 float: left;
}

#subtop .top-contacts span {
 display: inline-block;	
 padding-right: 10px;
 font-weight: 400;
}

#subtop .top-contacts span .fa {
 font-size: 13px;
 margin-right: 5px;
}

#subtop .top-loginform {
 padding: 10px 0;
 width: 50%;
 float: right;	
 text-align: right;
}

#subtop .top-loginform span {
 display: inline-block;	
 padding-left: 10px;
 font-weight: 400;
}

#subtop .top-loginform span .fa {
 font-size: 13px;
 margin-right: 5px;
}

body.nav-fixed #untop {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 1000;
}

#untop {
 width: 100%;
 background-color: #FFF;	
 -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
 box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#untop-brand {
 height: 60px;	
 line-height: 60px;
 width: 90%;
 float:left;
}

#untop-menu {
 width: 10%;	
 float: right;
 text-align: right;
}

.top-brand, .top-brand:hover, .top-brand:focus, .top-brand:visited, .top-brand:active {
 font-size: 28px;
 line-height: 60px;
 text-decoration: none;
 text-transform: uppercase;
 color: #555;
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 0;
}

#menu-toggle {
 width: 28px;
 height: 30px;
 margin: 15px 0 0; 
 float: right;
 z-index: 200;
 overflow: hidden;
 cursor: pointer;
}
 
#menu-toggle div {
 width: 100%;
 height: 5px;
 background: white;
 margin: 4px auto;
 background-color: #272727;
}

#menu-toggle.open .one {
 -webkit-transform: rotate(45deg) translate(5px, 5px);
 -moz-transform: rotate(45deg) translate(5px, 5px);
 -o-transform: rotate(45deg) translate(5px, 5px);
 -ms-transform: rotate(45deg) translate(5px, 5px);
 transform: rotate(45deg) translate(5px, 5px);
}

#menu-toggle.open .two {
 opacity: 0;
}

#menu-toggle.open .three {
 -webkit-transform: rotate(-45deg) translate(7px, -8px);
 -moz-transform: rotate(-45deg) translate(7px, -8px);
 -o-transform: rotate(-45deg) translate(7px, -8px);
 -ms-transform: rotate(-45deg) translate(7px, -8px);
 transform: rotate(-45deg) translate(7px, -8px);
}

#top-navigation {
 width: 100%;
 position: relative;
 z-index:100;
}

#top-navigation ul, #top-navigation li, #top-navigation-mobile ul, #top-navigation-mobile li {
 padding: 0;
 margin: 0;
 list-style: none;
}

#top-navigation-mobile {
 position: absolute;
 left: 0px;
 z-index: 500;
 background-color: #4B494F;
 border-top-width: 4px;
 border-top-style: solid;
 border-bottom-width: 4px;
 border-bottom-style: solid;
 padding: 5px;
 margin: 60px 0 0;
 width: 100%;
 max-height: 285px;
 overflow: auto;
 text-align: left;
}

#top-navigation-mobile li {
 display: block;
 position: relative;
}

#top-navigation-mobile li a {
 height: 30px;	
 line-height: 30px;
 font-weight: 300; 
 text-transform: uppercase;
 letter-spacing: 0.1em;
 color: #FFF;
}

#top-navigation-mobile ul ul {
 padding-left: 25px;
}

#top-navigation-mobile ul ul li {
 padding-left: 15px;
}

#top-navigation-mobile ul ul li:before {
 content: "\f101";
 display: block;
 position: absolute;
 top: 6px;
 left: 0;
 font-family: 'FontAwesome';
 color: #FFF;
}

#top-navigation, #top-navigation-mobile {
 display: none;
}

#slider {
 height: 360px;
 position: relative;
 overflow: hidden;
 text-align: center;
 z-index: 0;
}

#slider .overlay {
 background: rgba(0, 0, 0, 0.5);
 height: 100%;
}

#slider .overlay {
 background-image: url(/img/pattern.png);
}

#slider .container {
 padding: 30px 0;
 font-weight: 400;
}

.slider-ttl {
 font-weight: 900;
 letter-spacing: 2px;
 color: #FFF;
 text-transform: uppercase;
}

.slider-msg {
 width: 90%;
 margin: 0 auto;
 padding: 30px 0;
 font-size: 15px;
 line-height: 25px;
 color: #FFF;
}

.slider-btn {
 padding-bottom: 30px;
}

.flexslider .slides > li {
 display: none;
 -webkit-backface-visibility: hidden;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}

.flexslider .slides, .flexslider .slides > li {
 display: block;
 height: 100%;
}

.flex-control-nav {
 width: 100%;
 bottom: 40px;
 z-index: 10;
}

.flex-control-nav li {
 margin: 0 6px;
}

.flex-control-paging li a {
 background: none;
 border: 2px solid #FFF;
 width: 16px;
 height: 16px;
}

.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
 background-color: #26CDA4;
}

.ttl {
 display: inline-block;
 position: relative;
}

.breadcrumbs {
 color: #fff;
 font-size: 16px;
 font-weight: 400;
 text-align: right;
}

#page-heading {
 width: 100%;
 overflow: hidden;
 position: relative;
}

#page-heading .pattern {
 background-image: url(/img/pattern2.png);
 background-color: rgba(0, 0, 0, 0.2);
 min-height: 100%;
 padding: 40px 0;
}

.page-heading-bg {
 width: 100%;
}

#page-heading .ttl {
 color: #FFF;
 font-size: 23px;
 line-height: 23px;
 font-weight: 700;

 text-transform: uppercase;
}

.community {
 background: url(/img/page-heading.jpg) no-repeat center;
 background-size: cover;
}

.forum-nav {
 text-align: center;
 background-color: #FFF;
 line-height: 40px;
 position: relative;
}

a.fNavLink {
 text-transform: uppercase;
 font-size: 100%; 
 font-weight: 400;
 padding-right: 10px; 
}

.th-bg {
 background-color: #26CDA4;
 padding: 0px 5px;
 color: #FFF;
 font-weight: 400;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}

.frstatswd {
 width: 10%;
}

.gTable {
 background: none;
}

.gTable {
 margin: 0 0 30px;
 border-bottom: 4px solid #26CDA4;
}

td.gTableTop {
 color: #FFF;
 font-size: 15px;
 font-family: 'Noto Sans';
 font-weight: 700;
 text-transform: uppercase;
 padding: 10px 20px;
 background: #26CDA4;
 border: none;
}

td.gTableTop a:hover {
 color: #FFF;
}

.gTableSubTop, .postTdTop {
 background-color: #FFF;
 color: #535353;
 padding: 10px 20px;
 border-bottom: 1px solid rgba(221, 221, 221, 0.5);
 font-size: 13px;
 font-weight: 400;
}

.gTableBody1, .gTableRight, .forumIcoTd, .forumNameTd, .forumThreadTd, .forumPostTd, .forumLastPostTd, .threadIcoTd, .threadNametd, .threadPostTd, .threadViewTd, .threadAuthTd, .threadLastPostTd, .threadsDetails, .forumOnlineBar, .gTableLeft, .gTableRight {
 padding: 10px 20px;
 font-family: 'Noto Sans';
 border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

table.gTable tr:nth-child(2n) td.forumLastPostTd, 
table.gTable tr:nth-child(2n) td.forumIcoTd, 
table.gTable tr:nth-child(2n) td.threadIcoTd, 
table.gTable tr:nth-child(2n) td.forumNameTd, 
table.gTable tr:nth-child(2n) td.threadNametd, 
table.gTable tr:nth-child(2n) td.forumPostTd, 
table.gTable tr:nth-child(2n) td.threadPostTd, 
table.gTable tr:nth-child(2n) td.threadViewTd, 
table.gTable tr:nth-child(2n) td.threadAuthTd, 
table.gTable tr:nth-child(2n) td.forumThreadTd, 
table.gTable tr:nth-child(2n) td.threadLastPostTd, 
table.gTable tr:nth-child(2n) td.forumLastPostTd { background-color: #f1f1f1; }

.forumNameTd .forum {
 font-size: 15px;
 font-weight: 400;
}

.forumDescr, .forumModer, .threadDescr {
 font-size: 13px;
 color: #9C9B9B;
}

.forumLastPostTd, .forumArchive, .threadLastPostTd {
 font-size: 13px;
}

.postTdInfo {
 text-align: center;
 border-right: 1px solid rgba(221, 221, 221, 0.5);
}

.postTdInfo, .posttdMessage {
 padding: 20px;
}

img.userAvatar {
 border-radius: 50%;
}

.postBottom {
 padding: 7px;
 border-top: 1px solid rgba(221, 221, 221, 0.5);
}

.postTable {
 border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.forumNamesBar, .forumMemNum {
 padding: 10px 20px !important;
 font-size: 13px;
 width: 50%!important;
}

.frmfilter, .frmfilter2, .forumMemSwch {
 padding: 10px 20px !important;
 width: 30%!important;
}

.uTable {
 border-spacing: 0px;
}

.uTable td {
 padding: 10px 20px;
}

#forum_filter span, #filter_by {
 display: none;
}

#frmButns83 {
 margin-bottom: 10px;
}

#frmButns83 a.fbutton {
 display: inline-block;
 padding: 2px 6px;
 margin-left: 7px;
 color: #FFF;
 border: 1px solid rgba(0,0,0,0);
 -webkit-border-radius: 3px;
 border-radius: 3px;
 text-transform: uppercase;
}

#frmButns83 a.fbutton:hover {
 background-color: #fff;
}

.switchActive {
 background:#26CDA4;
 color:#FFF;
 padding:2px 8px;
 margin: 0 11px;
 -webkit-border-radius: 3px 3px 3px 3px;
 border-radius: 3px 3px 3px 3px; 
}

a.switchDigit, a.switchNext, a.switchBack {
 color: #FFF;
}

a:hover.switchDigit, a:hover.switchNext, a:hover.switchBack {
 color: #E64946;
}

.statusBlock {
 padding-top:3px;
}

.statusOnline {
 color:#26CDA4;
}

.statusOffline {
 color:#f00;
}

input, textarea {
 -webkit-transition-duration: 0.2s;
 -moz-transition-duration: 0.2s;
 -o-transition-duration: 0.2s;
 transition-duration: 0.2s;
 border: rgba(0, 0, 0, 0) 1px solid;
 margin: 5px 1px;
}

textarea, input[type="text"], input[type="password"], input[type='file'] {
 background: #fff;
 padding:5px 10px;
 font-weight: 300;
 text-decoration:none;
 outline:none;
 -webkit-appearance:none;
}

input[type='submit'], input[type='reset'], input[type='button'] {
 color:#FFF;
 border:1px solid rgba(0,0,0,0);
 font-weight:normal!important;
 cursor:pointer;
 margin:0 0 2px;
 font-size:13px!important;
 padding:5px 10px;
 cursor:pointer;
 background-color:#26CDA4;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
 width:auto!important;
 -webkit-appearance:none;
}

input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover, button:hover {
 background: #FFF;
}

select {
 padding: 2px;
 font-weight: 300;
 height: 30px;
 border-radius: 3px;
 cursor: pointer;
 font-size: 14px;
 border: 1px solid #D2D2D2;
}

a.groupModer:link,a.groupModer:visited,a.groupModer:hover {
 color:blue;
}

a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {
 font-weight:700;
}

a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {
 color:green;
}

.frmBtns {
 padding-top: 2px;
 padding-right: 5px;
}

.fwrap {
 margin-right: 16px;
}

.tbtn, .tbtn-2, .tbtn-4 {
 border-bottom: 1px solid rgba(221,221,221,0.5);
}

.tbtn-3 {
 margin-top: -20px;
}

.tbtn-5 {
 border-top: 1px solid rgba(221,221,221,0.5);
}

.fFastNavTd select, #forum_filter_select, .moderOptions {
 height: 30px;
 padding: 2px;
 margin: 3px 0;
 margin-bottom: 0;
}

a.frmbaractive {
 border-bottom: 1px solid rgba(0,0,0,0);
 text-transform: uppercase;
}

#frM53 .gTableLeft, #frM53 .gTableRight {
 display: block;
 width: auto!important;
}

#thread_search_field {
 margin-top: 3px;
}

.forumModerFuncs {
 padding: 10px 20px;
}


.padding, .padding-top {
 padding-top: 60px !important;
}

.padding-bottom {
 padding-bottom: 60px !important;
}

.padding-top20 {
 padding-top: 20px !important;
}

.padding-top30 {
 padding-top: 30px !important;
}

.padding-section {
 padding: 60px 0 40px 0;
}

.padding-section-2 {
 padding: 60px 0;
}

.bottom10 {
 padding-bottom: 10px;
}

.bottom20 {
 padding-bottom: 20px;
}

.bottom30 {
 padding-bottom: 30px;
}

#content {
 float: left;
 width: 70%;
}

#sidebar {
 float: right;
 width: 25%;
}

.catbox {
 padding: 30px 0 10px;
 background-color: #F6F6F6;
 text-align: center;
}

.post {
 margin-bottom: 60px;
}

.excerpt-image {
 max-height: 350px;
 overflow: hidden;
}

.post-excerpt img {
 width: 100%;
 margin: 0 auto;
}

.excerpt-video {
 max-height: 500px;
 overflow: hidden;
}

.post-excerpt img {
 -webkit-transition-duration: .3s;
 -moz-transition-duration: .3s;
 -ms-transition-duration: .3s;
 -o-transition-duration: .3s;
 transition-duration: .3s;
}

.post-excerpt:hover img {
 opacity: .85;
}

.post-meta {
 position: relative;
 height: 46px;
 line-height: 46px;
 font-weight: 400;
 color: #FFF;
 margin-bottom: 25px;
}

.post-meta:before {
 content: '';
 position: absolute;
 left: 30px;
 bottom: -15px;
 border-top: 15px solid #BFA980;
 border-left: 15px solid rgba(0, 0, 0, 0);
 border-right: 15px solid rgba(0, 0, 0, 0);
}

.post-meta .stats {
 padding-left: 20px;
}

.post-meta .stat {
 margin-right: 20px;
}

.post-meta .fa {
 padding-right: 5px;
}

.post-meta a, .post-meta a:hover  {
 color: #FFF;
}

.post-dscr {
 line-height: 26px;
 margin-bottom: 20px;
 font-family: 'Noto Sans';
}

.post-tags, .vid-info, .down-but {
 line-height: 26px;
 margin-bottom: 20px;
}

.post-tags .fa {
 margin-right: 5px;
}

.post-tags .eTag {
 padding: 0!important;
 border: 0!important;
 background: 0!important;
}

.post-tags .eTag:hover {
 text-decoration: underline!important;
}

.post-dscr .entDots, .post-dscr .entryReadAll {
 display: none;
}

.post-title {
 position: relative;
 font-family: 'Roboto Condensed';
 font-size: 20px;
 font-weight: 400;
 text-transform: uppercase;
}

.block {
 margin-bottom: 30px;
}

.block-title {
 position: relative;
 font-family: 'Noto Sans';
 font-size: 12px;
 font-weight: 700;
 text-transform: uppercase;
 margin-bottom: 20px;
}

.block-cnt ul, .block-cnt li {
 padding: 0;
 margin: 0;
 list-style: none;
 list-style-type: none;
 line-height: 28px;
}

.block-cnt li { 
 clear: both;
}

.block-cnt a:hover {
 text-decoration: underline;
}

.catsTable tr td {
 line-height: 30px;
}

.catsTable tr a {
 position: relative;
 text-transform: uppercase;
 padding-left: 20px;
 display: block;
}

.catsTable tr a:before {
 content: "\f114";
 display: block;
 position: absolute;
 top: 1px;
 left: 0;
 font-family: 'FontAwesome';
 color: #555;
}

.catNumData {
 display: none!important;
}

.catDescr {
 font-size: 13px;
 padding-left: 20px;
}

ul.list, ul.list li {
 position: relative;
 list-style: none;
 padding: 0;
 margin: 0;
 color: #555;
}

ul.list li, li.archLi {
 padding-left: 15px;
}

ul.list li:before {
 content: "\f101";
 display: block;
 position: absolute;
 top: 1px;
 left: 0;
 font-family: 'FontAwesome';
}

.search-form {
 position: relative;
}

.search-form input {
 width: 100%;
}

.search-form .button {
 position: absolute;
 top: 0;
 right: 0;
 border-radius: 0!important;
}

.search-form input[type="text"] {
 border-radius: 0!important;
}

.search-form input {
 margin: 0!important;
}

.search-form .button.color:hover {
 background-color: none;
}

.button.button-icon {
 width: 40px;
 padding-left: 0;
 padding-right: 0;
 text-align: center;
}

.fav-post ul,  .fav-post li {
 line-height: 23px!important;
}

.post-icon { 
 float: left;
 width: 40px;
 height: 40px;
 text-align: center;
 margin-right: 8px;
 margin-top: 4px;
}

.post-icon i {
 color: #FFF;
 line-height: 40px;
}

.fav-post small {
 display: block;
}

.eTag {
 display: inline-block;
 padding: 5px 11px;
 text-transform: lowercase;
 text-decoration: none!important;
 border-radius: 2px;
 margin-right: 5px;
 margin-bottom: 10px;
 border: 1px solid rgba(0,0,0,0);
 font-size: 13px!important;
}

.eTag:hover {
 color: #fff;
}

.rate {
 width: 50%;
 float: left;
}

.rate a, .item-rate a, .shop-rate a, .faq-rate a { 
 -webkit-transition: all ease 0.0s !important;
 -moz-transition: all ease 0s !important;
 -o-transition: all ease 0s !important;
 -ms-transition: all ease 0s !important;
 transition: all ease 0s !important;
}

.rate p { 
 margin: 5px 0 0 35px; 
 font-size:12px;
 letter-spacing: 0px;
 font-weight: 400;
}

.share {
 width: 50%;
 float: right;
 text-align: right;
}

.clear {
 clear: both;
}

.comment {
 margin: 20px 0;
}

.comm-ttl {
 font-size: 20px;
 font-weight: 400;
 text-transform: uppercase;
 font-family: 'Roboto Condensed';
}

.comm-ttl:after {
 content: '';
 display: block;
 width: 30px;
 height: 1px;
 margin: 25px 0 0 0;
 background: #555;
}

.comm-bd {
 margin: 20px 0;
}

.comm-add {
 padding-top: 20px!important;
}

.comment-post {
 position: relative;
 margin: 30px 0;
 min-height: 135px;
}

.comment-post .avatar-side {
 position: absolute;
 top: 0;
 left: 0;
 width: 94px;
 text-align: center;
}

.comment-post .avatar, .comment-post .avatar img {
 display: block;
 width: 92px;
 height: 92px;
 margin-bottom: 10px;
 -webkit-border-radius: 100%;
 border-radius: 100%;
}

.comment-post .msg {
 position: relative;
 margin-left: 114px;
}

.comment-post .name {
 color: #000;
 text-transform: uppercase;
 margin: 0 0 64px 0;
 font-weight: 700;
 font-size: 16px;
 font-family: 'Roboto Condensed';
}

.datetime {
 position: absolute;
 display: block;
 top: 40px;
 left: 5px;
 font-size: 13px;
 text-transform: uppercase;
 color: #FFF;
 padding: 3px 10px;
}

.datetime:before {
 content: '';
 position: absolute;
 left: -8px;
 bottom: 3px;
 border-right: 10px solid;
 border-top: 10px solid rgba(0,0,0,0);
 border-bottom: 10px solid rgba(0,0,0,0);
}

.comment-post p {
 color: #494C43;
}

.reply {
 color: #FFF;
 padding: 3px 8px;
 text-transform: uppercase;
 -webkit-border-radius: 2px;
 border-radius: 2px;
}

.reply:hover {
 color: #FFF;
}

#footerTop {
 position: relative;
 padding: 30px 0;
 margin-bottom: -6px;
 color: #FFF;
}

#footerTop a {
 font: 18px 'Noto Sans';
 color: #FFF;
}

#footerTop .fa {
 vertical-align: -2px;
 padding: 0 0 0 10px;
}

#footer .goTop {
 display: block;
 position: absolute;
 top: -46px;
 left: 50%;
 width: 40px;
 height: 40px;
 margin: 0 0 0 -20px;
 font-size: 15px;
 line-height: 40px;
 color: #FFF;
 text-decoration: none;
}

#footer {
 padding: 60px 0 40px 0;
 background: #222;
 color: #eee;
 border-top-width: 6px;
 border-top-style: solid;
 font-family: 'Noto Sans';
 position: relative;
}

.fblock {
 margin-bottom: 20px;
 overflow: hidden;
}

.fblock h4 {
 font: 700 11px 'Noto Sans';
 margin-bottom: 20px;
 text-transform: uppercase;
}

#footerBottom {
 padding: 10px 0;
 position: relative;
 background: #FFF;
}

.copyright {
 color: #5a5a5a;
 font-size: 13px;
 margin: 0!important;
}

.add-link {
 margin-bottom: 30px;
 text-align: center;
 padding: 10px;
 text-transform: uppercase;
 border-width: 2px;
 border-style: dashed;

 font:700 15px 'Noto Sans';
}

.cat-choose {
 margin:0 5px 5px;
 display:inline-block;
 background:#fff;
 border:1px solid #eee;
 padding: 4px 10px;
} 

.cat-choose:hover {
 background:#eee;
 cursor:pointer;
} 

.cat-choose.active {
 color:#fff;
 border: 1px solid rgba(0,0,0,0);
}

#uEntriesList .entryBlock {
 display: block!important;
}

#uEntriesList .uEntryWrap {
 padding: 0;
}

.photo {
 width: 100%;
 overflow: hidden;
 position: relative;
 background-size: cover;
 background-position: 50% 50%;
 padding-bottom: 80%;
}

.photo .title {
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 top: -100%;
 left: 0;
 opacity: 0;
 text-align: center;
 color: #FFF;
}

.photo:hover .title {
 top:0;
 opacity:1;
 background-image: url(/img/pattern2.png);
 background-color: rgba(0,0,0,0.8);
}

.photo span {
 display: block;
 position: relative; 
 padding: 13% 0 0;
}

.photo-ttl {
 font-size: 16px;
 font-weight: 700;
 text-transform: uppercase;
}

.photo-cat {
 font-weight: 400;
 text-transform: uppercase;
}

.pagesBlockuz1, .pagesBlockuz2, #pagesBlock1, #pagesBlock2, .plist {
 display: block;
 clear: both;
 text-align: center;
}

.pagesBlockuz1 b, .pagesBlockuz2 b, #pagesBlock1 b, #pagesBlock2 b, .plist b {
 padding: 5px 8px;
 font-size: 17px;
 color: #FFF;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}

.pagesBlockuz1 a, .pagesBlockuz2 a, #pagesBlock1 a, #pagesBlock2 a, .plist a {
 background: #F1F1F1;
 padding: 5px 8px;
 font-size: 17px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}

.pagesBlockuz1 a:hover, .pagesBlockuz2 a:hover, #pagesBlock1 a:hover, #pagesBlock2 a:hover, .plist a:hover {
 color: #FFF;
}

.photo-img {
 max-height: 400px;
 overflow: hidden;
}

.photo-img img {
 width: 100%;
}

.block-cnt .gTable {
 border-bottom: 0!important;
 margin-bottom: 0!important;
}

.block-cnt .gTableTop, .block-cnt .gTableSubTop, .block-cnt .forumNameTd {
 padding: 0 0 0 20px!important;
 font-size: 14px!important;
 line-height: 30px!important;
 position: relative;
 border: 0!important;
}

.block-cnt .gTableTop:hover, .block-cnt .gTableSubTop:hover, .block-cnt .forumNameTd:hover {
 text-decoration: underline;
}

.block-cnt .gTableTop:before {
 content: "\f114";
 display: block;
 position: absolute;
 top: 1px;
 left: 0;
 font-family: 'FontAwesome';
 color: #555;
}

.block-cnt .gTableSubTop:before {
 content: "\f115";
 display: block;
 position: absolute;
 top: 1px;
 left: 0;
 font-family: 'FontAwesome';
 color: #555;
}

.block-cnt .forumNameTd {
 padding-left: 40px!important;
}

.block-cnt .forumNameTd:before {
 content: "\f114";
 display: block;
 position: absolute;
 top: 1px;
 left: 20px;
 font-family: 'FontAwesome';
 color: #555;
}

.sct {
 padding-bottom: 20px;
}

.shop-ttl {
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: 1px dotted rgba(221,221,221,0.5);
}

.shop-ttl span {
 display: inline-block;
 font-size: 22px;
 font-family: 'Noto sans';
 font-weight: 700;
 text-transform: uppercase;
}

.shop-item {
 width: 100%;
 padding: 0 0 20px;
 margin: 0 0 20px;
 border-bottom: 1px dotted rgba(221,221,221,0.5);
}

.shop-box {
 position: relative;
 font-family: 'Noto Sans';
}

.item-img img {
 max-width: 100%;
}

.item-ttl {
 font-size: 15px;
 line-height: 15px;
 font-weight: 700;
 margin-bottom: 20px;
}

.item-meta {
 margin-bottom: 20px;
}

.item-rate {
 width: 40%;
 float: left;
}

.u-star-rating-20 {
 margin-left: -2px!important;
}

.item-price {
 width: 60%;
 float: right;
 text-align: right;
}

.old-price {
 color: #C14A4A;
 text-decoration: line-through;
}

.new-price {
 font-size: 18px;
}

.item-dscr {
}

.gphoto {
 width: 100%!important;
 display: block;
}

.item-photos, .item-photos li {
 padding: 0;
 margin: 0;
 list-style: none;
}

.item-photos li {
 width: 60px;
 float: left;
 margin: 0 10px 10px 0!important;
}

.item-photos li:last-child {
 margin-right:0!important;
}

.item-photos li img {
 width: 60px;
 margin: 0;
 display: block;
}

.shop-options li {
 padding: 5px 0!important;
 border-bottom: 1px dotted rgba(221,221,221,0.5);
}

.shop-rate {
 padding: 10px 0;
}

.shop-rate-text {
 color: #8F8F8F;
 float: right;
}

.shop-buy-sec {
 padding: 10px 0;
 font-size: 18px;
 font-weight: 400;
}

.shop-buy-sec .old-price {
 padding-left: 20px;
}

.shop-buy-btn {
 padding: 10px 0 0;
}

.shop-buy-btn input[type='button'] {
 margin: 0 0 0 10px;
}

.buy-btn {
 cursor: pointer;
}

.buy-ttl {
 padding: 15px 0 5px 0;
}

.buy-ttl span {
 display: inline-block;
 font-size: 16px;
 font-weight: 400;
}

.buy-ttl-od {
 padding: 0px 0 5px 0;
}

.buy-ttl-od span {
 display: inline-block;
 font-size: 16px;
 font-weight: 400;
 text-transform: uppercase;
}

.faq {
 margin-bottom: 20px;
}

.faq-title {
 font-size: 20px;
 line-height: 30px;
 font-weight: 400;
 font-family: 'Noto sans';
}

.faq-title span {
 padding-right: 10px;
}

.faq-answer {
 margin-top: 10px;
}

.fastLink {
 font-size: 16px;
 margin-bottom: 10px;
}

span.qNum {
 font-weight: 700;
}

.commTd2 {
 padding-top: 10px;
}

.csTop {
 padding-top: 8px;
}

.lb {
 display: block;
 cursor: pointer;
 font-size: 15px;
 font-weight: 400;
 margin: -5px 0 10px 0;
}

.commFl {
 width: 100%;
}

.uNetDescr {
 font-weight: 400;
 margin-bottom: 20px;
}

.popup2 {
 padding: 20px;
}

.popuptitle {
 font-size: 19px;
 font-weight: 700;
 font-family: 'Roboto Condensed';
 text-transform: uppercase;
 border-bottom: 1px dashed rgba(221,221,221,0.5);
 padding: 0 0 20px;
 margin: 0 0 20px;
}

.popupbody {
 padding: 0px 0 0;
}

.udtb {
 padding: 3px 3px 3px 0 !important;
}

.eBlock {
 border-bottom: 1px dashed rgba(221,221,221,0.5);
}

.eTitle {
 font: 700 20px 'Noto Sans';
 padding: 20px 0;
}

.eMessage {
 font-weight: 400;
}

.eDetails {
 padding: 20px 0;
 font-size: 13px;
 color: #555;
}

.bt-news {
 padding-bottom: 20px;
}

.bt-news-img {
 width: 60px;
 height: 60px;
 float: left;
 margin-right: 10px;
 background-position: center;
 background-size: cover;
}

a.bt-news-title {
 font-size: 13px;
 font-weight: 400;
 padding-bottom: 10px;
}

.bt-news-details {
 font-size: 12px;
 color: rgba(221,221,221,0.5);
}

.udtlb {
 font-weight: 400;
}

.blrt {
 display: block;
 position: relative;
 font-family: 'Noto sans';
 margin-bottom: 20px;
}

.icon-col {
 float: left;
 width: 20%;
 margin: 0 -20% 0 0;
}

.icon-col .fa {
 width: 50px;
 height: 50px;
 line-height: 48px;
 font-size: 22px;
 text-align: center;
 border-radius: 100%;
 border-width: 2px;
 border-style: solid;
}

.box-col {
 padding: 0 0 0 22%;
}

.parallax {
 background-size: cover;
 background-attachment: fixed;
 background-repeat: repe;
}

.section-overlay {
 background-image: url(/img/pattern3.png);
 background-color: rgba(0, 0, 0, 0.8);
 color: #FFF!important;
}

.facts {
 background-image: url(/img/facts.jpg); 
}

.testimonials {
 background-image: url(/img/testimonials.jpg); 
}

#facts .fa {
 font-size: 40px;
}

#facts .count {
 padding-top: 20px;
 font-size: 30px;
 font-weight: 400;
}

#facts .count-content {
 padding-top: 20px;
 font-weight: 400;
}

.section-grey {
 background: #f6f6f6;
}

.about-title {
 margin-bottom: 20px;
 display: inline-block;
 padding: 2px 10px;
 font: 700 25px 'Noto Sans';
 color: #FFF;
}

.subtitle {
 font: 400 16px/26px 'Noto Sans';
}

.section-heading {
 display: block;
 text-transform: uppercase;
 font: 700 25px 'Noto Sans';
 margin-bottom: 30px;
}

.sub-heading {
 padding-top: 5px;
 text-transform: capitalize;
 font-weight: 700;
 font-size: 16px;
}

.sub-heading-lght {
 text-transform: capitalize;
 font-weight: 300;
 font-size: 22px;
 margin-bottom: 30px;
}

.blrt .dscr {
 margin-top: 10px;
 font-size: 13px;
}

.portfolio-container, .portfolio-container li, .portfolio-filter, .portfolio-filter li {
 padding: 0;
 margin: 0;
 list-style: none;
}

.portfolio-filter {
 padding: 20px;
 position: relative;
}

.portfolio-filter li {
 display: inline-block;
 padding: 5px 10px;
 margin: 0 10px;
 cursor: pointer;
 font-weight: 400;
 text-transform: uppercase;
 position: relative;
 -webkit-transition: all ease 0.3s;
 -moz-transition: all ease 0.3s;
 -o-transition: all ease 0.3s;
 -ms-transition: all ease 0.3s;
 transition: all ease 0.3s;
}

.portfolio-filter > li.ctv-underline {
 position: absolute;
 bottom: 15px;
 padding: 0!important;
 height:2px;
}

.ph-box {
 padding-bottom: 70%;
}

.portfolio-container .work-post {
 float: left;
 width: 24.96%;
 position: relative;
 overflow: hidden;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.portfolio-container .work-post img {
 position: absolute;
 height: 100%;
 width: 100%;
 display: block;
 -webkit-transition-timing-function: cubic-bezier(0.13, 0.71, 0.30, 0.94);
 -moz-transition-timing-function: cubic-bezier(0.13, 0.71, 0.30, 0.94);
 -o-transition-timing-function: cubic-bezier(0.13, 0.71, 0.30, 0.94);
 transition-timing-function: cubic-bezier(0.13, 0.71, 0.30, 0.94);
 -webkit-transition-duration: 0.35s;
 -moz-transition-duration: 0.35s;
 -o-transition-duration: 0.35s;
 transition-duration: 0.35s;
}

.hover-box {
 position: absolute;
 top: -100%;
 left: 0;
 width: 100%;
 height: 100%;
 padding: 20px;
 color: #FFF;
 text-align: center;
 -webkit-transition-timing-function: cubic-bezier(0.13, 0.71, 0.30, 0.94);
 -moz-transition-timing-function: cubic-bezier(0.13, 0.71, 0.30, 0.94);
 -o-transition-timing-function: cubic-bezier(0.13, 0.71, 0.30, 0.94);
 transition-timing-function: cubic-bezier(0.13, 0.71, 0.30, 0.94);
 -webkit-transition-duration: 0.35s;
 -moz-transition-duration: 0.35s;
 -o-transition-duration: 0.35s;
 transition-duration: 0.35s;
 opacity: 0;
 visibility: hidden;
}

.work-post:hover .hover-box {
 opacity: 1;
 visibility: visible;
 top:0;
}

.work-post:hover img {
 -webkit-transform: scale(1.2) rotate(3deg);
 -moz-transform: scale(1.2) rotate(3deg);
 -o-transform: scale(1.2) rotate(3deg);
 -ms-transform: scale(1.2) rotate(3deg);
 transform: scale(1.2) rotate(3deg);
 -webkit-transition-duration: 2s;
 -moz-transition-duration: 2s;
 -o-transition-duration: 2s;
 transition-duration: 2s;
}

.work-post span {
 padding: 15% 0 0;
 display: block;
 position: relative;
 color: #FFF!important;
 font-family: 'Noto Sans';
}

.work-post .photo-title {
 font-size: 22px;
 line-height: 34px;
 font-weight: 400;
 text-transform: uppercase;
 word-wrap: break-word;
 margin: 0 0 25px;
 position: relative;
}

.work-post .photo-title:after {
 display: block;
 content: "";
 position: absolute;
 bottom: -20px;
 left: 50%;
 width: 25px;
 height: 2px;
 margin: 0 0 0 -12px;
 background: #FFF;
}

.work-post .photo-cat {
 font-size: 15px;
 text-transform: lowercase;
 word-wrap: break-word;
 padding: 15px 0 0;
}

.blog-main-item {
 font-family: 'Noto Sans';
 margin-bottom: 40px;
}

.blog-main-item .pic {
 max-height: 300px;
 overflow: hidden;
 margin-bottom: 15px;
}

.blog-main-item .pic img {
 width: 100%;
 display: block;
 -webkit-transition-duration: .3s;
 -moz-transition-duration: .3s;
 -ms-transition-duration: .3s;
 -o-transition-duration: .3s;
 transition-duration: .3s;
}

.blog-main-item .pic:hover img {
 opacity: .85;
 cursor: pointer;
}

.blog-main-item .video-p {
 max-height: 300px;
 overflow: hidden;
 margin-bottom: 15px;
}

.blog-main-item .ttl-n {
 font-size: 16px;
 font-weight: 700;
 text-transform: uppercase;
 margin-bottom: 10px;
}

.blog-main-item .dtls-n {
 color: #A1A1A1;
 text-transform: lowercase;
 margin-bottom: 10px;
}

.blog-main-item span {
 margin-right: 4px;
}

.blog-main-item .fa {
 margin-right: 2px;
}

.blog-main-item .dscrp {
 font-size: 13px;
}

#testimonial-slider {
 position: relative;
 overflow: hidden;
}

#testimonial-slider .slides, #testimonial-slider .slides > li {
 padding: 0;
 margin: 0;
 list-style: none;
}

#testimonial-slider .flex-control-nav {
 position: static;
}

.testimonial-msg {
 line-height: 20px;
 font-weight: 400;
}

.testimonial-name {
 font-size: 13px;
 font-style: italic;
 margin: 30px 0;
 font-weight: 300;
}

.contact-ttl {
 text-transform: capitalize;
 font-size: 20px;
 font-weight: 300;
 margin: 30px 0;
}

.contact-lnht {
 margin-bottom: 20px;
}

.contact-lnht .fa {
 margin-right: 5px;
}

.contact-lnht span {
 font-weight: 400;
}

.contact-lnht u {
 text-decoration: none!important;
}

#contact input[type="text"], #contact textarea {
 color: #B0B0B0;
 border: none;
 padding: 10px;
 width: 100%;
 background-color: #EBEBEB;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 margin-bottom: 10px;
 max-width: 100%;
}

#contact input[type="text"] {
 height: 45px;
}

#contact textarea {
 height: 150px;
}

#contact input:focus, #contact textarea:focus {
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  -ms-box-shadow: none!important;
  -o-box-shadow: none!important;
  box-shadow: none!important;
}

#contact input[type='submit'] {
 width: 100%!important;
 margin: 0!important;
 text-transform: uppercase;
}

#google-map {
 line-height: 0;
}

#google-map iframe {
 width: 100%!important;
}

.w70 {
 width: 70%;
 margin: auto;
}

button.button.button-icon.color > .fa {
 padding: 0!important;
}

.tac {
 text-align: center;
}

.tal {
 text-align: left;
}

.tar {
 text-align: right;
}

.fl {
 float: left;
}

.fr {
 float: right; 
}

.isotope,.isotope .isotope-item {
 -webkit-transition-duration:.8s;
 -moz-transition-duration:.8s;
 -o-transition-duration:.8s;
 transition-duration:.8s
}

.isotope {
 -webkit-transition-property:height,width;
 -moz-transition-property:height,width;
 -o-transition-property:height,width;
 transition-property:height,width
}

.isotope .isotope-item {
 -webkit-transition-property:-webkit-transform,opacity;
 -moz-transition-property:-moz-transform,opacity;
 -o-transition-property:top,left,opacity;
 transition-property:transform,opacity
}

.isotope .isotope-item.no-transition,.isotope.no-transition,.isotope.no-transition .isotope-item {
 -webkit-transition-duration:0s;
 -moz-transition-duration:0s;
 -o-transition-duration:0s;
 transition-duration:0s
}

.isotope.infinite-scrolling {
 -webkit-transition:none;
 -moz-transition:none;
 -o-transition:none;
 transition:none
}

.isotope-item {
 z-index:2
}

.isotope-hidden.isotope-item {
 pointer-events:none;
 z-index:1
}

.calTable {
 width: 100%;
}

.calTable td {
 text-align:center;
 padding:7px 2px;
}

.calMonth,.calWday,.calWdaySe,.calWdaySu {
 font-weight:bold;
}

.calTable .calMday {
 color:#aaa;
 font-weight: 400;
}

.calTable .calMdayA, .calTable .calMdayIsA {
 border-width:1px;
 border-style:solid;
 -webkit-border-radius: 3px!important;
 border-radius: 3px!important;
}

.shop-item-box {
 padding: 15px!important;
 position: relative;
}

.shop-item-box .prod-meta {
 position: relative;
 overflow: hidden;
 text-align: center;
 margin: 20px 0 0;
}

.shop-item-box .prod-meta .name {
 text-transform: none;
 margin: 0 0 10px;
 font: normal 16px 'Noto Sans';
 color: #000;
 line-height: 20px;
 min-height: 40px;
 max-height: 40px;
 position: relative;
 overflow: hidden;
}

.shop-item-box .prod-image {
 position: relative;
 text-align: center;
 padding: 0;
 overflow: visible;
}

.shop-item-box .prod-image .prod-label {
 position: absolute;
 z-index: 99;
 left: auto;
 top: -15px;
 text-align: center;
 width: 100%;
}

.shop-item-box .prod-image .prod-label * {
 display: inline-block;
}

.shop-item-box .prod-image .prod-label .sale {
 color: #FFF;
 font-family: 'Noto Sans';
 text-transform: uppercase;
 font-weight: 700;
 height: 30px;
 line-height: 30px;
 font-size: 13px;
 padding: 0 10px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}

.shop-item-box .prod-image a.image-link:before {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 background: #FFF;
 opacity: 0;
 filter: alpha(opacity=0);
 top: 0;
 left: 0;
 -webkit-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}

.shop-item-box:hover .prod-image a.image-link:before {
 opacity: 0.90;
 filter: alpha(opacity=90);
}

.shop-item-box:hover .prod-image .hover-item {
 opacity: 1;
 filter: alpha(opacity=100);
}

.hover-item {
 width: 100%;
 position: absolute;
 left: 0;
 margin-top: -13px;
 top: 50%;
 opacity: 0;
 filter: alpha(opacity=0);
 z-index: 99;
 -webkit-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}

@media (max-width: 768px) {
.shop-item-box .prod-image a.image-link:before {
 display: none;
}
.hover-item {
 position: relative;
 top: 0;
 margin-top: 15px;
 opacity: 1;
 filter: alpha(opacity=100);
}
}

.hover-item .sh-btn {
 width: 100%;
 text-align: center;
}

.hover-item .sh-btn > * {
 display: inline-block;
 margin: 0 2px;
}

.hover-item .sh-btn > a {
 width: 36px;
 height: 36px;
 line-height: 34px;
 font-size: 18px;
 padding: 0;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -ms-border-radius: 50%;
 -o-border-radius: 50%;
 border-radius: 50%;
}

.shop-item-box .prod-meta .price {
 margin-top: 10px;
 line-height: 20px;
 min-height: 40px;
 max-height: 40px;
 font-weight: 700;
 color: #FD5B3C;
 font-size: 15px;
 text-align: center;
}

.shop-item-box .prod-meta .price .old-price {
 color: #999;
 text-decoration: line-through;
 font-size: 13px;
}

.img-responsive {
 display: inline-block!important;
}
video { 
  position: fixed; 
  right: 0; 
  bottom: 0; 
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto; 
  z-index: -100; 
  background-size: cover; 
}