.moduletable.navigation ul li a{
	margin-top: 25px;
}
.moduletable.navigation ul li ul li a{
	margin-top: 0px;
	text-transform: uppercase;
}
.myDivMenuFooter{
	max-width: 1116px;
	margin: auto;
}
.myDivMenuFooter .mySubmenuFooter{
	float: left;
	border: 0px solid;
	margin-left: 0px;
	width: 279px;	
    padding: 0px 0px 50px 50px;
    box-sizing: border-box;
}
.myDivMenuFooter .politic{
    /*padding: 0px 50px 0px 0px;*/
}
.myDivMenuFooter .politic p{
	font-size: 12px;
    padding-bottom: 2px;
}
.myDivMenuFooter .politic .pcompany{
    padding-bottom: 10px;
	font-size: 17px;
}
.myDivMenuFooter .mySubmenuFooter span{
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    color: #fff;
}
.myDivMenuFooter .mySubmenuFooter li {
    list-style: none;
    text-transform: inherit;
    display: block;
    margin: 0 0 5px 0;
    color: #bebebe;
}
.myDivMenuFooter .mySubmenuFooter img {
	width: 20px;
	height: 20px;
	float: left;
	display: block;
	margin-right: 10px;
}
.myDivMenuFooter .mySubmenuFooter li a{
    color: #bebebe;
}
.myDivMenuFooter .mySubmenuFooter .active a{
    color: #0094de;
}
.myDivMenuFooter .mySubmenuFooter li a:hover{
    color: #0094de;
}
.myDivMenuFooter .mySubmenuFooter ul{
	list-style: none;
	margin: 0px;
}
.myDivMenuFooter .mySubmenuFooter li{
	list-style: none;
}
.myProductslist ul li{
	padding: 0px !important;
	min-height: auto;
}
.myProductslist h6{
    font-weight: 100;
    color: #8f8f8f;
    margin-left: 15px;
}
.myClients{	 
    background-color: #fff;
    border-radius: 500px;
	position: relative;
}
.myIcon_link{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: rgba(255, 0, 0, 0) !important;
    border-radius: 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: 0.55s;
    -moz-transition: 0.55s;
    -o-transition: 0.55s;
    transition: 0.55s;
}
.myIcon_link:before{
	position: absolute;
    z-index: 100;
    content: "";
    left: 80%;
    top: 80%;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
    background: url(../../../images/icons/icon_link.png) center center no-repeat;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.myClients:hover .myIcon_link:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.myIcon_link:after {
    position: absolute;
    z-index: 0;
    content: "";
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    height: 0%;
    text-align: center;
    background: url(../../../images/icons/bg_50opacity.png) center center repeat;
    -webkit-transition: 0.65s;
    -moz-transition: 0.65s;
    -o-transition: 0.65s;
    transition: 0.65s;
}
.myClients:hover .myIcon_link:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.myAE{	
    border-radius: 0px;
}
.page-category__team img{
	opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.page-category__team img:hover{
	opacity: 0.5;
}
.span12 .item .item_img img{
	opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.span12 .item .item_img img:hover{
	opacity: 0.5;
}
.imgRew{
	border-radius: 10px;
	op
}
#footer-wrapper{
	background: url(../../../images/footer.png) no-repeat;
}
@media (max-width: 558px){
	.img-intro__left{
		float: none;
		max-width: 100% !important;
	}
	.myItem1 {
		margin: 0px 0px 80px 0px !important;
	}
	
}