body {
    overflow-x: hidden;
    font-family:Arial,sans-serif;
    line-height: 170%;
}

a[href="order.html#"] {
    display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:"Myriad Pro", sans-serif;
    color: #737373;
    text-transform: uppercase;
}

h1{font-size: 28px;}
h2{font-size: 24px;}
h2 a{color: #737373 !important;}
h3{font-size: 20px;}

section{
	margin-top: 14px;
	/*max-width: 100%;*/
}
a:focus {
    text-decoration: none;
    outline: none;
}

.rainbow-line {
    height: 4px;
    background: #fff url('../img/line.png') repeat-x;
    border: none;
    margin: 0;
}
.nopadding {
    padding: 0 !important;
}
.spisok {
    padding-left: 30px;
}
.spisok li:before {
    color: #008EBE;
    content: "\2013";
    margin-left: -1ex;
    margin-right: 1ex;
}
.spisok li {
    list-style-type: none;
}

.well {border:none; background-color: #fbfbfb; box-shadow: none; -webkit-box-shadow: none;}

.nav .second:hover .dropdown-menu {
    margin-top: 0;
 }
.megamenu{
  padding: 25px 10px;
  width: 800px;
  border-radius: 0;
  z-index: 9999;
  left: -1px !important;
}
.megamenu > li {
    padding: 5px 15px;
  }
.megamenu > li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 2px 10px;
  clear: both;
  line-height: 1.428571429;
  white-space: normal;
  font: normal 13px Arial, Helvetica, sans-serif;
  color: #D91B5C;
  margin-left: 0;
  background: none !important;
  border-top: none !important;
  text-transform: none;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  color: #737373;
  text-decoration: underline;
}
.megamenu .dropdown-header {
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #737373;
  text-transform: uppercase;
  padding: 3px 10px;
  font-weight: 600;
}
.header_container {
    display: table;
    margin: 20px 0;
    position: relative;
    width: 100%;
}

.header-content {
    float: none;
    margin: 0;
    width: 80%;
}

.actions, .contact, .logo {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.actions{
    text-align: right;
    width: 100%;
}

.actions .btn {
    background-color: transparent;
    text-transform: uppercase;
    padding: 8px 24px;
    color: #0097C6;
    border-color: #0097C6;
    min-width: 150px;
    margin-left: 12px;
}

.actions .btn:hover {
    color: #fff;
    background-color: #0097C6;
}

.contact {
    width: 20%;
    right: 0;
    text-align: right;
}

.contact-phone{
    display: block;
    vertical-align: middle;
}

.num .prefix{
    margin-right: 10px;
    margin-bottom: -1px;
}
.num span {
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: 0;
}
.num .number {
    color: #000;
    font: 24px Calibri, Arial;
    line-height: 24px;
}

.header-content, .contact {
    display: table-cell;
    vertical-align: middle;
}

.navbar {
  border: none;
  margin: 0 0 4px 0;
  width: 100%;
}
.navbar .navbar-collapse{
    width: 100%;
    z-index: 1000;
}
.navbar-toggle {
    margin-right: -10px;
}
.navbar-toggle .icon-bar {
  background-color: #767575;
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 1px;
}

.navbar-brand img{
    max-width: 145px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #fff;
}
.nav > li > a {
    color: #000;
    font: normal 18px "Myriad Pro", sans-serif;
}
.navbar .nav > li > a {
color: #000;
  font: normal 18px "Myriad Pro", sans-serif;
    text-transform: uppercase;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
}
.navbar .nav > li > a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
        transform: translateY(10px);
}
.navbar .nav > li > a:hover::after,
.navbar .nav > li > a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
}

.nav-justified>li {
    white-space: nowrap;
}

.navbar-header button{
    font-size: 22px;
    color: #767575;
    text-transform: uppercase;
}
.overlay-block{
    display: none;
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: transparent;
}

