/* monitors and laptops */
@media screen and (min-width: 1240px)  {



}

/* tablet */
@media screen and (min-width: 990px) and (max-width: 1220px)  {
}

@media screen and (min-width: 768px) and (max-width: 1220px) {
	.custom {
    width: 100%;
}
	header .row {
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -15px;
    margin-left: -15px;
}
.home_b_img {
    display: block;
    float: left;
    padding: 0 2%;
			}

.home_b_text {
    font-size: 30px;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    /* float: right; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* vertical-align: middle; */
    height: 64px;
}
}

/* mobile *//*============================================================768================*/
@media screen and (max-width: 768px) {

	.hom-block {
    width: 332px;
    display: block;
	}
    .owl-next{display:none;}

	header .row {
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -15px;
    margin-left: 0px;
}
.home_b_text {
    font-size: 30px;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    /* float: right; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* vertical-align: middle; */
    height: 64px;
}
.slogan{display: none;}
.name {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 2em;
    text-align: center;
    line-height: 1.3;
}
.top-left{float: left;margin-left: 20px;}
}
/*============================================================568================*/
@media only screen and (max-width : 568px) {
	.hom-block {
    width: 100px;
    display: block;
	}
	.home_b_img {
    display: block;
    float: unset;
    /* width: 100px; */
    margin: 0 auto;
    padding: 0;
}
/*.slogan,.home_b_text{display: none;}*/
.home_b_text {

    font-size: 11px;
    text-align: center;
	}
.home_b_btn {
    display: block;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #fff;
    height: 125px;
    padding: 17px 0;
    margin: 6px 0;
}
.name{font-size: 1.2em;}

}
/*============================================================418================*/
@media only screen and (max-width : 418px) {

.hom-block {
    width: 81px;
    display: block;
}

}



/* iPad in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 993px)  {
	.navbar-default .navbar-nav>li>a {
    color: #fff;
    background: #294572;
    margin: 0 1px;
    padding: 7px;
    font-size: 1rem;
}
.navbar-header {
    float: unset;
}
.navbar-nav {
    float: unset;
    margin-right: 13px;
}
}

/* iPad in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}

/* iPad in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}

/* Retina iPad in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {}

/* Retina iPad in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {}

/* Retina iPad in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {}

/* iPad 1 & 2 in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1){}

/* iPad 1 & 2 in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1)  {}

/* iPad 1 & 2 in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {}

/* iPad mini in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1)  {}

/* iPad mini in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1)  {}

/* iPad mini in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1)  {}

/* iPhone 5 in portrait & landscape */

/* iPhone 5 in landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {}

/* iPhone 5 in portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {}

/* iPhone 2G-4S in portrait & landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {}

/* iPhone 2G-4S in landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {}

/* iPhone 2G-4S in portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {}
