/*Medium device (MD)*/
@media (max-width: 1199px) {
	.navigation > li > a {
        padding: 0 14px;
    }
	.cloudSlide li h3 {
		font-size: 30px;
	}
    .tabLink .nav > li > a {
        font-size: 16px;
        padding-left: 86px;
        padding-right: 86px;
    }
    .caseText h6 {
        font-size: 18px;
    }
}
/*Small device (SD)*/
@media (max-width: 991px) {
    .navigation {
        padding: 43px 0 0;
    }
    .navigation > li > a {
        font-size: 16px;
        padding: 0 6px;
    }
    .carousel-caption {
        padding: 23px 0;
    }
    .carousel-caption h2 {
        font-size: 23px;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
    .typography h4 {
        font-size: 24px;
    }    
    .typography p {
        font-size: 14px;
    }
	.cloudSlide li h3 {
		font-size: 24px;
	}
    .tabLink .nav > li > a {
        font-size: 16px;
        padding-left: 56px;
        padding-right: 56px;
    }
    .caseText h6 {
        font-size: 16px;
        margin-left: 13px;
    }
    .newsRow h4 {
        font-size: 26px;
        margin-bottom: 23px;
    }
    .newsRow h5 {
        color: #565656;
        margin-bottom: 13px;
    }
    .newsRow h6, .newsRow h5 {
        font-size: 18px;
    }
    .newsRow p, .newsRow ul, .newsRow ol {
        font-size: 14px;
    }
    .container-usp h4 { 
        font-size: 20px;
        line-height: 1.2em;
    }
}
/*Extra small device (XS)*/
@media (max-width: 767px) {
    /*Navigation toggle button style start*/
    .navbar-header {
        display: inline-block;
        float: right;
        margin-top: -67px;
    }
    .navbar-toggle {
		border: 1px solid transparent;
        margin-right: 0;
	}
	.navbar-toggle.active{
		border: 1px solid transparent;
		min-height: 34px;
	}
	.navbar-toggle .icon-bar {
		background-color: #ef3d31;
        margin-bottom: 9px;
        height: 5px;
        width: 55px;
	}
	.navbar-toggle.active .skew-clock {
   	 	transform: rotate(40deg);
	}
	.navbar-toggle.active .hide-closed {
    	opacity: 0 !important;
	}
	.navbar-toggle.active .skew-counter {
		background-color: #ef3d31;
    	transform: rotate(-40deg);
		transition: all 0.30s linear 0s;
	}
	.navbar-toggle.active .icon-bar {
		background-color: #ef3d31;
    	margin-bottom: -9px;
		transition: all 0.30s linear 0s;
	}
    /*Navigation toggle button style end*/    
    .navigation {
        margin: 0;
        padding: 16px 0 0 0;
        list-style-type: none;
    }
    .navigation > li {
        display: block;
        border-bottom: 1px solid #cccccc;
    }
    .navigation > li > a {        
        border-right: none;
        color: #555555;
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        padding: 0 15px;
        font-weight: 400;
        word-spacing: 1px;
        text-transform: lowercase;
    }
    .navigation > li:last-child > a {
        border-right: none;
    }
    .navigation li a:hover {
        background-color:  transparent;
        color: #ef3d31;
        text-decoration: underline;
    }
    .navigation li .dropdown-menu {
        box-shadow: none;
        border: none;
        position: relative;
        width: 100%;
    }
    .navigation li .dropdown-menu li {
        border-bottom: 1px solid #e1e0e0;
    }
    .sliderWide .carousel {
        height: 475px;
    }
    .carousel-caption:before {    
        width: 100%;
    }
    .carousel-caption h1 br,
    .carousel-caption h3 br{
        display: none;
    }
    .carousel-caption h1,
    .carousel-caption h2 {
        margin-bottom: 13px;
    }
    .carousel-caption {        
        text-align: center; 
    }
    .webelieve,
    .caseStudies,
    .solution {
        padding-top: 33px;
        padding-bottom: 33px;
    }
    .caseStudies .btnRed {
        margin-top: 26px;
    }
    .typographyWide {
        background-position: left center;
    }
    .typography h4,
    .typography p {
        text-align: center;
    }    
    .cloudSlide li h3 {
		font-size: 18px;
	}
    .infoSection {
        padding-top: 46px;
        padding-bottom: 33px;
    }
    .tabLink .nav > li > a {
        font-size: 16px;
        padding-left: 23px;
        padding-right: 23px;
    }
    .tabContentWide {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .tab-content h6 {
        font-size: 16px;
    }
    .tab-content p {
        font-size: 14px;
    }
    .newsRow .btnRed {
        margin-bottom: 13px;
    }
	.sliderWide .carousel-control {
        margin: 0;
        top: 77%;
    }
    .container .row {
        margin-right: 0;
        margin-left: 0;
    }
    .container .row .container {
        margin-right: -15px;
        margin-left: -15px;
    }
    h4,
    h4 a {
        font-size: 25px;
    }
    ol,
    p,
    ul {
        line-height: 24px;
    }
    ul li{
        font-size: 14px;
    }
    ul.dropdown-menu {
        left: -20px !important;
    }
    
    .footerWide, .designBy {
        text-align: center;
    }
}
/*Extra small device (XS-More refine)*/
@media (max-width: 480px) {
    p, ul, ol {
        font-size: 14px;
    }
    .sliderWide .carousel {
        height: 395px;
    }
    .btnWhiteTranparent {
        font-size: 14px;
        padding: 6px 19px;
    }
    .carousel-caption h1,
    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 23px;
    }
	.cloudSlide li h3 {
		font-size: 16px;
	}
    .tabLink .nav > li > a {
        font-size: 13px;
        padding-left: 11px;
        padding-right: 11px;
    }
    .newsRow p, .newsRow ul, .newsRow ol {
        line-height:  20px;
    }
    
    .footerMid h3 {
        font-size: 24px;
    }
	
}


