header, nav, article, aside, section, footer {
 display: block;
}
html, body {
 margin: 0;
 padding: 0;
 height: 100%;
}
textarea, input {
 outline: none;
 resize: none;
}
img, a img {
 border: none;
 outline: none;
}
a, a:link, a:visited, a:active, a:hover {
 text-decoration: none;
}
body {
 font: 15px/24px 'Roboto';
 background: #000 url(/img/lines.png) top fixed no-repeat;
 color: #fff;
 font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
 padding: 0;
 margin: 5px 0 10px 0;
 font-weight: 700;
 font-family: 'Roboto';
 text-transform: uppercase;
 color: #FFD600;
}
h1 {
 font-size: 36px;
 line-height: 40px;
}
h2 {
 font-size: 30px;
 line-height: 34px;
}
h3 {
 font-size: 22px;
 line-height: 26px;
}
h4 {
 font-size: 18px;
 line-height: 22px;
}
h5 {
 font-size: 16px;
}
h6 {
 font-size: 15px;
}
p {
 padding: 0;
 margin: 0;
}
aside ul, aside ol, aside li {
 margin: 0;
 padding: 0;
}
textarea {
 overflow: auto;
}
#t-container textarea, #t-container input[type="text"], #t-container input[type="password"] {
 font-family: 'Roboto';
 font-size: 15px;
 padding-left: 4%;
 padding-right: 4%;
 max-width: 92%;
 box-shadow: inset 0 0 0 2px #5c5c5c;
 background: #ffffff;
 line-height: 24px;
 padding-top: 13px;
 padding-bottom: 13px;
 color: #5c5c5c;
 font-style: italic;
 border: none;
 transition: all .3s ease;
}
#t-container input[type="button"], #t-container input[type="submit"], #t-container input[type="reset"] {
 font-family: 'Roboto';
 font-size: 15px;
 line-height: 40px;
 padding: 0 30px;
 text-transform: uppercase;
 font-size: 13px;
 font-weight: 500;
 letter-spacing: 2px;
 background: none;
 border: none;
 cursor: pointer;
 transition: all .3s ease;
}
#t-container input[type="button"]:hover, #t-container input[type="submit"]:hover, #t-container input[type="reset"]:hover {
 color: #fff !important;
 box-shadow: inset 0 0 0 2px #fff !important;
}
#t-container {
 height: 100%;
 position: relative;
}
.cnt {
 max-width: 1170px;
 margin: 0 auto;
}
.oh:after {
 content: "";
 display: block;
 clear: both;
}
.col2 {
 width: 48.717948716%;
}
.col3 {
 width: 31.623931622%;
}
.col4 {
 width: 23.076923075%;
}
.col2, .col3, .col4 {
 margin-bottom: 30px;
 margin-right: 2.564102563%;
 float: left;
}
.col2:nth-child(2n), .col3:nth-child(3n), .col4:nth-child(4n) {
 margin-right: 0 !important;
}
.button {
 display: inline-block;
 line-height: 40px;
 padding: 0 30px;
 text-transform: uppercase;
 font-size: 13px;
 font-weight: 500;
 letter-spacing: 2px;
 transition: all .3s ease;
}
a.button.b-1 {
 box-shadow: inset 0 0 0 2px #fff;
 color: #fff;
}
a.button.b-2:hover {
 box-shadow: inset 0 0 0 2px #fff;
 color: #fff;
}
a.button.b-3 {
 box-shadow: inset 0 0 0 2px #0f1212;
 color: #0f1212;
}
a.button.b-3:hover {
 background: #0f1212;
}
.section {
 padding: 100px 0;
}
.section2 {
 padding: 0px 0;
}
.section-overlay {
 width: 100%;
 height: 100%;
 background: rgba(0, 153, 8, 0.81) url(/img/overlay.pg) repeat fixed;
}
.title {
 text-align: center;
 position: relative;
 height: 60px;
}
.title h2 {
 line-height: 60px;
 margin: -59px 0 0;
}
.title span {
 display: block;
 font-size: 60px;
 line-height: 60px;
 color: rgba(255, 255, 255, 0.15);
 font-weight: 700;
 text-transform: uppercase;
}
.title2 span {
 display: block;
 font-size: 0px;
 line-height: 0px;
 color: rgba(255, 255, 255, 0.15);
 font-weight: 700;
 text-transform: uppercase;
}
.title-descr {
 max-width: 570px;
 margin: 0 auto;
 text-align: center;
 padding: 15px 0 50px;
}
#t-loader {
 width: 100%;
 height: 100%;
 background: #1d2222 url(/img/loader.gif) center no-repeat;
 position: fixed;
 z-index: 999999999;
}
#top {
 width: 100%;
 height: 100%;
 background: url(/img/img-bg-0.jpg) center fixed no-repeat;
 background-size: cover;
 overflow: hidden;
}
#top-overlay {
 width: 100%;
 height: 100%;
 background: rgba(11, 13, 13, 0.8) url(/img/overlay.png) repeat fixed;
 padding-bottom: 50px;
}
#top .cnt {
 height: 200px;
 position: relative;
 top: 50%;
 margin-top: -50px;
 text-align: center;
 color: #fff;
}
.slide {
 display: none;
}
.slide:first-child {
 display: block;
}
.slide p {
 font-size: 17px;
 padding-bottom: 30px;
}
.s-title {
 font-size: 72px;
 font-weight: 700;
 line-height: 72px;
 text-transform: uppercase;
 padding-bottom: 15px;
}
#menu {
 width: 100%;
 height: 80px;
 position: fixed;
 top: 0;
 z-index: 9999;
 transition: all .3s ease;
}
#menu.menu-fixed, #menu.menu-fixed-ay {
 background: #006876;
}
a.logo {
 display: block;
 float: left;
 height: 80px;
 overflow: hidden;
 line-height: 80px;
 font-size: 36px;
 font-weight: 700;
}
#menu .fa-bars {
 float: right;
 color: #fff;
 cursor: pointer;
 line-height: 80px;
 font-size: 24px;
 transition: all .3s ease;
}
#about {
 padding-bottom: 70px;
}
.about-block {
 text-align: center;
}
.about-block .fa {
 width: 200px;
 height: 130px;
 line-height: 130px;
 font-size: 72px;
 transition: all .3s ease;
}
.about-block h3 {
 margin: 20px 0;
}
.about-block p {
 padding: 0 5px;
}
.about-block:hover .fa {
 box-shadow: inset 0 0 0 3px #fff;
 color: #fff;
}
#facts {
 background: url(/img/img-bg-2.jpg) center fixed no-repeat;
 background-size: cover;
}
#facts .section {
 padding-bottom: 70px;
}
.fact {
 text-align: center;
 color: #fff;
 font-size: 18px;
}
.fact-count {
 font-size: 72px;
 font-weight: 700;
 line-height: 72px;
 padding-bottom: 5px;
}
#team .cnt {
 padding-bottom: 0px;
}
.team-member {
 background: #006876;
 position: relative;
 overflow: hidden;
 transition: all .3s ease;
}
.team-img {
 line-height: 0;
 position: relative;
 transition: all .3s ease;
}
.team-img img {
 width: 100%;
}
.img-overlay {
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 background: url(/img/overlay2.png);
 z-index: 2;
}
.team-member h4 {
 line-height: 70px;
 margin: 0;
 text-align: center;
 transition: all .3s ease;
}
.team-member:hover .team-img {
 opacity: 0.5;
}
.team-info {
 padding: 20px;
 text-align: center;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 2;
 opacity: 0;
 transition: all .3s ease;
}
.team-member:hover .team-info {
 opacity: 1;
}
.team-info .button {
 width: 40px;
 text-align: center;
 margin: 30px 5px 0;
 padding: 0;
 font-size: 16px;
}
#why {
 background: url(/img/img-bg-3.jpg) center fixed no-repeat;
 background-size: cover;
 text-align: center;
}
.section-overlay-color {
 color: #1d2222;
}
.section-overlay-color .title h2 {
 color: #0f1212;
}
.section-overlay-color .title span {
 color: rgba(0, 0, 0, 0.15);
}
#portfolio #uEntriesList, #portfolio #uEntriesList li {
 padding: 0;
 margin: 0;
 list-style: none;
}
.phtTdMain.uEntryWrap {
 width: 25% !important;
 overflow: hidden;
 position: relative;
 float: left;
}
.phtTdMain.uEntryWrap img.underlay {
 width: 100%;
}
.phtTdMain.uEntryWrap .entryBlock {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 2;
}
.portfolio-work {
 width: 100%;
 height: 100%;
 background-position: center;
 background-size: cover;
}
.portfolio-work-image {
 display: block;
 width: 100%;
 height: 100%;
 position: relative;
 cursor: url(/img/cur.png), url(/img/cur.cur), crosshair;
 transition: all .3s ease;
}
.portfolio-work-image:hover {
 background: rgba(0, 0, 0, 0.90);
}
.portfolio-work-info {
 display: block;
 width: 100%;
 height: 100%;
 opacity: 0;
 transition: all .3s ease;
}
.portfolio-work-info * {
 opacity: 0;
 transition: all .3s ease;
}
.portfolio-work-image:hover .portfolio-work-info, .portfolio-work-image:hover .portfolio-work-info * {
 opacity: 1;
}
.portfolio-work-info span.button.b-2 {
 display: block;
 padding: 0;
 width: 40px;
 text-align: center;
 font-size: 15px;
 position: absolute;
 left: 50%;
 margin-left: -20px;
 top: 50%;
 margin-top: -20px;
}
.portfolio-work-title {
 display: block;
 position: absolute;
 bottom: 30px;
 width: 100%;
 text-align: center;
 font-size: 18px;
 line-height: 18px;
 font-weight: 700;
 text-transform: uppercase;
}
#portfolio .cnt {
 padding-top: 50px;
 text-align: center;
}
#process {
 background: url(/img/img-bg-4.jpg) center fixed no-repeat;
 background-size: cover;
}
#process .section {
 padding-bottom: 70px;
