@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.ttf');
}
@font-face {
    font-family: 'RalewayMedium';
    src: url('../fonts/Raleway-Medium.ttf');
}
@font-face {
    font-family: 'RalewaySemiBold';
    src: url('../fonts/Raleway-SemiBold.ttf');
}
@font-face {
    font-family: 'RalewayBold';
    src: url('../fonts/Raleway-ExtraBold.ttf');
}
@font-face {
	font-family: 'RalewayItalic';
	src: url('../fonts/Raleway-Italic.ttf');
}
@font-face {
	font-family: 'RalewayBoldItalic';
	src: url('../fonts/Raleway-ExtraBoldItalic.ttf');
}

* {
  margin: 0;
  padding: 0;
}
body {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	color: #58595b;
	font-size: 16px;
}
a, a:hover, a:link , a:visited, a:active {
	color: #717171;
	text-decoration: underline;
}
h1, .h1 {
	font-size: 46px;
	margin: 0px;
	color: #61376b;
	text-transform: uppercase;
	font-family: 'RalewayBold', 'Arial', sans-serif;
}
h2, .h2 {
	font-size: 30px;
	color: #f7941e;
	padding: 30px 0px 10px 0px;
	text-transform: uppercase;
	font-family: 'RalewayBold', 'Arial', sans-serif;
}
h3, .h3 {
	font-size: 30px;
	color: #61376b;
	text-transform: uppercase;
	font-family: 'RalewayBold', 'Arial', sans-serif;
}

h4, .h4 {
	font-size: 18px;
	color: #f7941e;
	text-transform: uppercase;
	font-family: 'RalewayBold', 'Arial', sans-serif;
}

p {
	font-size: 16px;
	color: #58595b;
}

.tier_left ul li {
	font-size: 16px;
	margin-left: 20px;
}

em {
	font-family: 'RalewayItalic', sans-serif;
}

strong em {
	font-family: 'RalewayBoldItalic', sans-serif;
}

strong {
	font-family: 'RalewayBold', sans-serif;
}

/** ------------------- HEADER MENU -------------------------- **/
#logo_ae {
	width: 240px;
}
#freecall {
	width: 200px;
	float: right;
}
.navbar-brand {
	padding: 0px;
}
.navbar-collapse {
	padding-right: 0px;	
}
.navbar-default {
	background-color: transparent;
    border-color: transparent;
}
.dropdown {
	font-size: 14px;
	color: #61376b;
}
.dropdown a {
	text-decoration: none;
	color: #61376b;
}
.nav {
	margin-top: 15px;
}
.navbar-default .navbar-nav>li>a {
	color: #61376b;
	font-family: 'RalewaySemiBold';
	padding-top: 7px;
	padding-bottom: 7px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #61376b;
    text-transform: uppercase;
	font-family: 'RalewayBold', sans-serif;
	background-color: white;
	border: 1px solid #61376b;
	border-radius: 6px;
}
.navbar-nav>li>.dropdown-menu {
}
.navbar-right .dropdown-menu {
	left: 0;
}
.dropdown-menu>li>a {
	padding: 8px 10px !important;
	color: white !important;
	background: linear-gradient(#61376b,#4b2c54) !important; 
}
.dropdown-menu>li>a:hover {
	background: linear-gradient(#e28007,#f7941e,#e28007) !important;
	color: white !important;
}
.dropdown-menu {
	min-width: 170px;
	padding-top: 22px;
	border: none;
	box-shadow: none;
	background: transparent;
	border-radius: 0px;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

#menu-main-nav > li > a:hover, #menu-main-nav > li:hover > a {
	color: #61376b;
	text-transform: uppercase;
	font-family: 'RalewayBold';
	background-color: white;
	border: 1px solid #61376b;
	border-radius: 6px;
	padding: 6px 12px;
	font-size: 12px;
}

#menu-main-nav ul.sub-menu {
	border-top: none;
}

/** ------------------ SLIDESHOW -------------------------- **/

div.sideBySide {
	width: 100%;
	overflow: hidden;
	position: relative;
}

div.overlay {
	position: absolute;
	background: rgba(0,0,0,0.5);
}

div.overlayLeft {
	left: 0px;
	z-index: 1;
}

div.overlayRight {
	right: 0px;
}

div.slide {
	float: left;
	position: relative;
}

div.text {
	position: absolute;
	bottom: 40px;
	left: 40px;
}

div.slide h2 {
	font-family: 'Raleway', sans-serif;
	text-transform: none;
}

div.prev {
	left: 0px;
	border-radius: 0 5px 5px 0;
}

div.next {
	right: 0px;
	border-radius: 5px 0 0px 5px;
}

div.prev, div.next {
	position: absolute;
	z-index: 1;
	background: rgba(0,0,0,0.5);
	padding: 15px;
	top: 40%;
}

div.prev:hover, div.next:hover {
	cursor: pointer;
}

.jumbo_slider {
	padding: 0;
    margin: 0;
}
#myCarousel .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: 20px;
}
#myCarousel .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: 20px;
}
#myCarousel2 .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -40px;
}
#myCarousel2 .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -40px;
}
.item .left_item {
	float: left;
    position: relative;
    z-index: 1000;
    width: 70%;
    margin-top: -25.5rem;
    margin-left: 15%;
    color: white;
    padding: 22px;
    font-size: 35px;
    font-family: 'RalewayBold';
}
.item .right_item {
	float: right;
    position: relative;
    z-index: 1000;
    width: 70%;
    margin-top: -25.5rem;
    margin-right: 15%;
    color: white;
    padding: 22px;
    font-size: 35px;
    font-family: 'RalewayBold';
}
.item span {
	font-family: 'Raleway';
}


