/* FONTS*/
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,100|Montserrat:400,700);
@import url('../fonts/font-awesome/css/font-awesome.min.css');
@import url('../fonts/simple/simple-line-icons.css');

/* PLUGIN CSS */
@import url('../plugins/bootstrap/css/bootstrap.css');
@import url('../plugins/isotope/isotope.css');
@import url('../plugins/validation/validation-2.2.min.css');
@import url('../plugins/owl-carousel/owl.carousel.css');
@import url('../plugins/owl-carousel/owl.transitions.css');
@import url('../plugins/owl-carousel/owl.theme.css');
@import url('../plugins/prettyphoto/css/prettyPhoto.css');
@import url('../plugins/nouislider/jquery.nouislider.css');
@import url('../plugins/yamm/yammar.css');
@import url('../plugins/jelect/main.css');
@import url('../plugins/flexslider/flexslider.css');
@import url('../plugins/animate/animate.css');
@import url('../plugins/sliderpro/css/slider-pro.css');


/* MAIN CSS */
@import url('theme.css');
@import url('shop.css');
@import url('responsive.css');
@import url('color.css');
/*@import url('debugging.css');*/




@media (max-width: 768px) {
    .header {
        background-image: url(../img/headerbg.png);
        height: 198PX;
        background-repeat: no-repeat;
        background-position: 29PX 11PX;
        background-position: -384px -40px;
    }

    .new {
        margin-top: -50px !important;
        width: 100% !important;
    }

    .logo__img {
        width: 80% !important;
        height: 80%;
        margin-top: -15px;
    }

    .navbar-toggle {
        position: absolute;
        top: -149px;
        left: 15px;
    }

    .yamm .navbar-brand {
        display: none;
    }
}