.overlay-block.visible{
    display: block;
}
.nav > li.first > a{
    color: #a52868;
    margin-left: 0;
}
.nav > li.second > a{
    color: #d91b5c;
}
.nav > li.third > a{
    color: #3cb64a;
}
.nav > li.fourth > a{
    color: #abd037;
}
.nav > li.fifth > a{
    color: #f57f20;
}
.nav > li.sixth > a{
    color: #feb811;
}
.nav > li.seven > a{
    color: #008ebe;
}
.nav > li.last > a{
    color: #28AFD5;
}
.nav > li.first > a:hover{
   color: #a52868;
}
.nav > li.second > a:hover{
    color: #d91b5c;
}
.nav > li.third > a:hover{
    color: #3cb64a;
}
.nav > li.fourth > a:hover{
    color: #abd037;
}
.nav > li.fifth > a:hover{
    color: #f57f20;
}
.nav > li.sixth > a:hover{
    color: #feb811;
}
.nav > li.seven > a:hover{
    color: #008ebe;
}
.nav > li.last > a:hover{
    color: #28AFD5;
}
.nav > li.first > a:hover::after,
.nav > li.first > a:focus::after {
    background: #a52868;
}
.nav > li.second > a:hover::after,
.nav > li.second > a:focus::after {
    opacity: 0;
}
.nav > li.third > a:hover::after,
.nav > li.third > a:focus::after {
    background: #3cb64a;
}
.nav > li.fourth > a:hover::after,
.nav > li.fourth > a:focus::after {
    background: #abd037;
}
.nav > li.fifth  > a:hover::after,
.nav > li.fifth  > a:focus::after {
    background: #f57f20;
}
.nav > li.sixth > a:hover::after,
.nav > li.sixth > a:focus::after {
    background: #feb811;
}
.nav > li.seven > a:hover::after,
.nav > li.seven > a:focus::after {
    background: #008ebe;
}
.nav > li.last > a:hover::after,
.nav > li.last > a:focus::after {
    background: #28AFD5;
}
section.coloredBlocks {
  margin-top: 30px;
}
.colBlock {
    margin-bottom: 10px;
    overflow: hidden;
}
.colBlock a{
    font:bold 14px Arial;
    text-decoration:none;
    text-transform:uppercase;
    text-align:center;
    float:left;
    color:#515151;
    margin-bottom: 6px;
    width: 100%;
}
.colBlock > a > .icon-block{
    border-bottom: none;
    height: 100px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 14px;
}
.icon-block > .icon{
background: url(../img/sprites.png) no-repeat;
display: block;
width: 100px;
height: 100px;
margin: auto;
border-bottom: none;
}
.colBlock > a:hover > .icon-block > .icon{
    -webkit-animation: toBottomFromTop 0.3s forwards;
    animation: toBottomFromTop 0.3s forwards;
}
@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
.orangeB .icon{
    background-position: 0 0;
}
.greenB .icon{
    background-position: -100px 0;
}
.violetB .icon{
    background-position: -200px 0;
}
.blueB .icon{
    background-position: -300px 0;
}
.colBlock p{text-align:center;font:11px Arial;}
.colBlock a span{	border-bottom:1px dotted #bcbcbc;  display: inline-block;}
.orangeB .icon-block{
    background-color: #FF7F02;
}
.greenB .icon-block{
    background-color: #01B949;
}
.violetB .icon-block{
    background-color: #B4206A;
}
.blueB .icon-block{
    background-color: #0097C6;
}
.swiper-button-next, .swiper-button-prev{
    background-image: none !important;
}
#banner_slide .swiper-button-next, #banner_slide .swiper-button-prev{
    display: block;
    width: 40px !important;
    height: 44px;
    margin: -20px 0 0;
    overflow: hidden;
    opacity: 0.8;
    color: #fff;
    text-shadow: 1px 0 3px rgba(32, 30, 30, 0.89);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
}

