/**
 * 1024px
 * @type {css}
 */
@media only screen and (max-width: 1199px) {

	.side {
		position: relative;
		top: -65px;
		margin-bottom: 65px;
	}

	.actions {
		margin-bottom: 10px;
	}

	.action {
		margin-bottom: 10px !important;
		height: 65px;
		font-size: 15px;
	}

	.action .icon {
		float: right;
		margin-top: 0;
	}

	.action:after {
		content: '';
		display: none;
	}

	.action .details {
		float: left;
		width: 70%;
	}

}

@media only screen and (max-width: 1199px) and (min-width: 800px) {

	.news .blog .blog-logo {
		position: relative;
		top: 0;
		margin-bottom: 10px;
		width: 100%;
	}

}


@media only screen and (max-width: 1024px) {



	.aotm {
		width: 100%;
	}

	.aotm .details {
		margin-left: 25px;
	}

    .news {
        margin-left:25px;
        border-left: 48px solid #CBDB2A;
    }
    .news .news {
        border-left-width: 0;
        margin-left:0;
    }





}



@media only screen and (max-width: 950px) {

}

/**
 * 800px
 * @type {css}
 */
@media only screen and (max-width: 800px) {

	.side {
		margin-top: 0 !important;
	}

	.side .uk-width-1-1 + .uk-width-1-1 {
		margin-top: 5px;
	}

	#slide-text{
		padding: 40% 0 40% 20%;
	}

	.aotm .details {
		width: 95%;
	}





}

/**
 * 600px
 * @type {css}
 */
@media only screen and (max-width: 600px) {

}

/**
 * 480px
 * @type {css}
 */
@media only screen and (max-width: 568px) {

}

/**
 * 480px
 * @type {css}
 */
@media only screen and (max-width: 480px) {


	#slide-text {
		min-height: 1px;
	}

	.side {
		top: 0;
		margin-bottom: 0;
	}

	.news .facebook {
		display: none;
	}

	.main {
		top: 0;
		margin-bottom: 0;
	}

	.main > div {
		margin-left: 0;
	}

	.aotm .details {
		width: 100%;
		padding-left: 10px;
	}

	.aotm h2 {
		padding-right: 5px;
		font-size: 28px;
	}

	.aotm h3 {
		font-size: 24px;
		line-height: 28px;
		margin: 15px 0;
	}

    .explore {
        border-left: none;
    }

    .news {
        border-left: none;
    }

    .explore-items {
        padding-left: 0;
        padding-right: 0;
    }

    .news .news {
        padding-left: 0;
        padding-right: 0;
    }

	.action {
		margin-bottom: 0 !important;
	}

	.actions .uk-width-1-1 + .uk-width-1-1 {
		margin-top: 10px;
	}

}

@media only screen
and (max-device-width: 1024px) {
	/* iPad landscape */
	.engagement .news {
		display: none;
	}

	.main {
		margin-bottom: 30px;
	}

	.site-header .site-logo {
		position: relative;
	}

	.head-trust.head-trust-light.main-tel {
		color: #444 !important;
	}

	nav .uk-float-right {
		display: none;
	}

}