@media (max-width: 480px) {
    .header {
        background-image: url(../img/headerbg.png);
        height: 198PX;
        background-repeat: no-repeat;
        background-position: 29PX 11PX;
        background-position: -414px -59px;
    }

    .new {
        margin-top: -50px !important;
        width: 100% !important;
    }

    .logo__img {
        width: 60% !important;
        height: 60%;
        margin-top: -15px;
    }

    .navbar-toggle {
        position: absolute;
        top: -159px;
        left: 10px;
    }

    .yamm .navbar-brand {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li {
        float: left;
    }
}



.yamm .nav > li > a {
    height: 45px;
    line-height: 28px;
    border-radius: 8px;
    margin-right: 12px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 13px 11px -7px #999;
    margin-top: -8px;
    font-size: 14PX;
	color:#fff;
    background-color: #a50034;
}

    .yamm .nav > li > a:hover {
    background-color: #999999;
	color: #a50034;
	text-decoration: none;
	border-radius: 8px;
	box-shadow: 0 18px 15px -7px #999;
	
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
    }

.yamm .nav > .li-last > a {
}

.logo__img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .logo__img:hover {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
		-ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
    }

.ui-title-block {
    font-family: 'Montserrat';
}


owl-theme_mod-b .owl-controls .owl-buttons div {
    border-top: 3px solid #222;
    padding-top: 1px;
    BACKGROUND: #a50034;
}

.owl-theme_mod-b .owl-controls .owl-buttons div {
    background-color: #6b6b6b;
    padding-top: 4PX;
    color: #FFF;
    border-radius: 50PX;
    border-top: 2PX SOLID #a50034;
}

.ui-title-block {
    text-align: right;
}

.owl-theme_mod-b .owl-controls {
    text-align: left;
}

.ui-title-block .icon {
    padding-left: 8px;
    font-family: FontAwesome;
    font-size: 14px;
    color: #222;
    float: right;
}

.category-images li {
    float: right !important;
    margin-bottom: 0px;
    list-style: none;
}

.links-categories__inner, .links-categories__name {
    font-family: 'Montserrat';
    text-align: center;
}

.links-categories__label {
    font-family: 'Montserrat';
    top: 17px;
    font-size: 11px;
}

.category-images a {
    color: #fff;
    font-family: 'Montserrat';
    display: block;
    margin-top: 0px;
}

figure.effect-bubba {
}

.links-categories__inner {
    bottom: -22px;
}

figure.effect-bubba {
    box-shadow: 0 18px 15px -7px #666;
    border-radius: 10PX;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    figure.effect-bubba:hover {
        box-shadow: 0PX 28px 15px -7px #666;
        border-radius: 10PX;
    }

    figure.effect-bubba img {
        border-radius: 10PX;
    }

.category-images a {
    color: #fff;
    font-family: 'Montserrat';
    display: block;
    margin-top: 0px;
    PADDING-BOTTOM: 10PX;
    PADDING-LEFT: 5PX;
}

.MALLDED {
    text-align: center;
    width: 20%;
    height: 60px;
    line-height: 60px;
    border-radius: 8px;
    background-color: #a50034;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 18px 15px -7px #666;
    margin: 25PX auto;
    color: #f2f2f2;
    font-family: 'Montserrat';
    margin-bottom: 0PX;
}

.MALLDED2 {
    text-align: center;
    width: 20%;
    height: 60px;
    line-height: 60px;
    border-radius: 8px;
    background-color: #a50034;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 18px 15px -7px #666;
    margin: 5PX auto;
    color: #FFF;
    font-family: 'Montserrat';
    margin-top: -40PX;
    margin-bottom: 24PX !important;
}

.wrap-slider .owl-theme_mod-b .owl-controls {
    position: absolute;
    top: -54px;
    width: 100%;
}

.list-posts_mod-a .list-posts__article .btn {
    font-family: 'Montserrat';
}

.list-posts__date {
    font-family: 'Montserrat';
}

.list-posts_mod-a .list-posts__title {
    font-family: 'Montserrat';
    text-align: left;
    padding: 2PX 9PX;
}

.list-posts_mod-a .list-posts__article {
    text-align: right;
    font-family: 'Montserrat';
}

.list-posts_carusel .owl-item {
    padding-bottom: 24PX;
}

    .list-posts_carusel .owl-item .list-posts__article {
        background-color: #FFF;
        border-radius: 8PX;
        border: 4PX solid #C7C7C7;
        box-shadow: 0PX 20px 15px -7px #666;
    }

.list-posts_mod-a .list-posts__info {
    display: none;
}

.list-posts_mod-a .list-posts__article .btn {
    border-radius: 20PX;
    background-color: #6b6b6b;
    float: left !important;
    margin-left: 25PX;
    height: 25PX;
    color: #FFF;
    height: 28PX;
}

.list-posts_mod-a .list-posts__title {
    margin-top: 10PX;
        font-weight: bold;
}

.list-posts_carusel .owl-item .list-posts__article P {
    font-family: 'Montserrat';
    color: #666;
    padding: 2PX 14PX;
    margin-top: 0PX;
        line-height: 20px;
    text-align:left;
}

.section-banner {
    margin-top: 0PX;
}

.banner__title {
    font-family: 'Montserrat';
}

.banner__info {
    font-family: 'Montserrat';
    letter-spacing: 0PX;
}

.ui-btn_primary {
    font-family: 'Montserrat';
}

.list-clients__item {
    border: 2px solid #c1c1c1;
    margin: 5px;
    padding: 5px;
    box-shadow: 0PX 20px 15px -7px #666;
}

.owl-theme_mod-a .owl-controls .owl-buttons div {
    background-color: #6b6b6b;
    padding-top: 4PX;
    color: #FFF;
    border-radius: 50PX;
    border-top: 2PX SOLID #a50034;
    width: 35px;
    height: 35px;
}

.list-clients .owl-buttons div {
    padding-bottom: 0px;
}

.owl-wrapper {
    padding-bottom: 20px;
}

.sp-slides-container {
    padding-bottom: 0px;
}


.MALLDEDdc {
    text-align: center;
    width: 95%;
    height: 60px;
    line-height: 60px;
    border-radius: 8px;
    background-color: #a50034;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 18px 15px -7px #666;
    margin: 25PX auto;
    color: #FFF;
    font-family: 'Montserrat';
    margin-bottom: 22PX;
}




.products .owl-controls {
    position: absolute;
    top: -70px !important;
    width: 100%;
    left: 25px;
}

.products__name a {
    text-align: right;
    font-family: 'Montserrat';
}

.products__name {
    text-align: center;
}

.label {
    font-family: 'DroidKufi-Bold';
}

.subscribe .subscribe__title {
    font-family: 'Montserrat';
}

.subscribe .subscribe__form, .subscribe__description {
    font-family: 'Montserrat';
    letter-spacing: 0px;
}

.subscribe__inner {
    float: left;
    text-align: left;
}

.subscribe__icon {
    float: left;
    margin-left: 10px;
}

.subscribe .ui-btn {
    float: right;
    font-family: 'Montserrat';
}

.subscribe .form-control {
    font-family: 'Montserrat';
    text-align: left;
}


.section-social-links {
    direction: ltr;
}

.social-links__title {
    font-family: 'Montserrat';
}

.social-links__link {
    background-color: #6b6b6b;
    width: 40px;
    height: 40px;
    padding: 0px;
    line-height: 40px;
    border-radius: 40px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 22px;
    margin-left: 10px;
    color: #a50034;
}

    .social-links__link:hover {
        background-color: #a50034;
        border: 2px solid #6b6b6b;
        width: 50px;
        height: 50px;
        padding: 0px;
        line-height: 50px;
        border-radius: 50px;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        margin-left: 10px;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        color: #6b6b6b;
    }

.list-posts_carusel .owl-item .list-posts__article:hover {
    background: #a50034;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .list-posts_carusel .owl-item .list-posts__article:hover * {
        color: #fff;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.copyright {
	font-family: 'Montserrat';
	color: f2f2f2;
}

.footer {
    direction: ltr;
    text-align: left;
}

    .footer .col-md-4, .footer .col-md-2, .footer .col-md-3 {
        float: left !important;
    }

.footer_mod-a .footer-info p {
    color: #fff;
    font-family: 'Montserrat';
}

.footer-contacts .icon {
    position: absolute;
    top: 2px;
    right: 3px;
    padding-right: 17px !important;
    font-size: 16px;
    margin-right: -18px;
}

.footer-contacts {
    font-family: 'Montserrat';
    padding-right: 38px;
}

.footer_mod-a .footer-title {
    font-family: 'Montserrat';
}

address {
}

.footer-title {
    border-bottom: 0px;
}

.products__name {
}

.footer-info .btn {
    border-radius: 20PX;
    background-color: #6b6b6b;
    float: left !important;
    margin-left: 25PX;
    height: 25PX;
    color: #FFF;
    height: 28PX;
    font-family: 'Montserrat';
}

.footer-info .btn:hover {
    border-radius: 20PX;
    background-color:#bbbbbb ;
    float: left !important;
    margin-left: 25PX;
    height: 25PX;
    color: #a50034;
    height: 28PX;
    font-family: 'Montserrat';
}

.footer-list li {
    font-family: 'Montserrat';
}

.footer-list__item:before {
    padding-left: 10px;
}

.navbar-nav > li > .dropdown-menu {
     font-family: Montserrat;
}

.navbar-nav > li > .dropdown-menu, .dropdown-menu > li > a {
    text-align: left;
      font-family: Montserrat;
}

.demo_changer .demo-icon {
    display: none;
}

.yamm .nav > li > a {
    line-height: 35px;
}

.ui-title-page {
    float: left;
    font-family: 'Montserrat';
    font-weight:bold;
}

..breadcrumb {
    float: left;
}

.breadcrumb > li {
    float: right;
    display: inline-block;
}

.form-control {
    text-align: left;
    font-family: 'Montserrat';
    background-color: #f7f7f7;
    color: #666;
    border-radius: 10px;
    border: 1px solid #c2c2c2;
}
.form-control:hover {

    background-color: #f7f7f7;
  
}
.form-contact {
    padding: 5px 10px;
}

    .form-contact .btn {
        font-family: 'Montserrat';
    }

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    font-family: 'Montserrat';
}

@media (min-width: 992px) {

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: right;
    }
}