#banner_slide .swiper-button-next:before,#banner_slide .swiper-button-prev:before{
font-size: 40px;
}
#banner_slide .swiper-button-next:hover,#banner_slide .swiper-button-prev:hover{
opacity: 1;
}
#banner_slide .swiper-pagination.swiper-pagination-clickable{
    display: none;
}
.swiper-button-disabled {
    opacity: 0 !important;
}
.visText {
    background: rgba(0,0,0,.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000', GradientType=0);
    padding: 2%;
    line-height: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.visText span {
  margin: 0;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  font-size: 30px;
}
.visText p{
    font-size: 18px;
  line-height: 1.25;
  color: #fff;
}

.visText a{
    color: #fff;
    text-decoration: underline;
}
.visText a :hover{
    color: #008ebe;
    text-decoration: underline;
}

#content .date {
    margin: 0 10px 5px 0;
    color: #b1b1b1;
    font-style: italic;
}

.breadcrumb {
    font-size: 12px;
    background: none;
    padding: 0 0 8px 0;
    margin: 0;
}

#content .middle-content,#content .tab-content{
    margin: 20px 0;
}
#content .middle-header h1{
	font: normal 30px "Myriad Pro", sans-serif;
	margin-top: 6px;
	font-weight: 500;
}
#content .news, #content .video, #content .portfolio-item {
    margin: 20px 0;
}

#content .news-title a {
     color: #3cb64a;
     font-size: 20px;
 }
#content .news .news-title{
    padding: 0 15px;
}
#content .news-img, #content .video-block   {
    padding-right: 0;
    margin: 0 15px 0 0;
}
#content .news-img img{
margin-bottom: 10px;
}
#content .news p, #content .video .row p {
    padding: 0 15px;
}
#content .testimonial .testimonial-title{
    margin-top: 15px;
}
#content .testimonial .testimonial-title p{
    color: #d91b5c;
    font-size: 20px;
}

#content .portfolio-caption {
    padding: 15px;
}
#content .portfolio-caption h4 {
    font-size: 15px;
}
#content .portfolio-caption p {
    font-size: 13px;
}
#content .pager {
    height: 27px;
    text-align: left;
    padding-left: 15px;
}
.pager a.active {
    color: #000;
    text-decoration: none;
    cursor: default;
}
.contacts-info {
    margin: 25px 0 45px;
}
.map {
    width: 100%;
    height: 300px;
    margin: 12px 0 40px;
}
.form-horizontal h3, .contacts h3{
    color: #0093c7;
}
.reviews textarea {
    height: 85px;
    margin-bottom: 0;
}
.formOrder .reviews textarea{
    height: 135px;
}
.form-horizontal .captcha{
    font-size: 12px;
    text-align: left;
    padding: 0;
    display: table-cell;
    vertical-align: bottom;
    float: none;
    height: 34px;
}
.formReviews  .reviews textarea{
    height: 87px;
    margin-bottom: 35px;
}
.feedback {
    float: left;
    position: relative;
}
.feedback .glyphicon{
    color: #999999;
}

.feedback p.notes {
    font-size: 11px;
    color: #868686;
}
#content .comment {
    padding: 30px 0 10px 0;
    max-width: 100%;
    border-top: 1px solid #eee;
    margin-top: 20px;
    float: left;
}
#content .comment:first-child{
    border-top: none;
    margin-top: 0;
}
#content .comment .date{
    margin: 0 10px 0 20px;
    color: #b1b1b1;
    font-style: italic;
}
/*#content .tabs-content  {
    margin-top: 20px;
}*/
#content .nav-tabs {
    border-bottom: 1px solid #abd037;
}
#content .nav-tabs a:focus{
    outline:none;
}
#content .nav-tabs > li.active > a {
    border: 1px solid #abd037;
    border-bottom: 1px solid #fff;
}
#content .nav-tabs > li > a {
    border-radius: 0;
    text-transform: none;
}
.nav-tabs > li > a:hover {
    border-color: #fff;
    border-bottom-color: #abd037;
}
#content .tab-content h2{
    text-transform: none;
    font-weight: normal;
}
#content .tabs-content .panel-heading {
    padding: 0;
}
#content .tabs-content .panel-heading > h4 > a {
    padding: 10px 15px;
    display: block;
}
#content #contentTab-accordion .panel-heading > h4 > a:focus{
    outline:none;
}
.product-menu .dropdown-menu {
    right: -5px;
    left: auto;
    top: 40px;
}
.product-menu .dropdown-menu:before, .product-menu .dropdown-menu:after {
    content: '';
    position: absolute;
    right: 10px;
    border: 9px solid transparent;
    border-bottom: 8px solid #B2B0B0;
    top: -17px;
}
.product-menu .dropdown-menu:after {
    border-bottom: 8px solid #FFF;
    top: -16px;
}
.product-menu button{
    margin-top: 0;
}
.img.pull-right,.img.pull-left{
    max-width: 50%;
}
.img.pull-right{
    margin: 10px 0 10px 20px;
}
.img.pull-left{
    margin: 0 20px 10px 0;
}
.img-center{
    text-align: center;
    margin: 20px auto;
}
.img-center img {
display: inline-block;
}
aside {
    padding-top: 5px;
}
aside .sidebar-title {
    text-transform: uppercase;
	font-size: 24px;
    font-family:"Myriad Pro", sans-serif;
    font-weight: 500;
    color: #737373;
    margin-top: 20px;
    margin-bottom: 10px;
}
aside .sidebar-title a {
    color: #737373 !important;
}
aside .news ul li:first-child {
  padding: 0;
}
aside .news ul li a {
  font: bold 13px Arial, Helvetica, sans-serif;
}
aside .news li span.date {
  margin: 0; 
  font-size: 12px;
}
aside .video h4 {
	font-size:13px;
}
aside .video-block {
    position: relative;
	padding-top: 0;
}