animation:anim 6s 3;
}
.process-block {
 float: left;
 width: 210px;
 height: 140px;
 margin-bottom: 30px;
 overflow: hidden;
}
.process-block:last-child {
 width: 120px;
}
.process-block > .fa {
 display: block;
 width: 120px;
 height: 80px;
 line-height: 80px;
 font-size: 36px;
 text-align: center;
 float: left;
}
.process-block .process-next {
 display: block;
 float: left;
 width: 90px;
 height: 80px;
 line-height: 80px;
 font-size: 18px;
 text-align: center;
}
.process-name {
 clear: both;
 color: #fff;
 width: 120px;
 text-align: center;
 line-height: 20px;
 padding-top: 20px;
 font-size: 14px;
 text-transform: uppercase;
}
#reviews {
 background: url(/img/img-bg-5.jpg) center fixed no-repeat;
 background-size: cover;
 text-align: center;
}
#reviews ul, #reviews ul li {
 padding: 0;
 margin: 0;
 list-style: none;
}
.rev-author {
 font-size: 13px;
 font-style: italic;
 display: inline-block;
 padding-top: 15px;
}
#reviews .cnt {
 padding-top: 30px;
 max-width: 570px;
}
.rev-arrow {
 margin: 60px 5px 0;
 padding: 0;
 width: 40px;
 text-align: center;
}
#skills .section {
 padding-bottom: 70px;
}
.spec-list, .spec-list li {
 padding: 0;
 margin: 0;
 list-style: none;
}
.spec-list li {
 margin-top: 40px;
}
.spec-list li:first-child {
 margin-top: 0;
}
.spec-list-num {
 float: left;
 direction: block;
 width: 50px;
 text-align: center;
 font-size: 72px;
 line-height: 60px;
 font-weight: bold;
}
.spec-list-title {
 margin: 0 0 15px 70px;
}
.spec-list-mes {
 margin-left: 70px;
}
.skills-list, .skills-list li {
 padding: 0;
 margin: 0;
 list-style: none;
}
.skills-list li {
 margin-top: 30px;
 overflow: hidden;
}
.skills-list li:first-child {
 margin-top: 0;
}
.skills-list li span {
 display: block;
 height: 3px;
 background: #fff;
 margin-top: 5px;
}
.skills-list li span b {
 display: block;
 height: 3px;
 width: 0;
 transition: all 7s ease;
}
.skills-list u {
 float: right;
 text-decoration: none;
 color: #FFF200;
 font-size: 13px;
}
#prices {
 background: url(/img/img-bg-6.jpg) center fixed no-repeat;
 background-size: cover;
}
#prices .section {
 padding-bottom: 70px;
}
.price {
 background: #006876;
 text-align: center;
}
.price.price-current {
 background: #0f1212;
}
.price h3 {
 margin: 0;
 line-height: 70px;
}
.price-cost {
 display: block;
 line-height: 70px;
 font-size: 20px;
 color: #0f1212;
}
.price ul, .price ul li {
 list-style: none;
 margin: 0;
 padding: 0;
 line-height: 48px;
}
.price ul li:nth-child(odd) {
 background: #043E45;
}
.price.price-current ul li:nth-child(odd) {
 background: #141717;
 margin: 0 3px;
}
.price-check {
 padding: 30px 0;
}
.contact-f {
 width: 92%;
}
textarea.contact-f {
 width: 96% !important;
 max-width: 96% !important;
 padding-left: 2% !important;
 padding-right: 2% !important;
 height: 100px;
 margin: 0 0 40px;
}
.contact-btn {
 text-align: right;
}
.contact-btn input {
 margin: 0;
 font-family: 'FontAwesome' !important;
 font-size: 24px !important;
 padding: 0 !important;
 width: 25%;
 height: 50px;
}
footer {
 padding: 0px 0;
 background: #006876;
 text-align: center;
}
footer .button {
 width: 60px;
 height: 60px;
 line-height: 60px;
 padding: 0;
 text-align: center;
 font-size: 20px;
 margin: 0 8px;
}
.copyrights {
 padding-top: 50px;
}
.page-section {
 padding-top: 170px !important;
}
.portfolio-cats-cnt {
 padding: 0 0 36px !important;
}
.portfolio-cats {
 display: inline-block;
}
.portfolio-cats * {
 display: block;
 float: left;
 width: auto !important;
}
.portfolio-cats .catNumData {
 display: none !important;
}
.portfolio-cats .button {
 margin: 0 7px 14px;
}
.portfolio-cats .catName, .portfolio-cats .catNameActive {
 line-height: 40px;
 padding: 0 30px;
 text-transform: uppercase;
 font-size: 13px;
 font-weight: 500;
 letter-spacing: 2px;
 box-shadow: inset 0 0 0 2px #fff;
 color: #fff;
 margin: 0 7px 14px;
 transition: all .3s ease;
}
.portfolio-cats .catNameActive:hover {
 box-shadow: inset 0 0 0 2px #fff;
 color: #fff;
}
.swchItem {
 display: inline-block;
 min-width: 40px;
 text-align: center;
 line-height: 40px;
 box-shadow: inset 0 0 0 2px #5c5c5c;
 color: #5c5c5c !important;
 text-transform: uppercase;
 font-size: 13px;
 font-weight: 500;
 margin: 0 3px;
 transition: all .3s ease;
}
.swchItem:hover {
 box-shadow: inset 0 0 0 2px #fff;
 color: #fff !important;
}
.swchItemA {
 display: inline-block;
 min-width: 40px;
 text-align: center;
 line-height: 40px;
 text-transform: uppercase;
 font-size: 13px;
 font-weight: 500;
 margin: 0 3px;
}
#content {
 float: left;
 width: 74.358974657%;
}
#sidebar {
 float: right;
 width: 21.367521366%;
}
.post {
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: 1px dashed #3a3a3a;
}
.post-image-cnt {
 position: relative;
 line-height: 0;
 overflow: hidden;
}
.post-image-cnt img {
 width: 100%;
}
.post-details {
 overflow: hidden;
 padding-bottom: 20px;
}
.post-details span {
 display: block;
 float: left;
 margin-right: 20px;
 line-height: 40px;
}
.post-details span .fa {
 font-size: 16px;
 padding-right: 3px;
}
.post-details a {
 color: #5c5c5c !important;
}
.post-title {
 margin: 0;
}
.post-title a {
 color: #fff !important;
 transition: all .3s ease;
}
.post-mes {
 padding: 15px 0;
}
.post-more span {
 font-family: arial !important;
}
.post-more:hover {
 text-decoration: underline;
}
.block {
 margin-bottom: 40px;
}
#search-input {
 width: 92%;
}
.blokc ul, .block li {
 padding: 0;
 margin: 0;
}
.block li {
 list-style-type: none;
}
.block-cnt {
 overflow: hidden;
}
.block h4 {
 margin: 0 0 15px;
}
.block .catsTd, .block li {
 line-height: 24px;
 border-bottom: 1px solid #323232;
 padding: 10px 0;
}
.block .catsTd .catNumData {
 float: right;
 width: 40px;
 text-align: center;
}
.block .catsTd a, .block li a {
 color: #5c5c5c;
 transition: all .3s ease;
}
.block ul {
 -webkit-padding-start: 0;
}
.calTable {
 width: 100%;
 border-spacing: 4px;
 font-size: 13px;
}
.calTable td {
 border: 1px solid #323232;
 background: #1d2222;
 background: rgba(0, 0, 0, 0.1);
}
.calMonth {
 border: none !important;
 text-transform: uppercase;
 letter-spacing: 1px;
 font-weight: 500;
 font-size: 15px !important;
 background: none !important;
}
.calWday {
 color: #fff;
}
hr {
 height: 1px;
 border: none;
 background: #323232;
}
.eBlock {
 margin: 10px 0 20px;
 padding-bottom: 30px;
 border-bottom: 1px dashed #323232;
}
.eTitle {
 font-size: 24px;
 text-transform: uppercase;
 color: #fff;
 font-weight: 700;
 padding-bottom: 20px;
}
.eDetails, .eDetails1, .eDetails2 {
 font-size: 13px;
 padding: 10px 0;
}
#allEntries > div[id^='comEnt'] {
 margin-top: 20px;
 margin-bottom: -5px;
 padding: 10px;
 border: 1px solid #323232;
 border-radius: 2px;
 background: rgba(0, 0, 0, 0.1);
}
.commFl {
 width: 92%;
}
.commTable {
 padding-top: 30px;
}
#puzadpn {
 position: absolute;
}
#uzadpn {
 position: fixed !important;
 bottom: 0 !important;
 top: auto !important;
}
#sfSbm {
 margin-right: 50px !important;
}
.eMessage img {
 max-width: 100% !important;
}