.contacts__name {
    float: right;
    width: 200px;
    font-family: 'Montserrat';
    color: #1f1f1f;
    text-align: left;
    text-transform: uppercase;

}
.contacts__item
{
margin-bottom: 17px;
    line-height: 1.84;
    background: #f7f7f7;
    padding: 14px 22px;
    border-radius: 10px;
    border: 1px solid #c2c2c2;
    height: 80px;

	
	/* [disabled]border: 1px solid #c2c2c2; */
	height: 130px;
	padding-top: 14px;
	padding-right: 22px;
	padding-bottom: 14px;
	padding-left: 22px;
}
    
.contacts__info {
    font-family: 'Montserrat';
}

.contacts__info {
    display: block;
    margin-left: 84px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #878787;
    text-align: left;
    margin-left: 0px;
}

.contacts__name {
    float: left;
    width: 80px;
    font-family: 'Montserrat';
    color: #666;
    text-align: right;
    text-transform: uppercase;
    font-size: 13px;
    font-weight:bold;
}
.contacts__name {
    float: left;
    width: 80px;
    font-family: 'Montserrat';
    color: #1f1f1f;
    text-align: right;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    text-align: left !important;
}

.ndcdx {
    font-family: 'Montserrat';
    text-align: center;
    font-size:22px;
   color:#6b6b6b;
}
.section-about 
{
    font-family: 'Montserrat';
    font-size:14px;
    padding:8px 20px;
    text-align:right;

}
.section-about img{

      box-shadow: 0PX 20px 15px -7px #666;
}

