.leftt {float: left;width: 70%;}
.rightt {margin-left: 7px;float: right;}
.col-mid-1{float:left;width:40%;margin:0 0 0 20px;}
.col-mid-2{float:right;width:30%;margin:0 20px 0 0;text-align:right}
.top-header {position: relative;z-index: 10;padding: 14px 0 0 ;background: rgba(0, 0, 0, 0.7);height:50px}
.catPages1{top:-20px}
.phone-info{color:#fff}
#allEntries{position:relative;width:100%;margin:0 ;padding-bottom: 10px;}
.img_thumb1{overflow: hidden;position: relative;float:left;height:auto;width:100%;padding:10px;}
.img_thumb1 img{width:100%;height:100%;float:left;border:1px solid #aaa;box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);}
.img_thumb1 embed{width:100%;min-height:350px;float:left;border:1px solid #aaa;box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);}
.grid{min-height:300px;width:100%;margin:0px;background:#fff;border:1px solid#eee;float:left;position:relative;box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);}
.img_thumb{overflow: hidden;position: relative;height:auto;}
.img_thumb img{width:100%;height:auto;float:left;border-bottom: 3px solid #f23b3b;}
.img_thumb .img_overlay{z-index:2;background: #FFFFFF;opacity: 0;position: absolute;width:100%;height: auto;margin:0;left:0;
top: 0;bottom: 0;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.img_thumb .img_overlay .fa{background: #f23b3b;border-radius: 50%;color: #FFFFFF;width: 25px;height: 25px;
line-height: 25px;text-align: center;position: absolute;margin: auto;top: 0;right: 0;bottom: 0;left: 0;}
.img_thumb:hover .img_overlay{opacity: 0.8;}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
.blue {color: #06C;}
.green {color: #090;}
.lightgreen {color: #3C6;}
.yellow {color: #CC6;}
.orange {color: #C60;}
.white {color: #FFF;}
ul {margin: 0;}
p {color: #787878;line-height: 22px;}
body {background-color: #eee;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;overflow-x:hidden;}
.templatemo-flexbox {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;height: 100%;}
[class*="bg__"] {height: 100vh;position: relative;
background-attachment: fixed;
background-position: center center;
background-size: cover;
&:nth-child(2n) {box-shadow: inset 0 0 1em #111;}
}
.bg__first {background-color:#eee;}
.bg__first .container {height: 75.5vh;min-height: 440px;}
.bg__second {border-bottom: 3px solid #f23b3b;height: 45vh;background-image: url(../images/second-bg.jpg);}
.bg__third {height: 100vh;background-image: url(../images/third-bg.jpg);}
.bg__fourth {height: 100vh;background-image: url(../images/fourth-bg.jpg);}
.navbar-brand img {display: inline-block;margin-right: 5px;}
.navbar-brand {font-size: 18px;font-weight: 700;color: #1e1e1e!important;text-transform: uppercase;text-shadow: none!important;}
.navbar {margin-bottom: 0px!important;}
.navbar-inverse {background-image: none; background-color: #eee!important;border-radius: 0!important;border-color: transparent!important;border-bottom: 1px solid #ddd!important;}
.nav a {font-size: 15px;color: #1e1e1e!important;text-shadow: none!important;margin-left: 20px; }
.nav a:hover {color: #f23b3b!important;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
.nav li:hover .sub-menu {visibility: visible;opacity: 1;}
.nav span {font-size: 13px;font-weight: 600;color: #fff;margin-top: -10px;display: inline-block;background-color: #f23b3b;padding: 6px 12px;text-align: center;border-color: transparent;}
.nav .sub-menu {border-top: 8px solid #fff;margin-left: 30px;position: absolute;background-color: #fff;width: 140px;visibility: hidden;opacity: 0;-webkit-transition: opacity 1.5s ease;transition: opacity 1.5s ease;z-index: 12;}
.nav .sub-menu li {list-style: none;padding: 10px 0px;border-bottom: 1px solid #eee;}
.nav .sub-menu li:first-child {border-top: 3px solid #f23b3b;}
.nav .sub-menu li a {font-size: 13px;text-decoration: none;}
.left-image {float: right;overflow: hidden;background-size: cover;max-width: 100%;}
.right-caption {color: #fff;}
.post{background-size: cover;background-attachment: fixed;width: 100%;}
.right-caption h4 {font-size: 24px;font-weight: 600;color: #fff;}
.right-caption h2 {font-size: 42px;font-weight: 600;text-transform: uppercase;color: #fff;padding-bottom: 10px;margin-top: 30px;}
.right-caption p {color: #fff!important;}
.stroked-button {margin-top: 40px;}
.stroked-button a {margin-top: 30px;text-decoration: none!important;color: #fff;font-size: 13px;font-weight: 600;padding: 10px 16px;border: 1px solid #fff;border-radius: 5px;}
.stroked-button a:hover {color: #f23b3b;border-color: #f23b3b;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
.arrow {position: absolute;left: 0;bottom: 10px;width: 100%;text-align: center;}
.arrow i {font-size: 22px;color: #333;width: 30px;height: 30px;line-height: 28px;display: inline-block; text-align: center;border: 1px solid #333; border-radius: 50%;}
.arrow i:hover {color: #f23b3b;border-color: #f23b3b;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
.arrow:active .btn {box-shadow: none;}
.sevice-items {margin-top: 40px;}
.single-item {background-color: #fff;text-align: center;border:1px solid#eee;margin-bottom: 20px;box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);}
.single-item:hover i {color: #fff;background-color: #f23b3b;cursor: pointer;-webkit-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;border-color: transparent;}
.single-item i {margin-top: 30px;font-size: 26px;color: #f23b3b;border: 1px solid #e7e7e7;border-radius: 50%;width: 80px;height: 80px;line-height: 80px;display: inline-block;text-align: center;}
.single-item h2 {font-size: 15px;color: #1e1e1e;font-weight: 700;text-transform: uppercase;}
.single-item p {margin-top: 10px;margin-left: 20px;margin-right: 20px;padding-bottom: 20px;}
.service-arrow {text-align: center;margin-top: 10px;padding-bottom: 20px!important;}
.service-arrow i {font-size: 22px;color: #f23b3b;width: 30px;height: 30px;line-height: 28px;display: inline-block;text-align: center;border: 1px solid #f23b3b;border-radius: 50%;}
.service-arrow i:hover {color: #f23b3b;border-color: #f23b3b;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
.service-arrow:active .btn {box-shadow: none;}
.left-text {position: absolute;margin-top: 20%;background-color: #fff;border-top: 3px solid #f23b3b;}
.left-text h2 {margin-right: 30px;margin-left: 30px;padding-top: 10px;padding-bottom: 15px;font-size: 20px;color: #1e1e1e;font-weight: 700;}
.left-text .line {margin-left: 30px;width: 180px;height: 2px;background-color: #ddd;}
.left-text p {margin: 30px;}
.left-text .button {margin: 30px;padding-bottom: 30px;}
.left-text a {text-decoration: none!important;font-size: 13px;font-weight: 600;padding: 7px 10px;margin: 0px;color: #fff!important;background-color: #f23b3b;}
.right-text {position:absolute; z-index: 11;background-color: #fff;border-top: 3px solid #f23b3b;}
.right-text h2 {margin-right: 30px;margin-left: 30px;padding-top: 10px;padding-bottom: 15px;font-size: 20px;color: #1e1e1e;font-weight: 700;}
.right-text .line {margin-left: 30px;width: 180px;height: 2px;background-color: #ddd;}
.right-text p {margin: 30px;}
.right-text .button {margin: 30px;padding-bottom: 30px;}
.right-text a {text-decoration: none!important;font-size: 13px;font-weight: 600;padding: 7px 10px;margin: 0px;color: #fff!important; background-color: #f23b3b;}
.templatemo-position-relative {position: relative;}
#third-section,
#third-section .container,
#third-section .row,
#fourth-section,
#fourth-section .container,
#fourth-section .row {height: 100%;}
.fourth-arrow {text-align: center;position: absolute;bottom: 20px;left: 0;width: 100%;}
.fourth-arrow i {font-size: 22px;color: #fff;width: 30px;height: 30px;line-height: 28px;display: inline-block;text-align: center;border: 1px solid #fff;border-radius: 50%;}
.fourth-arrow i:hover {color: #f23b3b;border-color: #f23b3b;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
.fourth-arrow:active .btn {box-shadow: none;}
#fifth-section {text-align: center;margin-top: 20px;padding-top: 40px;background-color: #fff;}
#fifth-section h1 {font-size: 22px;color: #1e1e1e;font-weight: 700;text-transform: uppercase;padding-bottom: 15px;border-bottom: 1px solid #f23b3b;}
#fifth-section p {margin-top: 5px;}
#first-section {text-align: center;margin-top: 20px;background-color: #fff;}
#first-section h1 {font-size: 22px;color: #1e1e1e;font-weight: 700;text-transform: uppercase;padding-bottom: 15px;border-bottom: 1px solid #f23b3b;}
#first-section p {margin-top: 5px;}
.submit-form {margin-top: 40px;}
.submit-form input {color: #888;padding: 8px 10px;font-size: 13px;width: 100%;outline: none;border: 1px solid #ddd;}
.submit-form select {color: #888;padding: 8px 10px;font-size: 13px;width: 100%;outline: none;border-color: #ddd;}
#fifth-section .templatemo-submit {display: block;margin-top: 24px 0 60px ;text-decoration: none;font-size: 13px;font-weight: 600;padding: 10px 60px;color: #fff;background-color: #f23b3b;border: 0px;}
.templatemo-center {text-align: center;}
footer {background-color: #f23b3b;text-align: center;}
.social-icons1 li {margin-top: 0px;list-style: none;display: inline-block;}
.social-icons1 a {color: #fff;margin: 0 5px;width: 26px;height: 26px;border-radius: 50%;background-color: #aaa;text-align: center;display: inline-block;line-height: 25px;}
.social-icons1 a:hover {background-color: #f23b3b;color: #fff;-webkit-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;}
.successText{color:#f23b3b}
.social-icons li {margin-top: 60px;list-style: none;display: inline-block;}
.social-icons a {color: #f23b3b;margin: 0 5px;width: 26px;height: 26px;border-radius: 50%;background-color: #fff;text-align: center;display: inline-block;line-height: 25px;}
.social-icons a:hover {background-color: #f23b3b;color: #fff;-webkit-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;}
.copyright-text p {text-transform: uppercase;margin-top: 20px;font-size: 12px;color: #fff;font-weight: 300;padding-bottom: 10px;}
.copyright-text a {color: #f9c9c9!important;text-decoration: none!important;}
.third-arrow {text-align: center;padding-bottom: 40px;}
.third-arrow i {font-size: 22px;color: #f23b3b;width: 30px;height: 30px;background-color: #fff;line-height: 28px;display: inline-block;text-align: center;border: 1px solid #fff;}
.third-arrow i:hover {-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
.third-arrow:active .btn {box-shadow: none;}
section hr {margin-top: 20px;margin-bottom: 20px;border: 0;border-top: 1px solid #f23b3b;}
#heading-pages{height: 200px;width: 100%;border-bottom: 3px solid #f23b3b;overflow:hidde;position: relative;}
.community {width: 100%;height:100%;background: url('/images/02.jpg') no-repeat center;background-size: cover;}
#heading-pages .caption1{width: 100%;min-height: 100%;padding: 40px 0;background-image: url(/images/pattern.png);}
#heading-pages h2 {margin-top: 60px;font-size: 22px;color: #1e1e1e;font-weight: 700;text-transform: uppercase;border-bottom: 1px solid #f23b3b;padding-bottom: 15px;}
#heading-pages p { margin-top: 5px;padding-bottom: 50px;}
.main-post {padding-bottom: 80px;}
.post-content {background-color: #fff;margin-top: -20px;}
.post-content h1 {font-size: 18px;color: #1e1e1e;font-weight: 700;text-transform: uppercase;padding: 30px 0 0 30px;}
.post-content p {padding: 30px;}
.post-content blockquote {font-size: 14px;color: #555;font-weight: 600;border-left: 3px solid #f23b3b;margin-left: 30px;margin-right: 30px;}
.first-widget {padding-bottom: 60px;}
.widgets h4 {margin-top: 0px;font-size: 20px;color: #1e1e1e; font-weight: 700;text-transform: uppercase;padding-bottom: 15px;}
.widget-social li {height: 31px; margin-top: 5px;list-style: none;display: inline-block;}
.widget-social a {font-size: 13px;color: #fff;width: 26px;height: 26px;border-radius: 50%;background-color: #aaa;text-align: center;display: inline-block;line-height: 25px;}
.widget-social a:hover {background-color: #f23b3b;color: #fff;-webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;}
.second-widget {padding-bottom: 70px;}
.posts {display: inline;}
.posts img {}
.posts a {text-decoration: none;color: #1e1e1e;}
.posts a:hover {color: #f23b3b;-webkit-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;}
.posts h6 {font-size: 15px;color: #1e1e1e;font-weight: 700;margin-left: 135px;margin-top: -80px;line-height: 22px;}
.posts span {font-size: 12px;color: #999;font-weight: 300;display: inline;margin-left: 135px;}
.post1 {margin-top: 30px;}
.post2 { margin-top: 40px;}
.third-widget {padding-bottom: 50px;}
.third-widget ul {margin-top: 20px;}
.third-widget li {list-style: none;padding-bottom: 5px;}
.third-widget li a:hover p {color: #f23b3b;-webkit-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;}
.third-widget li a:hover span {color: #f23b3b;-webkit-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;}
.third-widget a {font-size: 13px;font-weight: 600;}
.third-widget li p {display: inline-block;color: #aaa;}
.third-widget li span {float: right;color: #aaa;}
.elements-headings {margin-top: 60px;padding-bottom: 20px;}
.elements-headings h2 {font-size: 18px;color: #1e1e1e;font-weight: 700;text-transform: uppercase;border-bottom: 3px solid #ddd;padding-bottom: 10px;}
.heading-levels h1 {margin-top: 0px;}
.ve-screen{border-radius:none!important;}
.detail{vertical-align:middle}
.portfolio-img img {border:1px solid #aaa;box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);}
.portfolio-group {display: inline-block;width: 90%;height: 90%;position: relative;margin: 15px 10px;}
.portfolio-group img {width:100%;height:100%;position:absolute;display:block;box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);}
.portfolio-group .detail {display:block;width:100%;height:100%; position:absolute;background-color: rgba(255, 255, 255, 0.7);box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);}
.portfolio-item { display:block; width:100%; height:100%; }
.portfolio-group .portfolio-item img, .portfolio-group .portfolio-item .detail {-webkit-transition:0.5s ease-in-out;-moz-transition:0.5s ease-in-out;transition:0.5s ease-in-out;}
.portfolio-group .detail {-moz-transform:perspective(800px) rotateY(180deg);-webkit-transform:perspective(800px) rotateY(180deg);transform:perspective(800px) rotateY(180deg);}
.portfolio-group img {-moz-transform:perspective(800px) rotateY(0deg);-webkit-transform:perspective(800px) rotateY(0deg);transform:perspective(800px) rotateY(0deg);}
.portfolio-item:hover > .detail {-moz-transform:perspective(800px) rotateY(0);-webkit-transform:perspective(800px) rotateY(0);transform:perspective(800px) rotateY(0);}
.portfolio-item:hover > img {-webkit-transform:perspective(800px) rotateY(-179.9deg);-moz-transform:perspective(800px) rotateY(-179.9deg);transform:perspective(800px) rotateY(-179.9deg); }
.portfolio-group img, .portfolio-group .detail {-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;-o-backface-visibility: hidden;backface-visibility: hidden;}
.photo {width: 100%;overflow: hidden!important;height: 230px;position: relative;background-size: cover;background-position: 50% 50%;}
.elements {padding-bottom: 0px;}
.main-footer {margin-top: 80px;margin-bottom: -80px;}
.work_thumb{overflow: hidden;position: relative;width: 270px;height: 200px;}
.work_thumb img{width: 270px;height: 200px;}
.work_thumb .work_overlay{z-index:2;background: #FFFFFF;opacity: 0;position: absolute;width: 270px;height: 200px;
top: 0;bottom: 0;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.work_thumb .work_overlay .fa{background: #66AF33;border-radius: 50%;color: #FFFFFF;width: 60px;height: 60px;
line-height: 60px;text-align: center;position: absolute;margin: auto;top: 0;right: 0;bottom: 0;left: 0;}
.work_thumb:hover .work_overlay{opacity: 0.8;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
img,object,iframe,audio,video,table {max-width:100%;}
img,form {border:0;margin:0;}
a,input {outline:none;}
a {color:#f23b3b;text-decoration:none;}
.rtw{color:#fff}
.rtw:hover{color:#f23b3b}
.rtw1{color:#fff}
.rtw1:hover{color:#f23b3b}
a:hover {text-decoration:none;}
.social-icons ul {padding: 0px;}
h1,h2, h3, h4, h5, h6 {font-weight:normal;padding:0;}
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:disk;} 
hr {clear:both;border:none;border-bottom:1px solid #dbe1e8;padding:10px 0 0;margin:0 0 10px;}
iframe, object, embed {max-width: 100%;}
.clr {clear:both;}
.wrapper {margin:0 auto;padding:0px ;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.site-n a,#catmenu li a {-webkit-transition:all 0.15s ease-out;-moz-transition:all 0.15s ease-out;-ms-transition:all 0.15s ease-out;-o-transition:all 0.15s ease-out;transition:all 0.15s ease-out}
#header {width:100%;height:50px;z-index:1000;background-color: #eee;left:0px;-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);}
.head-l {float:left; width:73%; padding:0 0 33px;}
.head-r {float:right; width:25%;}
.head-wl{float:left; width:25%;}
.head-wr{float:right; width:73%;}
.site-n {word-wrap: break-word;-ms-word-break: break-word;word-break: break-word;display: inline-block;}
.site-n,.site-n a {font-size:36px; text-transform:uppercase; color:#5e6d81;;}
.site-n a:hover {text-decoration:none;color:#f27935;}
#sch-box {padding:10px 0 0;}
#sch-box .search-box {position:relative;height:30px;overflow:hidden;padding:0 40px 0 10px;background:#ffffff;text-decoration:none;}
#sch-box .queryField {width:100%;background:none;border:none;padding:0;margin:0;height:30px;line-height:30px;color:#999;}
#sch-box .searchSbmFl {position:absolute;right:0;top:0;cursor:pointer;padding:0;margin:0;width:30px;height:30px;border:none;background:#f27935 url(/.s/t/1322/sch.png) 50% 50% no-repeat;white-space:nowrap;text-indent:150%;overflow:hidden;}
#sch-box .searchSbmFl:hover {background-color:#f23b3b;}
#catmenu {background:#eee;float:right;text-align:right;font-weight: bold;}
#catmenu:before,.sidetitle:before {left:0;}
#catmenu:after,.sidetitle:after {right:0;}
#catmenu:after,.sidetitle:after {border-left:none;border-right:10px solid transparent;}
.marked .sidetitle:after,.marked .sidetitle:before {border-top-color:#f23b3b;}
#catmenu ul,#catmenu li {padding:0;margin:0;list-style:none;float:right;}
#catmenu li {padding:0 1px 0 0;float:left;}
#catmenu li a {display:inline-block;height:50px;line-height:50px;padding:0 15px;font-size:15px;color: #1e1e1e;}
#catmenu li a:hover,#catmenu li a.uMenuItemA,#catmenu li.uWithSubmenu:hover > a {color:#f23b3b;text-decoration:none;}
#catmenu li.uWithSubmenu {position:relative;}
#catmenu ul ul {display:none;}
#catmenu li.uWithSubmenu:hover > ul {display:block;}
#catmenu ul ul li:first-child {border-top: 3px solid #f23b3b;}
#catmenu ul ul {position:absolute;z-index:10;top:50px;width:auto;left:0;padding:1px 0 0px;background:#eee;}
#catmenu ul ul ul {top:0;left:220px;border-top:none;}
#catmenu ul ul li {float:none;padding:0 10px;width:200px;border-bottom:1px solid #aaa;height:38px}
#catmenu ul ul li a,#catmenu ul ul li a:hover,#catmenu li li a.uMenuItemA,#catmenu li li.uWithSubmenu:hover > a {display:block;text-align:left;padding:8px 30px 8px 5px;float:left;height:auto;line-height:normal; margin:0 0 1px;font-size:15px;color:#1e1e1e;}
#catmenu ul ul li a:hover,#catmenu li li a.uMenuItemA,#catmenu li li.uWithSubmenu:hover > a {color:#f23b3b;}
.nav-head,#catmenu li.uWithSubmenu em {display:none;}
.nav-head {width:60px;padding:24px 5px;margin-right:15px;float:right;position:relative;font-size:25px;line-height:normal;text-transform:uppercase;color:#fff;cursor:pointer;background:#f23b3b;border: 1px solid transparent;border-radius: 4px;}
.nav-head a {color:#fff;text-decoration:none;}
.nav-head .icon {position:absolute;width:40px;right:9px;top:11px;}
.nav-head .icon span {display:block;height:4px;background:#fff;margin:2px 0 0;}
#catmenu li.uWithSubmenu em {position:absolute;font-size:16px;width:24px;height:24px;line-height:24px;right:0;top:5px;font-style:normal;text-align:center;cursor:pointer;color:#fff;}
#catmenu li.uWithSubmenu ul em {display: inline-block;}
#slider {position:relative;overflow:hidden; margin:0 0 30px;zoom: 1;background-color:#f23b3b!important;border-bottom:4px solid #f23b3b;}
.slides,.slide {padding:0; margin:0; list-style:none;background-color:#f23b3b!important;}
.slide {position:relative; display:none;}
.slide:first-child {display:block;}
.slide img {display:block; padding:0; margin:0;width: 100%;min-width: 648px;min-height: 270px;display: block;}
.flex-direction-nav li{height:0}
.flex-direction-nav a{display:block;text-indent:-9999px;outline:none;z-index:5;background-image:url(/images/prev_next.png);width:42px;height:42px;position:absolute;top:50%;margin-top:-34px;}
.flex-prev {background-position:0 0;left:15px;}
.flex-prev:hover {background-position:0 -44px;}
.flex-next {right:15px;background-position:-44px 0;}
.flex-next:hover {background-position:-44px -44px;}
.caption {color:#fff;margin: 0;position: absolute;top: 0;left: 0;text-transform: uppercase;z-index: 77;width: 100%;height: 100%;background-image: url(/images/pattern.png);
display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.cap-ttl {padding:20px 20px 10px; font-size:28px;font-weight:bold!important;text-transform:uppercase;text-align:center;color:#fff}
.cap-ttl a {;opacity:1!important}
.cap-ds {padding:0 30px 20px; font-size:20px;text-align:center;font-weight:bold!important;color:#fff}
#sidebar {float:right;width:26%; background:#eee;}
.sidebox {margin:0;position:relative;}
.sidetitle {text-transform:uppercase;padding:13px 10px;color:#1e1e1e;font-size:18px;font-weight:bold;text-align:center;}
.marked .sidetitle {background:#eee;padding:0 10px 13px;text-align:center}
.sidebox .inner {padding:0px 10px 20px;text-align:left}
.sidebox .catsTable,.sidebox .catsTable * {}
.sidebox .catNumData {color:#333;display:inline-block;float:right}
.sidebox .calTable{width:100%;}
.calTable {font-size:12px;}
.calTable td {text-align:center;padding:7px 2px;}
.calTable td a {text-decoration:underline;}
.calTable td a:hover {text-decoration:none;}
.calMonth,.calWday,.calWdaySe,.calWdaySu {font-size:13px;}
.calWday,.calWdaySe,.calWdaySu {background:#eee;}
.calTable td.calMonth a {text-decoration:none;}
.calTable td.calMonth a:hover {text-decoration:underline;}
.calTable .calMday {color:#aaa;}
.calTable .calMdayA,.calTable .calMdayIsA {background:#f23b3b;color:#fff;}
.calMdayLink {font-weight: bold;text-decoration: none!important;}
.calMdayLink:hover{background:#f23b3b;color:#fff;}
.sidebox ul ul {display:none;margin:0;padding:0 0 0 20px;text-align:left}
.sidebox li.uWithSubmenu.over > ul,.sidebox li.parent-li.over > ul {display:block;}
.sidebox iframe {border:1px solid #dbe1e8;background-color:#fff;text-align:left}
.sidebox .answer {padding:5px 0 0 0;text-align:left}
.schQuery,.schBtn {display:inline;padding:0 2px;}
.sidebox ul.rate-list {margin:0;text-align:left}
#shop-basket ul li a {padding:0;margin:0;}
#shop-basket ul li a:before {display:none;}
.user-box {text-align:center;text-decoration:none}
.user-box img {padding:2px; margin:0; max-width:90%;border:1px solid #aaa;}
.user-ttl {font-size:15px; padding:0 0 5px;}
#content {float:left;width:72%; background-color:#fff;padding:20px;margin-bottom:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
#content fieldset {border:1px solid #dbe1e8;padding:20px;margin: 0 0 20px;}
#content .calTable {width:70%;margin:0 0 30px;}
#content.wide-page {float:none;width:auto;}
#casing label {color:#333;}
.eBlock {border-spacing:0;margin:0px;border-bottom:2px solid #eceff3;}
.eBlock1 {margin:9px;width:250px;float:left;position:relative;}
.eBlock1 + table {margin:40px 0 0;border-spacing:0;}
.eBlock1 + table td[width="30%"] {font-size:18px;padding:0 0 20px;}
.eBlock1 td {padding:0!important;}
.eBlock + br {display:none;}
.eBlock + table {margin:40px 0 0;border-spacing:0;}
.eBlock + table td[width="60%"] {font-size:18px;padding:0 0 20px;;}
.eBlock td {padding:0!important;}
.eTitle {padding:0!important;color:#333;font-weight:bold;font-size:18px;}
.eTitle a {color:#333;text-decoration:none;}
.eTitle a:hover {color:#f23b3b;}
.eTitle div[style^="float:right"] a {font-size:inherit;}
.eDetails,.eDetails1,.eDetails2{clear:both;font-size:12px;padding:7px 0!important;color:#939fae;margin:10px 0 0;line-height:170%;}
.eDetails ul,.eDetails1 ul,.eDetails2 ul {line-height:normal;}
.eBlock .eDetails,.eBlock1 .eDetails,.eBlock1 .eDetails1,.eBlock .eDetails1,.eDetails2 {padding:7px 0!important;margin:10px 0 0!important;}
.eDetails a,.eDetails1 a,.eDetails2 a {text-decoration:none;color:#939fae;}
.eDetails a:hover,.eDetails1 a:hover,.eDetails2 a:hover,.eDetails .ed-value:hover,.eDetails1 .ed-value:hover,.eDetails2 .ed-value:hover {color:#f23b3b;}
.e-category,.e-comments {background:url(/images/details.png) 0 -500px no-repeat;padding:0 0 0 20px;margin:0 10px 0 0;display:inline-block;line-height:15px;}
.e-category:hover {background-position:-1000px -500px;}
.e-reads,.e-loads,.e-author,.e-date,.e-rating,.e-add,.e-tags {background:url(/images/details.png) 0 0 no-repeat;padding:0 0 0 20px;margin:0 10px 0 0;display:inline-block;height:15px;line-height:15px;}
.e-reads {background-position:0 0;}
.e-reads:hover {background-position:-1000px 0;}
.e-loads {background-position:0 -400px;padding:0 0 0 14px;}
.e-loads:hover {background-position:-1000px -400px;}
.e-author {background-position:0 -100px;padding:0 0 0 16px;}
.e-author:hover {background-position:-1000px -100px;}
.e-date {background-position:0 -300px;padding:0 0 0 20px;}
.e-date:hover {background-position:-1000px -300px;}
.e-comments {background-position:0 -200px;}
.e-comments:hover {background-position:-1000px -200px;}
.e-rating {background-position:0 -600px;padding:0 0 0 20px;}
.e-rating:hover {background-position:-1000px -600px;}
.e-add {background-position:0 -700px;padding:0 0 0 20px;}
.e-add:hover {background-position:-1000px -700px;}
.e-tags {background-position:0 -800px;padding:0 0 0 20px;}
.e-tags:hover {background-position:-1000px -800px;}
.ed-sep,.ed-title {display:none;}
.eBlock td.eMessage,.eBlock1 td.eMessage,.eBlock td.eText,.eBlock td.eText {padding:10px 0 20px!important;}
.eMessage,.eText {margin:0;padding:30px 0 10px!important;line-height:150%;text-align:justify!important;}
.eMessage img,.eText img {max-width:100%;height:auto!important;float:left;margin:5px 20px 5px 0!important;border:none!important;}
.eMessage p,.eText p {margin:0;padding:0 0 5px 0; overflow: hidden;}
.eMessage,.eText,.cMessage {word-wrap: break-word;}
.eBlock td.eMessage,.eBlock td.eMessage.eText {padding:20px 0 10px!important;}
.plist {display:block;clear:both;}
.pagesBlockuz1 b,.pagesBlockuz2 b,#pagesBlock1 b,#pagesBlock2 b,.plist b, .pagesBlockuz1 a,.pagesBlockuz2 a,#pagesBlock1 a,#pagesBlock2 a,.plist a {display:inline-block;margin:2px 0;}
.pagesBlockuz1 b,.pagesBlockuz2 b,#pagesBlock1 b,#pagesBlock2 b,.plist b {padding:3px 6px;background:#f23b3b;text-transform:uppercase;color:#fff;font-size:11px;}
.pagesBlockuz1 a,.pagesBlockuz2 a,#pagesBlock1 a,#pagesBlock2 a,.plist a {padding:3px;font-size:11px;color:#5e6d81;}
.pagesBlockuz1 a:hover,.pagesBlockuz2 a:hover,#pagesBlock1 a:hover,#pagesBlock2 a:hover,.plist a:hover {color:#f23b3b;}
section .cBlock1,section .cBlock2 {border:none!important;}
.cBlock1,.cBlock2 {background:#fff;border-bottom:1px solid #dbe1e8;padding:5px!important;}
#content .cBlock1,#content .cBlock2{padding:0 0 20px!important;margin:0 0 20px!important;}
.commTable {background:#dbe1e8;padding:20px;}
.cMessage {font-size:14px;line-height:130%;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;color: #787878;}
.cTop {padding:0 0 15px 0;font-size:14px;}
.cTop * {font-weight:;}
.cAnswer {padding:5px 0 0 0;font-style:italic;color:#464646;font-size:11px;}
.commTd1 {padding:5px 2px;width:20%;background:#fff;}
input.codeButtons {min-width:30px;}
.securityCode {}
.eAttach {margin:10px 0;font-size:11px;color:#939fae;padding:0 0 0 15px;background:url(/.s/t/1322/attach.gif) 0 0 no-repeat;}
.eRating {font-size:8pt;}
.manTdError,.commError {color:#ff0000;}
.commReg {padding: 10px 0;text-align:center;}
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:blue;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:green;}
.replaceTable {font-size:12px;padding:20px;border:none;background:#fff;}
.legendTd {font-size:8pt;}
.outputPM {border:1px dashed #ddd;margin:4px 0 4px 30px;}
.inputPM {border:1px dashed #ddd;margin:4px 0;}
.uTable {border-spacing:0;margin:0;padding:0;}
.uTable td {padding:8px 10px;border-bottom:1px solid #dbe1e8;}
.uTable td.uTopTd {border-bottom:none;background:#dbe1e8;}
.eAttach .entryAttachSize {padding-left:4px;}
.manTable {text-align:left;}
.manTable .manTd1 {font-size:12px;line-height:14px;width:30%;}
#casing.popuptable {margin:0;padding:0; background:#fff;}
.popuptitle {background:#f23b3b;text-transform:uppercase;padding:13px 20px;color:#fff;font-size:16px;;}
.popupbody {padding:20px;font-size:12px;color:#5e6d81;}
.popupbody * {font-size:12px!important;}
.popuptable table {text-align:left;color:#5e6d81;}
.udtlb1 {float: left;width: 30%;}
.udtb1 {text-align: left;;padding:3px;}
.archiveEntryTitle ul {margin:2px 0;list-style:circle;}
.archiveEntryTitle .archiveEntryTime {display:inline-block;padding:3px 5px;font-size:11px;background:#f23b3b;color:#fff;}
.archiveEntryTitle .archiveEntryTitleLink {font-size:14px;text-decoration:none;color:#5e6d81;}
.archiveEntryTitle .archiveEntryTitleLink:hover {text-decoration:underline;}
.archiveEntryTitle .archiveEntryComms {font-size:11px;color:#939fae;}
.commTd2{background:#fff;}
#uEntriesList .uEntryWrap {width:33%;padding:0px;margin:0;vertical-align: top;}
#uEntriesList .entryBlock {display:block!important;height:250px;}
#uEntriesList .uphoto {width:auto;display:block;margin:0;}
#uEntriesList .photo-title {height:40px;line-height:40px;overflow:hidden;white-space:normal;}
#uEntriesList .photo-block,#uEntriesList .photo-eblock {display:block;font-family:Tahoma,Geneva,sans-serif;font-weight:normal;padding:10px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
#uEntriesList .ph-wrap,#uEntriesList .ph-tc {height:100%;width:100%;display:block;overflow:hidden;}
#uEntriesList .ph-wrap img {display:block;padding:0;margin:0;border:none;width:100%;}
#uEntriesList .ph-data {position:relative;top:50%;margin:-22px 0 0;}
#photoModalWrap .fancybox-wrap,#photoModalWrap .fancybox-inner,#photoModalWrap .fancybox-outer {max-width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.usertable1 {float: left;height: 550px;width: 30%;}
.usertable2 {float: left;height: 550px;width: 70%;}
.user_avatar img {border:1px solid #dbe1e8;width:100px;padding:2px;box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);}
.cMessage .user_avatar img {width:50px;margin:0 10px 5px 0;box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);}
#footer {padding:40px 0;}
#footer a {color:#f27935;}
.foot-l {float:left; width:50%;}
.foot-r {float:right; width:50%; text-align:right;}
.forum-box {padding:20px;background:#fff;margin-bottom:30px}
.gTable,.postTable {background:none;border-spacing:0;}
.postTable {border-top:2px solid #dbe1e8;}
.gTableTop {background:rgba(0, 0, 0, 0.7);border-bottom:2px solid#f23b3b;text-transform:uppercase;padding:13px 20px;color:#fff;font-size:16px;;}
.gTableTop a {color:#fff;}
.gTableTop a:hover {text-decoration:none!important;}
.gTableSubTop,.postTdTop {color:#333;font-weight:bold;padding:0 10px;height:34px;line-height:34px;font-size:14px;border-bottom:2px solid #dbe1e8;position:relative;}
.gTableSubTop a,.gTableSubTop a:hover,.postTdTop a,.postTdTop a:hover {color:#5e6d81!important}
.gTableSubTop b {font-weight:normal;}
.gTableBody,.gTableBody1,.gTableBottom,.gTableError,.forumNameTd,.forumLastPostTd,.threadNametd,.threadAuthTd,.threadLastPostTd,.threadsType,.postPoll,.newThreadBlock,.newPollBlock,.newThreadBlock,.newPollBlock,.gTableRight,.postTdInfo,.codeMessage,.quoteMessage,.forumIcoTd,.forumThreadTd,.forumPostTd,.gTableLeft,.threadIcoTd,.threadPostTd,.threadViewTd,.postBottom {padding:15px 10px;border-bottom:1px solid #dbe1e8;}
.postPoll,.postTdInfo,.postBottom,.posttdMessage {border-bottom:none;}
.postBottom {border-top:1px solid #dbe1e8;}
.postBottom {padding:3px 7px;}
a.forum,a.threadLink {padding:0;font-size:16px;font-weight:bold}
a.forumLastPostLink {color:#939fae!important;}
.gTableLeft {font-weight:bold}
.gTableError {color:#FF0000}
.forumLastPostTd,.forumArchive {font-size:8pt}
a.catLink {text-decoration:none}
a.catLink:hover {text-decoration:underline}
.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:8pt;color:#FF0000!important;font-weight:bold}
.forumDescr {font-size:8pt}
div.forumModer {color:#939fae;font-size:8pt}
.forumViewed {font-size:9px}
.forumBarKw {font-weight:normal}
a.forumBarA {text-decoration:none;color:#939fae!important}
a.forumBarA:hover {text-decoration:none}
.fastLoginForm {font-size:8pt}
.switch,.pagesInfo {padding:4px 7px;font-weight:normal;font-size:11px;background:#f23b3b;color:#fff;}
.switchActive {padding:4px 7px;font-weight:normal;background:rgba(0, 0, 0, 0.7);color:#fff;}
a.switchDigit,a.switchBack,a.switchNext {text-decoration:none; color:#fff;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline}
.threadLastPostTd {font-size:8pt}
.threadDescr {color:#939fae;font-size:8pt}
.threadNoticeLink {font-weight:bold}
.threadsType {height:20px;font-weight:bold;font-size:8pt}
.threadsDetails,.forumOnlineBar {padding:5px 0;}
a.threadPinnedLink {font-weight:bold;color:#f63333!important}
a.threadFrmLink {color:#939fae!important}
.postpSwithces {font-size:8pt}
.thDescr {font-weight:normal}
.threadFrmBlock {font-size:8pt;text-align:right}
.forumNamesBar {font-size:11px;padding:3px 0}
.forumModerBlock {padding:3px 0}
.postPoll {text-align:center}
.postUser {font-weight:bold}
.postRankName {margin-top:5px}
.postRankIco {margin-bottom:5px;margin-bottom:5px}
.reputation {margin-top:5px}
.signatureHr {margin-top:20px}
.postTdInfo,.posttdMessage {padding:20px;}
.postTdInfo {text-align:center;border-right:1px solid #dbe1e8;}
.posttdMessage {line-height:18px;}
.pollQuestion {text-align:center;font-weight:bold} 
.pollButtons,.pollTotal {text-align:center}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:8pt}
.pollSubmit {font-weight:bold}
.pollEnd {text-align:center;height:30px}
.codeMessage,.quoteMessage,.uSpoilerText {font-size:11px;padding:10px;margin:0 0 20px;background:none;border:1px solid #dbe1e8!important;color:#939fae;}
.signatureView {display:block;font-size:8pt;line-height:14px;padding:0 0 0 10px;border-left:3px solid #dbe1e8} 
.edited {padding-top:30px;font-size:8pt;text-align:right;color:gray}
.editedBy {font-weight:bold;font-size:8pt}
.statusBlock {padding-top:3px}
.statusOnline {color:#0f0}
.statusOffline {color:#f00}
.wysibb{margin-bottom: 20px;box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);}
.newThreadItem {padding:0 0 8px;background:url(/.s/t/1322/12.gif) no-repeat 0 4px}
.newPollItem {padding:0 0 8px;background:url(/.s/t/1322/12.gif) no-repeat 0 4px}
.pollHelp {font-weight:normal;font-size:8pt;padding-top:3px}
.smilesPart {padding-top:5px;text-align:center}
.userAvatar{border:1px solid #5e6d81;width:50px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;padding:2px;box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);}
.userAvatar:hover{border:1px solid #f23b3b;box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);}
.pollButtons button {margin:0 10px 0 0!important}
.postBottom .goOnTop {display:none!important}
.postIpLink {text-decoration:none;}
.thread_subscribe {text-decoration:none;}
.thread_subscribe:hover {text-decoration:underline;}
.postip,.postip a {font-size:11px;color:#939fae;}
.UhideBlockL {background:none;border:1px solid #dbe1e8;padding:10px;color:#939fae;}
.UhideBlockL a {color:#939fae; text-decoration:underline;}
.sidebox .inner li a:before, .sidebox .catsTable td a:before {padding: 0 7px 0 0;content: "\f054";font: normal normal normal 14px/1 FontAwesome;}
.sidebox ul,.inner li, .sidebox .catsTable {margin: 0;padding: 0;list-style-type: none;font-weight:bold}
#casing input[type='text'],#casing input[type='password'],#casing textarea,#casing input[type='file'],#casing select,.filterBlock {color:#999;background:#fff;padding:7px 5px;margin:0 0 1px;text-decoration:none;border:1px solid #dbe1e8;outline:none;box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);}
#options-vals input {font-size: 11px;}
.button:hover{color:#fff;border: 1px solid #333;}
#casing input[type='submit'],#casing input[type='reset'],#casing input[type='button'],.button,#casing button {font-size:12px!important;padding:9px 11px;margin:0px 0 5px;border:none;font-weight:normal!important;cursor:pointer;background:#f23b3b;border:1px solid #f23b3b;text-transform:uppercase;color:#fff; width:auto !important;box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);}
input.commFl,textarea.commFl,.prosFl,.consFl,.mchat,.sidebox .loginField,.postTextFl {width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
#mchatMsgF {min-height:60px;max-width:98%;}
#casing textarea {resize: vertical;}
#MCaddFrm table {border-spacing:0;}
#MCaddFrm table td {padding:2px 0;}
#casing input[type='submit']:hover,#casing input[type='reset']:hover,#casing input[type='button']:hover,#casing button:hover {background:#f23b3b;color:#fff;border:1px solid #333;}
#iplus input {width:auto!important;}
#thread_search_field {width:155px!important;margin-right:4px!important;}
div[id^="imblock"] > span:first-child {width: 34px;display: inline-block;text-align: center;padding-right: 0!important;}
div[id^="imblock"] > div:first-child,#iplus > div {line-height: 34px; vertical-align: middle;}
div[id^="imblock"] {clear: both;}
.editImgBlock {padding-left: 7px;}
.uplFileFl {margin-left: 7px!important;}
.ucoz-forum-post-image-interface {padding-left: 12px;}
[id^="catSelector"] {width: auto!important;padding-left: 3px!important;padding-right: 3px!important;}
textarea.mchat {vertical-align: bottom;}
input[type="text"][id^="qid-"] {margin-bottom: 0 !important; padding-top: 8px!important;padding-bottom: 8px!important;}
input[type="text"][id^="qid-"],input[type="button"][id^="bid-"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;height:31px;vertical-align: top;}
span[class^="id-good"]{vertical-align: bottom;line-height: 31px;}
.manTable select {max-width: 300px;}

#doSmbBt,.u-combobut {display:none;}
#casing .u-comboeditcell,#casing .u-combo {border:0!important;background:none!important;}
#casing .u-combolist,#content .xw-mc {padding:5px 3px;background:#fff;border:1px solid #dbe1e8;margin:0;font-size:12px!important;color:#939fae!important;}
#content .xw-tl,#content .xw-bl,#content .u-menuvsep {display:none;}
#content .xw-ml,#content .xw-mr {margin:0;padding:0;background:none;}
#uNetRegF table {text-align:left;}
#uNetRegF table table {clear:both;}
#uNetRegF table table td {padding:5px 0 0 0;}
.sidebox .gTable {background:none;border:none;}
.sidebox .forumDescr {color:#939fae;}
.sidebox .gTableTop,.sidebox .gTableSubTop,.sidebox .forumNameTd {border:none;background:none;color:#f23b3b;text-transform:none;height:auto;line-height:normal;overflow:visible;font-size:13px!important;font-family:Tahoma,Geneva,sans-serif;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.sidebox .gTable ul {padding:0 0 0 20px;}
.sidebox .gTableTop,.sidebox .gTableSubTop {display:block;padding:5px 0!important;color:#f23b3b;font-weight:normal;text-decoration:none;position:relative;}
.sidebox .gTableTop:hover,.sidebox .gTableSubTop:hover {color:#0c9076;text-decoration:none;}
.sidebox .gTableTop:before,.sidebox .gTableSubTop:before {content:"\25fe";padding:0 5px 0 0;color:#dadddf;}
.sidebox .gTableTop:hover:before,.sidebox .gTableSubTop:hover:before {color:#939fae;}
.manTable td input,.manTable td textarea {max-width:99%;}
.manTable td input#id_file_add {max-width:none;}
.entTd .eDetails {margin:0 0 40px;}
.opt_vals .gTableSubTop {padding-left:0;background:none;}
#content form[action$="search/"] table {width:100%;}
#content form[action$="search/"] table td {white-space:normal!important;}
#content form[action$="search/"] table td+td {width:30%;}
#content .queryField {width:70%!important;}
#slideshowBlock7 {margin:0 0 20px;}
#selectPhotosBtn {height:auto!important;}
#content .gTableSubTop {font-size:10px!important;}
.cats-select-btn {text-shadow: inherit !important;}

#slider {text-align: center;}
.flex-viewport {text-align: left;}
.flex-control-nav {margin: 0; padding: 0; list-style: none;display: none}
.flex-control-nav {position: relative;bottom:25px; text-align: center; display: inline-block;display: none}
.flex-control-nav li {margin: 0 6px; display: block; float: left;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #fff; cursor: pointer; text-indent:100%; overflow:hidden; white-space:nowrap; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;}
.flex-control-paging li a:hover { background: #f27935; }
.flex-control-paging li a.flex-active { background: #f27935; cursor: default; }

.gphoto, .smiles img {max-width: inherit;}
#baseLogForm td:first-child {width: 25%;}
.ucoz-forum-post-image-preview {max-width: inherit!important; max-height: 35px!important;}
.wrapper {width:1180px;}

/***** Standard 1200px *****/

/***** Standard 960px *****/
@media only screen and (min-width:960px) and (max-width:1200px) {
.wrapper {width:960px;}
#toolbarMainContainer {display: block;}
.leftt {float: left;width: 65%;} 
#catmenu li.uWithSubmenu em {font-size: 11px; right: 5px; top: 50%; margin-top: -12px;}
#sidebar {width:252px;}
#sidebar input[type='text'], #sidebar input[type='password'], #sidebar textarea, #sidebar input[type='file'], #sidebar select{width:150px} 
}

/***** iPad Smaller than 959px *****/
@media only screen and (max-width:959px) {
 #header {height: 55px;}
.entryBlock {margin-left: 10px;} 
.gTableSubTop a,.gTableSubTop a:hover,.postTdTop a,.postTdTop a:hover {color:#f23b3b!important} 
.wrapper {width:768px;} 
.navbar-share {display: none;}
.postTable{border-bottom:1px solid#f23b3b;border-top:none} 
#sidebar{padding:0 20px;float:none} 
.sidebox{width:383px;float:left;padding:0 16px;}
.head-l,.head-r,
.foot-l,.foot-r{float:none; width:auto; text-align:center; padding:10px 20px;}
.head-wl{position:absolute;padding:2px;} 
.head-wr{padding-top:2px;width:100%;} 
.head-r {padding:10px 20px 40px;}
.site-n,.site-n a {font-size:32px;}
.cap-ttl {padding:15px 20px 10px; font-size:18px;}
.cap-ds {padding:0 60px 15px; font-size:14px;}
#footer {padding:20px 0;}
.foot-l {padding-bottom:0;}
.foot-r {padding:0;}
#content {float:none; width:auto;padding: 40px 20px 20px 20px;}
#sidebar {float:none; width:auto;padding: 40px 0 20px;}
#catmenu {text-align:left;line-height:normal;width:100%}
#catmenu ul {display:none;background:#eee;padding:20px;margin:0;width:100%;z-index:150;border-bottom:3px solid #f23b3b;box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
}
#catmenu li {float:none;padding:9px 0;border-bottom:1px solid #aaa;width:100%}
#catmenu li:first-child a {padding-top:0;}
#catmenu li a {height:auto;line-height:normal;padding:0;}
#catmenu li a:hover,#catmenu li a.uMenuItemA,#catmenu li.uWithSubmenu:hover > a {background:none;}
#catmenu ul ul {display:none;}
#catmenu li.uWithSubmenu:hover > ul {display:none;}
#catmenu li.uWithSubmenu.over > ul {display:block;}
#catmenu ul ul,#catmenu ul ul ul {position:static;width:auto;border:none;border-top:1px solid #eceff3;margin:3px 0 0;padding:0;background:#eee;float: none;}
#catmenu ul ul li {width: 100%;padding:9px 0;border:none;border-bottom:1px solid #aaa;height:40px}
#catmenu ul ul li:first-child {border-top: 3px solid #f23b3b;float: none;}
#catmenu ul ul li:last-child {padding-bottom:0;}
#catmenu ul ul li a,#catmenu ul ul li a:hover,#catmenu li li a.uMenuItemA,#catmenu li li.uWithSubmenu:hover > a {display:inline-block;padding:0;font-size: 15px;}
#catmenu li.uWithSubmenu.over > a {color:#f23b3b;}
.nav-head {display:block;}
#catmenu .nav-head.over+div>ul {display:block;}
#catmenu li.uWithSubmenu em {display:inline-block;background:#f23b3b;color:#fff;}
.forum-box .gTableSubTop,.forum-box .forumIcoTd,.forum-box .forumThreadTd,.forum-box .forumPostTd,.forum-box .forumLastPostTd,.forum-box .threadIcoTd,.forum-box .threadPostTd,.forum-box .threadViewTd,.forum-box .threadAuthTd,.forum-box .threadLastPostTd,.forum-box .legendTable,.forum-box .fFastSearchTd,.forum-box .fFastNavTd,.forum-box .funcBlock,.forum-box .userRights,{display:none;}
.forum-box .gTableTop {padding:10px 20px;}
.forum-box .postTable,.forum-box .postTable tbody,.forum-box .postTable tr,.forum-box .postTable td {display:block;width:auto!important;}
.forum-box td.postBottom,.forum-box td.postTdInfo {display:none;}
.forum-box .postTdTop {text-align:left;color:#333;height:auto;line-height:normal;font-size:13px;padding:10px 20px;border-bottom-width:1px;}
.forum-box .postTdTop + .postTdTop {padding:10px 20px;border-bottom-width:2px;font-size:11px;font-weight:normal;}
.forum-box .postTdTop + .postTdTop:before {content:'';width:0;height:0;background:none;border-top:7px solid #dbe1e8;border-left:7px solid transparent;border-right:7px solid transparent;position:absolute;bottom:-9px;left:20px;}
#toolbarMainContainer {display: none;}
#catmenu li.uWithSubmenu em:hover {background:#333;color:#fff;}
}

/***** iPhone (portrait) *****/
@media only screen and (max-width:767px) {
.leftt {float: none;width: 100%;}
.rightt {float: none;width: 100%;} 
#header{position:relative!important;}
.head-wr{margin-top:-7px;width:100%;}
.udtb1 {text-align: center;width: 100%;} 
.udtlb1 {text-align: center;width: 100%;padding: 2px;color:#f23b3b} 
.usertable1{width:100%;}
.usertable2{width:100%;} 
.col-mid-1 {width:29%;}
.col-mid-2 {width:40%;} 
.top-header{padding:4px 0 0px;} 
#content{width:100%} 
.wrapper {width:550px;} 
.sidebox {width: 100%;float: left;margin: 0px;}
.head-wl {float: left;width:45%;}
.cap-ttl {font-size:15px;}
.cap-ds {font-size:12px;padding:0 40px 15px;}
.eMessage img,.eText img {width:100%!important;float:none;margin:0 0 20px!important;}
.uTable tr td:first-child + td ~ td,#thread_search_form,#forum_filter,#thread_search_form {display:none;}
.uTable .user_avatar img {width:50px;}
#uEntriesList .uEntryWrap {width:50%!important;}
span[id^=iCode] {display: block;padding-left: 38px;}
.forum-search {display: block;}
.shop-tabs {border-bottom: 0!important;}
.shop-tabs li {border-bottom: 1px solid #A7A6A6 !important;}
.shop-info {clear: both;}
#puzadpn {display:none;}
.catalog td.catalog-item {display: block !important;width: 100% !important;overflow: hidden!important;}
td.shop-itempage-images {width: inherit !important;display: block;text-align: center;}
td.shop-itempage-images #ipreview {display: block;margin: 0 auto 10px;}
.shop-itempage-images + td {display: block;}
}
/***** iPhone (landscape) *****/
@media only screen and (max-width:480px){
.col-mid-1 {width:44%;}
.col-mid-2 i{display:none}
.head-wr{margin-top:0px;width:100%;} 
#slider {display:none}
.col-mid-2 {width:30%;}
.rtw1 {display:none} 
.top-header{height:70px}
#header{position:relative!important;} 
.sidebox {width: 320px;margin: 0 16px}
.wrapper {width:360px;} 
.site-n,.site-n a {font-size:24px;}
.cap-ttl {padding:10px 20px; font-size:14px;}
.cap-ds {display:none;}
.manTable td,.commTd1,.commTd2 {display:block;width:100%;}
.manTable td input,.manTable td textarea {max-width:97%;}
.manTable .manTd1 {width:auto;}
#uNetRegF tr td:first-child {max-width:20%!important;white-space:normal!important;font-size:11px;}
#uNetRegF #fAvatar,#uNetRegF #fAvatarU {display:block;margin:0 0 3px;}
#uNetRegF #fAvatarU + input {position:relative; margin:0 0 0 -10px;}
.uNetDescr {font-size:9px;}
#fTerms {float:left;margin:2px 10px 10px 0;}
#fTerms+label {font-size:11px!important;vertical-align:top}
#fTerms~div {font-size:9px;padding:10px 0 0;}
.copy {font-size:9px;}
.calendarsTable,.calendarsTable > tbody,.calendarsTable > tbody > tr,.calendarsTable > tbody > tr > td {display:block;width:100%;}
#content .calTable {width:100%;margin:0 0 20px;}
#content .calMonth {text-align:left;text-transform:uppercase;}
.posttdMessage {padding:10px 10px 30px;}
.fNavLink {font-size:11px;position:relative;margin:0 -3px;}
.codeButtons,.smilesPart {display:none;}
#message {max-width:97%;}
.postUser {font-size:14px;}
#frM53 .gTableLeft,#frM53 .gTableRight {display:block;width:auto!important}
.opt_vals td {display:table-cell!important;}
.opt_items {max-width:97%;}
#puzadpn {display:none;}
#uEntriesList .uEntryWrap {width:100%!important;}
.manTable td #idAreaoEditbrief td,.manTable td #idAreaoEditmessage td,.manTable td #idAreaoEditdscr td {display:table-cell;}
.forum-box{padding:0}
}
@media only screen and (max-width: 340px){
.wrapper {width:320px;}
.col-mid-1 {width: 48%;} 
.gTableSubTop {padding:0 4px} 
.forum-box{padding:0} 
.forum-box .gTableTop {padding: 10px 0px;} 
.sidebox {width: 320px;margin: 0px;}
#slider {display:none;}
.site-n,.site-n a {font-size:22px;}
.eTitle {font-size:20px;}
 }