.col-ot-4:hover{
     opacity: 0.3; filter: alpha(opacity=30);
  background-color: #ffffff;
  overflow: hidden;
  animation: ovea ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: ovea ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: ovea ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: ovea ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: ovea ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
  filter: grayscale(1);
-webkit-filter: grayscale(1);

}
.col-ot-4{
  animation: ovea2 ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: ovea2 ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: ovea2 ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: ovea2 ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: ovea2 ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}
.col-ot-5{
  animation: ovea2 ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: ovea2 ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: ovea2 ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: ovea2 ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: ovea2 ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes ovea2{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes ovea2{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes ovea2 {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes ovea2 {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes ovea2 {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.col-ot-5:hover{
     opacity: 0.3; filter: alpha(opacity=30);
  background-color: #aaa;
  overflow: hidden;
  animation: ovea ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: ovea ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: ovea ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: ovea ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: ovea ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
  filter: grayscale(1);
-webkit-filter: grayscale(1);

}
.col-ot-5 {
	position: relative;
}
.col-ot-5:before {
	position: absolute;
	top: 5px;
	left: 0px;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	
}
.col-ot-5:hover:before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	left: -100%;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes ovea{
  0% {
    opacity:0;
    transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,-8px)  ;
  }
}

@-moz-keyframes ovea{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,-8px)  ;
  }
}

@-webkit-keyframes ovea {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,-8px)  ;
  }
}

@-o-keyframes ovea {
  0% {
    opacity:0;
    -o-transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,-8px)  ;
  }
}
* {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
.omega-powered {
	display:none;
}
.omega-powered  img {
	display:none;
}
.ot_row { 
	display: inline-block;
	width:100%;
}
.caroufredsel_wrapper {
	
	overflow: visible !important;
}
.ot_logo_scroller_wrapper {
	width: 100%;
	position: relative;
	padding-top: 20px;
	margin-top: 20px;
   	padding-bottom: 20px;
	display: inline-block;

}

.ot_logo_scroller {
	width: 100%;
	position: relative;
	padding-top: 35px;
	overflow: hidden;
	padding-bottom:35px;
}

.the-carousel  img {
	float: left;
	
}
.the-prev, .the-next {
	background: transparent url(../images/carousel_control.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 19px;
	height: 21px;
	position: absolute;
	top: 40%;
}
.the-prev {
	background-position: 0 0;
}
.the-prev:hover {
	left: 1px;
}			
.the-next {
	background-position: -18px 0;
	right: 0px;
}
.the-next:hover {
	right: 1px;
}				
.the-pager {
	text-align: center;
	margin-top: 15px;
}
.the-pager a {
	background: transparent url(../images/carousel_control.png) no-repeat -2px -32px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
}
.the-pager a.selected {
	background: transparent url(../images/carousel_control.png) no-repeat -12px -32px;
	text-decoration: underline;				
}
.caroufredsel_wrapper {
	height: auto;
	
}

.col-ot-1, .col-ot-2, .col-ot-3, .col-ot-4, .col-ot-5, .col-ot-6, .col-ot-7, .col-ot-8, .col-ot-9, .col-ot-10, .col-ot-11, .col-ot-12 {
	float: left;
	min-height: 1px;
	padding:5px;
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.col-ot-1 {
	width: 100%;
} 
    .col-ot-4 {
    width: 25%;
}
.col-ot-5 {
    width: 20%;
}
.col-ot-2 {
    width: 50%;
}
.col-ot-3 {
    width: 33.3333%;
}
.col-ot-6 {
    width: 16.6667%;
}
.col-ot-7 {
    width: 14.4285%;
}
.col-ot-8 {
     width: 12.5%;
}
.col-ot-9 {
    width: 11.1111%;
}
.col-ot-10 {
width: 10%;
}
.col-ot-11 {
width: 9.0909%;
}
.col-ot-12 {
    width: 8.3333%;
}
@media (max-width: 320px) {
    .col-ot-1, .col-ot-2, .col-ot-3, .col-ot-4, .col-ot-5, .col-ot-6, .col-ot-7, .col-ot-8, .col-ot-9, .col-ot-10, .col-ot-11, .col-ot-12 {
        width: 100%;
    }
}
@media (min-width:321px) and (max-width: 480px) {
     .col-ot-2, .col-ot-3, .col-ot-4, .col-ot-6, .col-ot-7, .col-ot-8, .col-ot-9, .col-ot-10, .col-ot-11, .col-ot-12 {
        width: 50%;
    }
    .col-ot-1 {
        width: 100%;
    }
	  .col-ot-5 {
        width: 100%
    }
}
@media (min-width:481px) and (max-width: 640px) {
    .col-ot-2 {
        width: 50%;
    }
    .col-ot-1 {
        width: 100%;
    }
    .col-ot-3 , .col-ot-4 , .col-ot-6, .col-ot-7, .col-ot-8, .col-ot-9, .col-ot-10, .col-ot-11, .col-ot-12 {
        width: 33%;
    }
    .col-ot-5 {
        width: 100%
    }
}
@media (min-width:641px) and (max-width: 800px) {
    .col-ot-2 {
        width: 50%;
    }
    .col-ot-1 {
        width: 100%;
    }
    .col-ot-3 {
        width: 33%;
    }
    .col-ot-4 {
        width: 25%;
    }
    .col-ot-6, .col-ot-7, .col-ot-8, .col-ot-9, .col-ot-10, .col-ot-11, .col-ot-12 {
        width: 20%
    }
	  .col-ot-5 {
        width: 100%
    }
}
@media (min-width:801px) and (max-width: 980px) {
    .col-ot-2 {
        width: 50%;
    }
    .col-ot-1 {
        width: 100%;
    }
    .col-ot-3 {
        width: 33%;
    }
    .col-ot-4 {
        width: 25%;
    }
    .col-ot-5 {
        width: 100%
    }
    .col-ot-6, .col-ot-7, .col-ot-8, .col-ot-9, .col-ot-10, .col-ot-11, .col-ot-12 {
        width: 16.6667%;
    }
}
 .tooltip {
        margin-top: 10px;

    }