aside .sidebar-content-navigation {
    margin-top: 8px;
}

aside .sidebar-content-navigation li a {
    padding: 6px 0;
    font-size: 14px;
}

aside .sidebar-content-navigation li.active a {
    color: #f57f20;
    font-weight: bold;
}

aside .sidebar-catalog {
    margin-top: 22px;
    margin-bottom: 20px;
}

aside .sidebar-catalog li {
    font: normal 18px "Myriad Pro", sans-serif;
    text-transform: uppercase;
    padding: 0 0;
    line-height: 18px;
}
aside .sidebar-catalog > li + li {
    margin-top: 10px;
}

aside .sidebar-catalog li a {
    color: #f57f20;
    padding: 0 0;
    line-height: 18px;
}

aside .sidebar-catalog li.active a{
    font-weight: bold;
}

aside .nav > li > a:hover,aside .nav > li > a:focus {
    color: #888;
    background-color: #fff;
    text-decoration: underline;
}

#products{
    position: relative;
}
#products .catalog_item{
    overflow:hidden;
    padding: 20px 15px;
    margin: 0 auto;
    height: auto;
}
#products .swiper-button-next, #products .swiper-button-prev{
    height: 62px;
    left: -10px;
}
#products .swiper-button-next{
    left: auto;
    right: -20px;
}
#products .catalog_img{margin:0 0 10px;padding:0;}
#products .catalog_img img{overflow:hidden;margin:0;width: 100%; }
#products .catalog_desc {
    margin-bottom: 70px;
}
#products .catalog_desc p{
    font-size:13px;
    line-height:18px;
    margin: 5px 0 20px 0 !important;
}
#products .catalog_desc_bottom {
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding-right: 30px;
}
#products .catalog_price{float:left;margin-bottom: 30px;width: 100%;}
#products .catalog_price_rub{
    color:#000;
    font-weight:700;
    font-size: 20px;
    margin-top: 3px;
}
#products .catalog_price_ye{
    color:#989898;
    font-size:16px;
    margin-top: 5px;
}
#products .catalog_order{
    position:absolute;
    bottom:26px;
    right:30px;
}
.product-title{
    color: #337ab7;
    font-size: 15px !important;
}
.sale {
    text-decoration: line-through;
    padding-right: 5px;
    display: inline-block;
    color: #FF3300;
    -ms-transform: scale(0.9,0.9);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 17px;
}

.media-block{
    position: relative;
    display: inline-block;
    margin: 16px auto 0;
    width: 100%;
}