/** ------------------- BODY CONT -------------------------- **/
.expl {
	width: 90%;
    margin: 0 auto;
    padding: 40px 0 40px 0;
}
.expl_big {
	text-align: center;
	font-size: 20px;
}
.expl_small {
	text-align: center;
	font-size: 16px;
}
.expl h1 {
	font-family: 'RalewayBold';
	margin-top: 40px;
	margin-bottom: 15px;
}

.tier_two h2 {
	color: #61376b;
	border-bottom: 1px solid #61376b;
}

.tier_two h4 {
	color: #58595b;
	font-family: 'Raleway';
	text-transform: none;
}

.tier_two div.pageSlideshow {
	margin-bottom: 20px;
}

h4.underline, h2.underline {
	border-bottom: 1px solid #f7941e;
	padding-bottom: 5px;
}

div.tier_one.section {
	margin-top: 40px;
}

img.bgHover {
	display: none;
	top: -25px;
	left: -25px;
	width: 100%;
	opacity: 0.5;
}

div.col-sm-2-new {
	height: 312px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

div.col-sm-2-new:hover, div.col-sm-2-new:hover p {
	color: #fff;
	cursor: pointer;
}

div.col-sm-2-new:hover {
	background: #000;
}

div.col-sm-2-new:hover img.bgHover {
	display: inline-block;
}

div.col-sm-2-new img.base {
	display: inline-block;
}

div.col-sm-2-new img.hov {
	display: none;
}

div.col-sm-2-new:hover img.base {
	display: none;
}

div.col-sm-2-new:hover img.hov {
	display: inline-block;
}

/** ------------------- SUB MENU -------------------------- **/
.jumbotron_sub_title {
	padding-bottom: 0px;
	padding-top: 30px;
	margin-bottom: 0px;
	background: linear-gradient(to right, #ffffff,#e6e7e8,#ffffff);
	/*	
	background: #e6e7e8;
	background-image: url("../images/AE_home_sliders-2.jpg");
	background-image: url("../images/AE_home_sliders-2.jpg"), linear-gradient(to right, #ffffff,#e6e7e8,#ffffff);
	*/
}
.sub_menu {
	text-align: center;
	margin-bottom: 40px;
}
.sub_menu H2 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px;
}
.sub_menu p {
	font-size: 16px;
	line-height: 1.4;
}
.sub_menu a {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
.orange, .orange:hover, .orange:link, .orange:visited, .orange:active {
	color: #f7941e;
}
.purple, .purple:hover, .purple:link, .purple:visited, .purple:active {
	color: #61376b;
}
.sub_menu_img {
	width: 100px;
	margin: 5px 0px 20px 0px;
}
.col-sm-2-new {
	width: 20%;
	float: left;
	padding: 5px 22px 5px 22px;
	border-radius: 6px;
}
.white,
.white p,
.white a {
	color: white !important;
	opacity: 0.4;
    filter: alpha(opacity = 40);
}
.white {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9)), url(../images/back.png);
}
.leasing_img {
    content: url('../images/AE_leasing_hov.png');
    width: 100px;
}
.conversions_img {
    content: url('../images/AE_conversions_hov.png');
    width: 100px;
}
.mobility_img {
    content: url('../images/AE_mobility_hov.png');
    width: 100px;
}
.commercial_img {
    content: url('../images/AE_commercial_hov.png');
    width: 100px;
}
.other_img {
    content: url('../images/AE_other-services_hov.png');
    width: 100px;
}
.purple_box {
	color: white;
	background-color: #61376b;
	padding: 12px;
	text-align: center;
	font-size: 20px;
    font-weight: bold;
}


