/*international news section css*/

.inklclear{
    clear: both;
}

.display-none {
      display:none;
}

.inkl-left.col-md-6 img{
    width: 80%;

}
.inkl-right.col-md-6 img{
    margin-top: 35px;
    width: 35%;

}
.inkl-right.col-md-6 p{
    color: #333;
    font-size:18px;
    line-height: 26px;

}

/*To target IE 6, 7 and 8 display*/
@media \0 screen {
   

    .inkl-left.col-md-6 img{
        /*margin-top: -25px;*/
        width: 100% !important;

    }
    .inkl-right.col-md-6 img{
       /* margin: 0px auto !important;*/
       margin-top: 20px !important;
        width: 30% !important;
    }
    .inkl-left.col-md-6 {
        width: 50% !important;
        float: left !important;

    }
    .inkl-right.col-md-6 {
       /* margin: 0px auto !important;*/
        width: 50% !important;
        float: right !important;


    }
    .inkl-right.col-md-6 p{
        color: #333 !important;
        font-size:16px !important;
        line-height: 26px !important;
        text-align: left !important;
        width: 100% !important;
    }
}
	
/*inkl Media queries*/

/* Large desktop */
@media (min-width: 1200px) {

    .inkl-left.col-md-6 img{
        width: 100%;

    }
    .inkl-right.col-md-6 img{
        margin-top: 35px;
        width: 35%;

    }
    .inkl-right.col-md-6 p{
        color: #333;
        font-size:18px;
        line-height: 26px;
        width: 100%;
    }
}



/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) {
    .inkl-left.col-md-6 img{
        /*margin-top: -25px;*/
        width: 100%;

    }
    .inkl-right.col-md-6 img{
       /* margin: 0px auto;*/
       margin-top: 20px;
        width: 30%;
    }
    .inkl-left.col-md-6 {
        width: 50%;
        float: left;

    }
    .inkl-right.col-md-6 {
       /* margin: 0px auto;*/
        width: 50%;
        float: right;


    }
    .inkl-right.col-md-6 p{
        color: #333;
        font-size:16px;
        line-height: 26px;
        text-align: left;
        width: 90%;
    }
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
    .inkl-left.col-md-6 img{
    width: 65%;

    }
    .inkl-right.col-md-6 img{
        display: block;
        margin: 0px auto;
        width: 30%;
    }
    .inkl-right.col-md-6 {
        width: 70%;
        margin: 0px auto;
    }

    .inkl-right.col-md-6 p{
        color: #333;
        font-size:18px;
        line-height: 26px;
         text-align: center;
    }

}

/* Landscape phones and down */
@media (max-width: 480px) {

    .inkl-left.col-md-6 img{
    width: 90%;

    }
    .inkl-right.col-md-6 img{
        display: block;
        margin: 0px auto;
        width: 40%;
    }
    .inkl-right.col-md-6 {
        width: 80%;
        margin: 0px auto;
    }
    .inkl-right.col-md-6 p{
        color: #333;
        font-size:18px;
        line-height: 26px;
         text-align: center;
    }

}