.media-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  background:url(../img/sPlay2.png) no-repeat center center;
}
.media-hover-content{
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(188, 188, 188, .3);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.media-hover:hover .media-hover-content{
    opacity: 1;
}
.media-hover:hover .caption{
    background: rgba(0,0,0,.4);
}
.media-caption {
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 6px 4px;
    width: 100%;
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 150%;
}
.news ul {
  padding-left: 0;
}
.news ul li {
  width: 100%;
  float: left;
  text-align: left;
  list-style: none;
  padding: 16px 0 0;
  border: none;
}
.news li span.date {
  margin: 0 0 3px;
  display: block;
  color: #b1b1b1;
  font-style: italic;
    font-size: 12px;
}
.news ul li a {
  font-size: 14px;
}
#media .news p{
   margin-top: 10px;
}
.comment {
    padding: 16px 10px;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.comment > .person {
    margin-right: 10px;
}

.blockquote:before {
    content: "\201C";  
    font-size: 24pt;  
    text-align: center;  
    line-height: 42px;  
    color: #BCBCBC; ;  
    float: left;  
    position: relative;  
    top: -16px;;  
} 
.blockquote:after {  
    content: "\201D";  
    font-size: 15pt;
    text-align: center;  
    line-height: 5px;  
    color: #BCBCBC;   
    position: relative;  
}
#clients img {
    margin: 50px auto;
    display: inline-block;
    max-width: 19%;
    width: 100%;
}
.icon-angle-left:before{content:"\2039";color: #337ab7;}
.icon-angle-right:before{content:"\203A";color: #337ab7;}
.icon-angle-right, .icon-angle-left{
  display: inline;
  width: 100%;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background: none repeat 0 0;
  margin-top: 0;
  font-size: 4em;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
	}
#portfolio h2 {
padding-bottom: 20px;
}
.portfolio-item {
    height: 300px;
    right: 0;
    margin: 0 0 15px;
}
.portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
}
.portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(188, 188, 188, .3);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.portfolio-hover:hover {
    opacity: 1;
}
.portfolio-caption {
    margin: 0 auto;
    padding: 12px 0;
    text-align: center;
}
.portfolio-caption h4 {
    margin: 0 0 8px;
    font-size: 14px;
    text-transform: none;
}
.portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: italic;
    line-height: 12px;
}

footer {
	  margin: 20px 0;
}
footer h4{
	font-weight: normal;
}
footer p{
	font-size: 13px;
	margin: 0;
	}
footer .row{margin-bottom: 30px;}

.btn-info-rainbow {
    background-color: transparent;
    text-transform: uppercase;
    padding: 10px 40px;
    color: #0097C6;
}

.button_inner{
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    background-color:#008ebe;
    border-color:#008ebe;
    padding: 10px 16px;
}

.button_inner:hover {
    color: #FFF;
    background-color:#286090;
    border-color:#204d74;
}

.social-btns {
    margin-top: 12px;
}

.social-btns a{
    width: 44px;
    height: 44px;
    background: url(../img/soc-logo.png) no-repeat;
    display: inline-block;
}

.vk{
    background-position: 0 0 !important;
}
.fb{
    background-position: -59px 0 !important;
}
.tw{
    background-position: -118px 0 !important;
}
.insta{
    background-position: -291px 0 !important;
}
.ok{
    background-position: -176px 0 !important;
}
.yt{
    background-position: -234px 0 !important;
}

.footMenu ul{
  list-style: none;
  border: 0 none;
  margin: 0 4px 0 0;
  text-align: left;
  outline: none;
}

.footMenu ul li {
    background: none;
    padding-left: 12px;
    margin-bottom: 6px;
    display: inline;
    vertical-align: top;
}

#scrollToTop {
    cursor: pointer;
    font-size: 0.9em;
    position: fixed;
    text-align: center;
    z-index: 999;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background: rgba(171, 208, 55, 0.8);
    color: #FFFFFF;
    border-radius: 3px;
    padding: 25px;
    right: 40px;
    bottom: 140px;
}
a#scrollToTop:before {
    content: "";
    background: url(../img/scroll_3.png)no-repeat;
    position: absolute;
    bottom: 1px;
    right: 3px;
    z-index: 10;
    width: 37px;
    height: 34px;
}
#scrollToTop:hover {
	background: rgba(171, 208, 55, 1);
	color: #FFFFFF;
}

.clearfix-ie{
    clear: left;
}

.affix{
    top: 0;
}