@media screen and (min-width: 940px) {
 #menu .fa-bars {
 display: none;
 }
 #menu-list {
 float: right;
 display: block;
 }
 #menu-list, #menu-list li {
 margin: 0;
 padding: 0;
 list-style: none;
 line-height: 80px;
 }
 #menu-list li {
 float: left;
 }
 #menu-list li a {
 display: block;
 margin-left: 30px;
 font-weight: 400;
 font-size: 14px;
 text-transform: uppercase;
 color: #fff;
 transition: all .3s ease;
 }
}

@media screen and (min-width: 940px) and (max-width: 1229px) {
 #menu-list li a {
 margin-left: 20px;
 }
}

@media screen and (max-width: 1229px) {
 .cnt {
 width: 90%;
 padding-left: 5%;
 padding-right: 5%;
 }
 #reviews .cnt {
 padding-left: 0 !important;
 padding-right: 0 !important;
 }
 .s-title, .fact-count {
 font-size: 60px;
 line-height: 60px;
 }
 .team-info .button {
 margin-left: 2px;
 margin-right: 2px;
 }
 .team-member h4, .portfolio-work-title {
 font-size: 16px;
 }
}

@media screen and (max-width: 939px) {
 #menu {
 position: absolute !important;
 }
 .s-title {
 font-size: 48px;
 line-height: 48px;
 }
 #menu .cnt {
 position: relative;
 }
 #menu-list, #menu-list li {
 padding: 0;
 margin: 0;
 list-style: none;
 }
 #menu-list {
 background: rgba(0, 0, 0, 0.97);
 position: absolute;
 width: auto;
 min-width: 200px;
 top: 80px;
 right: 5%;
 text-align: right;
 display: none;
 }
 #menu-list li a {
 display: block;
 padding: 10px 30px;
 border-bottom: 1px solid rgba(255, 255, 255, 0.05);
 color: #fff;
 transition: all .3s ease;
 }
 .col4 {
 width: 48.717948716%;
 }
 .col4:nth-child(2n) {
 margin-right: 0 !important;
 }
 .team-info .button {
 margin-left: 5px;
 margin-right: 5px;
 }
 .team-member h4, .portfolio-work-title {
 font-size: 18px;
 }
 .phtTdMain.uEntryWrap {
 width: 50% !important;
 }
 #content, #sidebar {
 float: none;
 width: 100%;
 }
 #sidebar {
 padding-top: 50px;
 margin-top: 50px;
 border-top: 1px dashed #323232;
 }
 #sidebar .block {
 float: left;
 width: 48.717948716%;
 margin-right: 2.564102563%;
 }
 #sidebar .block:nth-child(2n+1) {
 margin-right: 0 !important;
 }
 #sidebar .block:first-child {
 width: 100% !important;
 float: none !important;
 }
 .portfolio-cats {
 display: block;
 }
}