/** ------------- Contact form --------------- **/
.jumbotron_contact {
	background-color: #e6e7e8;
	    margin-bottom: 0px;
}
.wrapper_textarea{
    background-color: #e6e7e8;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 4px;
}
.wrapper_textarea textarea {
    border:none;
    width:100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    background-color: #e6e7e8;
}

.tier_right .wrapper_textarea,
.tier_right .wrapper_textarea textarea {
	background-color: white;
}
.wrapper_textarea textarea:focus {
    outline: none;
}
.wrapper_textarea .controls {
    margin-top: -6px;
}
.wrapper_textarea button {
	background-color: #bcbec0;
    padding: 4px 7px;
    color: #e6e4df;
    border-width: 1px 0 0 1px;
    margin: 5px;
    border-radius: 4px;
    font-size: 14px;
}
.form-control {
	background-color: #e6e7e8;
}
.tier_right .form-control {
	background-color: transparent;
}

.jumbotron_contact label {
	font-size: 13px;
}
.form-group {
    margin-bottom: 9.5px;
}
.contact {
	font-size: 30px;
	font-family: 'RalewayBold';
}
.contact_detail {
	font-size: 14px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 10px;
}
.contact_info {
	width: 100%;
	float: left;
	margin-top: 15px;
}
.contact_info H1 {
	font-size: 18px;
    font-family: 'RalewayBold';
    text-align: left;
    padding-top: 10px;
    padding-bottom: 5px;
}
.contact_info div span {
	width: 12%;
	float: left;
	font-size: 10px;
    font-family: 'RalewayBold';
    margin-top: 4px;
}
.contact_info div p {
	width: 88%;
	float: left;
	font-size: 14px;
    font-family: 'RalewayMedium';
    margin-bottom: 5px;
}

div.wpcf7-response-output {
	display: inline-block;
}


/** ------------- GOOGLE MAP --------------- **/
.jumbotron_map {
	margin-bottom: 0px;
	height: 350px;
}

/** ------------- Footer --------------- **/
.jumbotron_footer {
	background-color: #58595b;
	color: #8f9598;
	margin-bottom: 0px;
}
.jumbotron_footer .copy {
	font-size: 10px;
	padding-left: 0px !important;
}
.jumbotron_footer .free_call {
	font-size: 18px;
	font-family: 'RalewayBold';
	padding-right: 0px;
	text-align: right;
}
.jumbotron_footer h3 {
	font-size: 12px;
	font-family: 'RalewayBold';
	margin-bottom: 0px;
	color: #8f9598;
}
.jumbotron_footer ul {
	list-style-type: none;
}
.jumbotron_footer a {
	font-size: 12px;
	text-decoration: none;
	color: #8f9598;
}
.jumbotron_footer ul li {
	line-height: 1.1;
}
.jumbotron_footer .box_footer {
	border-top: 1px solid #7a8285;
	border-bottom: 1px solid #7a8285;
}
.jumbotron_footer .ae_footer_logo {
	margin-bottom: 15px;
}
.jumbotron_footer .copy_footer {
	margin-top: 10px;
}
.col-sm-2-footer {
	padding-left: 0px !important;
}


/** ------------- TIER --------------- **/
.tier_body {
	margin: 20px 0px 30px 0px;
}
.tier_left {
	padding-left: 0px;
}
.tier_right {
	padding-right: 10px;
	padding-left: 30px;
}
.breadcrumb {
	background-color: transparent;
	padding: 0px;
	font-size: 12px;
}
.breadcrumb a {
	text-decoration: none;
}
.breadcrumb .active {
	color: black;
}
.tier_body h1 {
	text-align: left;
	color: #61376b;
	font-family: 'RalewayBold';
	margin-bottom: 15px;
	text-transform: uppercase;
}
.tier_body p {
}
.tier_body .p_big {
	font-size: 18px;
}
.tier_body .p_bold {
	font-family: 'RalewayBold';
}
.tier_body .p_purple {
	color: #61376b;
	font-family: 'RalewayBold';
}
.tier_post {
	padding: 0px;
	margin-bottom: 40px;
}
.tier_sub_title,
.tier_post_title {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 1px solid #f7941e;
}
.tier_post_title .col-sm-10 {
	padding-left: 0px;
}
.tier_post_title .col-sm-2 {
	padding-right: 0px;
}
.tier_sub_title h2,
.tier_post_title h2 {
	color: #f7941e;
	font-family: 'RalewayBold';
	text-align: left;
	padding: 0px;
	text-transform: uppercase;
}
.tier_sub_title h2 {
	font-size: 18px;
}
.tier_post_title a {
	color: #f7941e;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
	float: right;
}
.tier_post .tier_content {
	padding: 0px;
} 
.tier_right li {
    display: block;
    margin-bottom: 7px;
}
.tier_right li:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #f7941e;
}
.tier_right .tit_news 
	font-size: 25px;
}
.tier_right .list_news {
	padding-left: 15px;
}
.tier_right .list_news a {
	font-size: 14px;
	font-family: 'RalewayMedium';
	text-decoration: none;
}
.tit_tier {
	font-size: 22px;
    border-bottom: 1px solid #61376b;
    margin-top: 20px;
    padding-bottom: 3px;
}