@media (min-width: 992px){
    .sidebar.affix{
        width: 212px;
    }
}
@media screen and (max-width: 991px) {
    .colBlock a span {
        font-size: 11px;
    }
    .navbar .nav > li > a {
        padding: 10px 3px;
    }
    .colBlock > a:hover > .icon-block > .icon{
        -webkit-animation: none;
        animation: none;
    }
    .product-menu .navbar-toggle{
        display: block;
    }
}
@media (max-width: 500px) {
    h1 {font-size: 22px;}
}
@media (min-width: 500px) and (max-width: 991px){
    #portfolio .portfolio-item:nth-child(2n+1){
        clear: left;
    }
    .visText span {
      font-size: 28px;
    }
    .visText p {
      font-size: 16px;
    }
}
@media (max-width: 499px){
    #media .media-block {
        margin: auto;
    }
}
@media (max-width: 767px){
    .navbar {
        background: #F1F1F1;
        position: absolute;
        width: 100%;
        z-index: 1000;
        top: 0;
        left: 0;
    }
    .navbar .nav li a {
        /*margin-left: 0;*/
        margin: 0;
        color: #767575 !important;
    }
    .navbar .nav {
        background-color: #F1F1F1;
    }
    .navbar .nav:first-child {
        border-top: 1px solid #E2E2E2;
    }
    .navbar .row {
        margin: 0;
    }
    .navbar .nav > li > a {
        padding: 13px 3px 10px 3px;
    }
    .navbar .nav > li > a::after{
        content: none;
    }
    .navbar > li > a:hover, .navbar > li > a:focus, .navbar .open > a, .navbar .open > a:hover, .navbar .open > a:focus {
        background-color: #eee;
    }
    .navbar .dropdown-menu{
        border: none;
        box-shadow: none;
    }

    .navbar-brand {
        padding: 8px 0;
    }

    .megamenu> li > ul > li > a{
        padding: 8px 10px;
        border-bottom: 1px solid #E2E2E2;
    }
    .megamenu> li ul > li > a:hover, .megamenu> li ul > li > a:focus {
        background-color: #eee !important;
    }

    .megamenu{
        margin-left: 0 ;
        margin-right: 0 ;
        width: 100% !important;
        left: auto !important;
        margin-top: -5px !important;
        position: relative;
        float: none;
    }
    .megamenu> li {
        margin-bottom: 5px;
    }
    .megamenu> li:last-child {
        margin-bottom: 0;
    }
    .nav > li {
        position: relative !important;
        border-bottom: 1px solid #E2E2E2;
    }
    .dropdown-menu {
        border: 1px solid #ccc;
    }
    .breadcrumb {
        margin-top: 14px;
    }
    .visText {
        display: none;
    }
    .box {
        padding: 0 5px !important;
    }
     #content .video-block,#content .news-img {
        padding-right: 15px;
    }
    #info,#copyright{
        padding: 0 15px;
    }
    .feedback {
        width: 100%;
    }
    .reviews {
        margin-top: 0 !important;
    }
    .reviews textarea {
        margin-top: 0;
    }
}
@media (min-width: 500px) and (max-width: 767px){
    .colBlock{
        width:33.33%;
        float: left;
    }
}
@media (min-width: 768px) and (max-width: 991px){
.navbar .nav > li > a {
  font: normal 16px "Myriad Pro", sans-serif;
    font-size: 110%;
}
}
@media (min-width: 768px){
    .navbar-brand {display: none;}
    .nav .second:hover .dropdown-menu {display: block;}
}
@media (min-width: 992px)and (max-width: 1200px){
    .navbar .nav > li > a {
        font: normal 18px "Myriad Pro", sans-serif;
        font-size: 130%;
    }
}
@media (max-width: 1199px) {
    .megamenu {
        width: 510px;
    }
}
@media (min-width: 1200px){
    #scrollToTop {right: 2% !important;}
    .megamenu li:nth-child(3n+1){clear: left;}
    .navbar .nav > li > a {padding: 0 0 6px; font-size: 150%;}
    .sidebar.affix{width: 263px;}
}
@media (min-width: 768px) and (max-width: 1199px) {
    .megamenu li:nth-child(odd) {clear: left;}
}
@media (min-width: 992px)and (max-width: 1200px){
    .contact {width: 25%;}
    .header-content {width: 75%;}
}
@media (min-width: 768px) and (max-width: 991px){
    .contact {width: 30%;}
    .header-content {width: 70%;}
}