@media screen and (max-width: 719px) {
 .col3 {
 width: 100%;
 margin-right: 0 !important;
 }
 .team-info .button {
 margin-left: 2px;
 margin-right: 2px;
 width: 30px;
 line-height: 30px;
 }
 .team-member h4, .portfolio-work-title {
 font-size: 16px;
 }
 #top .cnt {
 
 }
 .s-title {
 font-size: 36px;
 line-height: 36px;
 }
}

@media screen and (max-width: 639px) {
 .col2 {
 width: 100%;
 margin-right: 0 !important;
 }
 .title-descr {
 width: 90% !important;
 }
 .title > span {
 display: none;
 }
 .title h2 {
 margin-top: 0;
 }
 #reviews .cnt {
 width: 90%;
 }
 footer .button {
 margin: 0 5px 10px;
 width: 40px;
 line-height: 40px;
 height: 40px;
 }
 .s-title {
 font-size: 24px;
 line-height: 24px;
 }
 #sidebar .block {
 width: 100%;
 margin-right: 0 !important;
 float: none !important;
 }
}

@media screen and (max-width: 479px) {
 .col4 {
 width: 100%;
 margin-right: 0 !important;
 }
 .phtTdMain.uEntryWrap {
 width: 100% !important;
 }
 .title h2 {
 font-size: 24px;
 }
}