.list_turn {
    padding-left: 15px;
    font-size: 14px;
}
.list_turn li {
    display: block;
    margin-bottom: 7px;
}
.list_turn li:before {
    content: "\002b";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #f7941e;
}

/** BLOG **/
.tit_blog {
	font-size: 14px;
    border-bottom: 1px solid #61376b;
    margin-top: 20px;
    padding-bottom: 3px;
    text-transform: none !important;
}
.tit_big_blog {
	font-size: 22px;
    border-bottom: 1px solid #61376b;
    padding-bottom: 3px;
    text-transform: none !important;
}
.read_more a {
	color: #f7941e;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	float: left;
}
.blog_article {
	margin-right: 0px;
	margin-left: 0px;
}

/*** Table page ***/
.body_table {
	margin-left: 0px;
	margin-right: 0px;
}
.tables img {
	width: 210px;
}
.body_tables,
.body_table_head {
	padding-left: 0px;
	padding-right: 0px;
}




/** Slider **/
.slider {
    width: 100%;
    margin: 15px auto;
}

.slick-slide {
  margin: 0px 4px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black !important;
}
.slick-list {
	padding: 0px !important;
}


/* Mobile Responsive */
@media screen and (max-width: 480px)  {
	.navbar-header {
		padding: 20px 0;
	}

	.navbar {
		margin-bottom: 0px;
	}

	div.slide h1 {
		font-size: 18px;
	}

	div.slide div.text {
		bottom: 15px;
		left: 15px;
	}

	.item .left_item,
	.item .right_item,
	#freecall_div {
		display: none;
	}
	.navbar-collapse.in {
    	overflow-y: visible;
	}
	.dropdown {
		width: 80%;
	}
	div.col-sm-2-new {
		width: 100%;
		height: 270px;
	}	
	img.bgHover {
		width: 100%;
		height: auto;
	}
	.jumbotron_footer .copy {
		padding-left: 10px !important;
	}
	.jumbotron_footer .free_call {
		padding-right: 10px !important;
		text-align: left;
	}
	.col-sm-2-footer {
		padding-left: 10px !important;		
	}
	.jumbotron_map {
		height: 200px;
	}
	.tier_right {
		padding-left: 0px;
	}
}


@media screen and (min-width: 1170px) {
	.container {
		width: 1170px;
	}
}

@media screen and (min-width: 980px) and (max-width: 1170px) {
	.container {
		width: 980px;
	}
}


/* Tablet Responsive */
@media screen and (min-width: 481px) and (max-width: 768px)  {
	.navbar-header {
		padding: 20px 0;
	}

	div.slide h1 {
		font-size: 28px;
	}

	.navbar {
		margin-bottom: 0px;
	}

	.item .left_item,
	.item .right_item {
		font-size: 18px;
		margin-top: -18.5rem;
	}
	#freecall_div {
		display: none;
	}
	.col-sm-2-new {
		width: 30%;
	}	
	.jumbotron_footer .copy {
		padding-left: 10px !important;
	}
	.jumbotron_footer .free_call {
		padding-right: 10px !important;
	}
	.col-sm-2-footer {
		padding-left: 10px !important;
	}
	.jumbotron_map {
		height: 280px;
	}
}


/* Tablet Responsive */
@media screen and (min-width: 769px) and (max-width: 890px)  {
	.item .left_item,
	.item .right_item {
		font-size: 25px;
		margin-top: -18.5rem;
	}
}

button {
	padding: 10px 14px;
	margin-top: 5px;
	border-radius: 4px;
}