.list-staff__link > img {
 
   border-radius: 20px;
    
    height: 200px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 18px 15px -7px #666;
}
.list-staff__link:hover > img {
 
    border-radius: 200px;
    height: 200px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 18px 15px -7px #666;
}

.list-staff__item
{
    width:250px;
}
 .list-staff__item:hover .list-staff__link:after {

    border-radius: 200px;
    box-shadow: 0px 1px 0px 1px #a50034;
  	transform: rotate(180deg);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ca9e1+0,2ca9e1+100&0.3+0,0+50,0.3+100 */
background: -moz-linear-gradient(-45deg, rgba(44,169,225,0.3) 0%, rgba(44,169,225,0) 50%, rgba(44,169,225,0.3) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(44,169,225,0.3) 0%,rgba(44,169,225,0) 50%,rgba(44,169,225,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(44,169,225,0.3) 0%,rgba(44,169,225,0) 50%,rgba(44,169,225,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d2ca9e1', endColorstr='#4d2ca9e1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	 }
.list-staff__name
{
        font-family: 'Montserrat';
            color: transparent;
}

.list-staff__name {
    font-family: 'Montserrat';
    margin-top: -80px;
    position: relative;
    z-index: 99999999;
}

.list-staff__item {

    margin-bottom: 102px;
}
.yamm .nav > li > a
{

        font-family: Montserrat;
}

.section-map img
{
        box-shadow: 0PX 20px 15px -7px #666;
           border-radius:14px;
}
.ui-title-page
{
    background-color:#a50034;
       box-shadow: 0PX 20px 15px -7px #666;
       height:50px;
       color:#fff;
       width:100%;
       border-radius:10px;
       width:95%;
       margin:0px auto;
       line-height:50px;
       padding-left:35px;
              margin-left:2%;

}

.list-posts_mod-b p {
    color: #333;
    font-family: 'Montserrat';
       text-align:left;
       clear:left;
}
.list-posts_mod-b .list-posts__article img
{
height:150px;
border-radius:8PX;
border:1PX solid #C2C2C2;
    box-shadow: 0PX 20px 15px -7px #666;

}

.list-posts_mod-b .list-posts__title {
    font-family: 'Montserrat';
    text-align: left;
    clear: left;
    MARGIN-TOP: 76PX !IMPORTANT;
    DISPLAY: BLOCK;
}
.list-posts_mod-b .list-posts__article .btn
{
    font-family: 'Montserrat';

}
.list-posts__article
{
    border:1PX solid #E7E7E7;
    padding-bottom:5PX !important;
    padding:10PX 15PX;
    background-color:#F7F7F7;
    width:94%;
    direction:ltr;
    float:left;
    margin-left:3%;
    clear:left;
    border-radius:10PX;
    margin-bottom:10PX !important;
}
.list-posts__article  .col-md-3
{
    float:left;
}
.list-posts__article  .col-md-9
{
    float:left;
}
.list-posts_mod-b .list-posts__info
{
      float:left !important
}