/* --- ЦВЕТОВАЯ СХЕМА НАЧАЛО --- */

a,a:link,a:visited,a:active,a:hover,#menu .fa-bars:hover,#menu-list li a:hover,.s-title span,a.button.b-1:hover,a.button.b-2,#t-container input[type="button"],#t-container input[type="submit"],#t-container input[type="reset"],.about-block .fa,.fact-count,.team-member:hover h4,a.button.b-3:hover,.portfolio-work-title,.process-block > .fa,.process-block .process-next,.spec-list-num,.skills-list li,.price.price-current h3,.portfolio-cats .catName:hover,.swchItemA,.portfolio-cats .catNameActive,.post-details span .fa,.block .catsTd .catNumData,.block .catsTd a:hover,.block li a:hover,.calWdaySe,.calWdaySu{color:#ffd600}
.post-title a:hover{color:#ffd600!important}
a.button.b-1:hover,a.button.b-2,span.button.b-2,#t-container input[type="button"],#t-container input[type="submit"],#t-container input[type="reset"],#t-container textarea:focus,#t-container input[type="text"]:focus,#t-container input[type="password"]:focus,.portfolio-cats .catName:hover,.swchItemA,.portfolio-cats .catNameActive,.block .catsTd .catNumData{box-shadow:inset 0 0 0 2px #ffd600}
.about-block .fa,.team-member:hover,.portfolio-work-image:hover,.process-block > .fa,.price-current{box-shadow:inset 0 0 0 3px #ffd600}
.skills-list li span b,.price-cost,#sst i{background:#ffd600}
.post-image-cnt{border-bottom:3px solid #ffd600}
.section-overlay-color{background:rgba(255,214,0,0.88)}

/* --- ЦВЕТОВАЯ СХЕМА КОНЕЦ --- */


.map {
width:100%;
display:table;
-webkit-filter: grayscale(40%);
-moz-filter: grayscale(40%);
-o-filter: grayscale(40%);
-ms-filter: grayscale(40%);
filter: grayscale(40%); 
margin-top:0px;
}


#body{} 
 ::-webkit-scrollbar 
 { 
 width: 10px; 
 height: 0px; 
 } 
 ::-webkit-scrollbar-track-piece 
 { 
 background-color: #fff; 
 -webkit-border-radius: 0px; 
 } 
 ::-webkit-scrollbar-thumb:vertical 
 { 
 height: 0px; 
 background-color: #006876; 
 -webkit-border-radius: 0px; 
 } 
 ::-webkit-scrollbar-thumb:horizontal 
 { 
 width: 0px; 
 background-color: #fff; 
 -webkit-border-radius: 0px; 
 }


.slidelefttop2 {
 -webkit-transition: 0.65s ease-in-out; 
 -moz-transition: 0.65s ease-in-out; 
 -o-transition: 0.65s ease-in-out; 
 transition: 0.65s ease-in-out;
}
 
.slidelefttop2:hover { 
 -webkit-transform: rotate(360deg) scale(1.8); 
 -moz-transform: rotate(360deg) scale(1.8); 
 -o-transform: rotate(360deg) scale(1.8); 
 -ms-transform: rotate(360deg) scale(1.8); 
 transform: rotate(360deg) scale(1.5); 
 cursor:pointer;
 }

.slidelefttop {
 -webkit-transition: 0.65s ease-in-out; 
 -moz-transition: 0.65s ease-in-out; 
 -o-transition: 0.65s ease-in-out; 
 transition: 0.65s ease-in-out;
}
 
.slidelefttop:hover { 
 -webkit-transform: scale(1.3); 
 -moz-transform: scale(1.3); 
 -o-transform: scale(1.3); 
 -ms-transform: scale(1.3); 
 transform: scale(1.3); 
 cursor:pointer;
 }


.animated { 
 -webkit-animation-duration: 2s; 
 -moz-animation-duration: 2s; 
 -o-animation-duration: 2s; 
 -ms-animation-duration: 2s; 
 animation-duration: 2s; 
 -webkit-animation-fill-mode: both;
 -moz-animation-fill-mode: both; 
 -o-animation-fill-mode: both; 
 -ms-animation-fill-mode: both; 
 animation-fill-mode: both; 
 -webkit-animation-timing-function: ease-in-out; 
 -moz-animation-timing-function: ease-in-out; 
 -o-animation-timing-function: ease-in-out; 
 -ms-animation-timing-function: ease-in-out; 
 animation-timing-function: ease-in-out; 
} 

@-webkit-keyframes flash { 
 0%, 50%, 100% {opacity: 1;} 
 25%, 75% {opacity: 0;} 
} 
@-moz-keyframes flash { 
 0%, 50%, 100% {opacity: 1;} 
 25%, 75% {opacity: 0;} 
} 
@ -o-keyframes flash { 
 0%, 50%, 100% {opacity: 1;} 
 25%, 75% {opacity: 0;} 
} 
@-ms-keyframes flash { 
 0%, 50%, 100% {opacity: 1;} 
 25%, 75% {opacity: 0;} 
} 
@keyframes flash { 
 0%, 50%, 100% {opacity: 1;} 
 25%, 75% {opacity: 0;} 
} 
.flash { 
 -webkit-animation-name: flash;
 -moz-animation-name: flash;
 -o-animation-name: flash;
 -ms-animation-name: flash;
 animation-name: flash; 
}