/*-----------------------------------------------------------------------------------*/
/*	Column Styles
/*-----------------------------------------------------------------------------------*/

.ale-one-half { width: 48%; }
.ale-one-third { width: 30.66%; }
.ale-two-third { width: 65.33%; }
.ale-one-fourth { width: 22%; }
.ale-three-fourth { width: 74%; }
.ale-one-fifth { width: 16.8%; }
.ale-two-fifth { width: 37.6%; }
.ale-three-fifth { width: 58.4%; }
.ale-four-fifth { width: 79.2%; }
.ale-one-sixth { width: 13.33%; }
.ale-five-sixth { width: 82.67%; }

.ale-one-half,
.ale-one-third,
.ale-two-third,
.ale-three-fourth,
.ale-one-fourth,
.ale-one-fifth,
.ale-two-fifth,
.ale-three-fifth,
.ale-four-fifth,
.ale-one-sixth,
.ale-five-sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 2em;
	float: left;
}

.ale-column-last {
	margin-right: 0!important;
	clear: right;
}

/*-----------------------------------------------------------------------------------*/
/*	Button Styles
/*-----------------------------------------------------------------------------------*/

a.ale-button,
a.ale-button:visited {
    display: inline-block;
    color: #fff!important;
    text-decoration: none!important;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    line-height: 16px;
    padding: 7px 13px!important;
    cursor: pointer;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    margin: 0 0.1em 1.5em 0!important;
    vertical-align: middle;
    background: #0c6fb1;
    box-shadow: 0 2px 0 rgba(0,0,0,0.2);
}

a.ale-button.square {
    border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -o-border-radius: 0px!important;
}

a.ale-button.medium {
    padding: 10px 15px!important;
    font-size: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

a.ale-button.large {
    padding: 14px 23px!important;
    font-size: 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}

a.ale-button:hover {
    text-decoration: none;
    opacity:1;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

a.ale-button:active {
    position: relative;
    top: 1px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

a.ale-button.green {
    background: #27ae60;
}

a.ale-button.green:hover {
    background: #2ecc71;
}

a.ale-button.light-blue {
    background: #2980b9;
}

a.ale-button.light-blue:hover {
    background: #3498db;
}

a.ale-button.blue {
    background: #2c3e50;
}

a.ale-button.blue:hover {
    background: #34495e;
}

a.ale-button.red {
    background: #c0392b;
}

a.ale-button.red:hover {
    background: #e74c3c;
}

a.ale-button.orange {
    background: #e67e22;
}

a.ale-button.orange:hover {
    background: #f39c12;
}

a.ale-button.purple {
    background: #8e44ad;
}

a.ale-button.purple:hover {
    background: #9b59b6;
}

a.ale-button.grey {
    color: #555!important;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    background: #bdc3c7;
}

a.ale-button.grey:hover {
    background: #ecf0f1;
}

a.ale-button.black {
    background: #282828;
}

a.ale-button.black:hover {
    background: #333333;
}

/*-----------------------------------------------------------------------------------*/
/*	Alert Styles
/*-----------------------------------------------------------------------------------*/

.ale-alert {
    padding: 0.8em;
    margin: 0 0 1.5em 0;
    line-height: 1.6em;
    border-radius: 4px!important;
		-webkit-border-radius: 4px!important;
		-moz-border-radius: 4px!important;
		-o-border-radius: 4px!important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
		-o-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
}

.ale-alert.white {
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #373737;
}

.ale-alert.red {
    background: #ffe6e3;
    border: 1px solid #f2c3bf;
    color: #bf210e;
}

.ale-alert.yellow {
    background: #fff7d6;
    border: 1px solid #e9d477;
    color: #956433;
}

.ale-alert.green {
    background: #edfdd3;
    border: 1px solid #c4dba0;
    color: #657e3c;
}
	
.ale-alert.grey {
    background: #fbfbfb;
    border: 1px solid #dfdfdf;
    color: #373737;
}

/*-----------------------------------------------------------------------------------*/
/*	Tab Styles
/*-----------------------------------------------------------------------------------*/

.ale-tabs.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

.ale-tabs {
	background: none;
	margin: 0 0 2em 0;
}

.ale-tabs .ale-nav {
	list-style: none!important;
	margin: 0!important;
	padding: 0;
	background: none;
	border: 0;
	float: none;
}

.ale-tabs .ale-nav li {
	float: left;
	position: relative;
	z-index: 10;
	list-style: none!important;
}

.ale-tabs .ale-nav .ui-tabs-active a {
    color:#585858!important;
}
	

.ale-tabs .ale-nav li a {
	border-bottom: none!important;
	display: block;
	overflow: hidden;
	padding: 10px 10px 0 10px;
	height: 21px;
	background: #585858;
	margin: 0!important;
	text-decoration: none;
    text-transform: uppercase;
    font: 12px/12px "Oswald";
    letter-spacing: 1px;
	color: #ffffff!important;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
	
.ale-tabs .ale-nav li a:hover {
	background: #f3f3f3!important;
	margin: 0!important;
    color:#585858!important;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.ale-tabs .ale-nav .ui-tabs-selected a,
.ale-tabs .ale-nav .ui-tabs-active a {
	height: 21px;
	background: #f3f3f3;
}

.ale-tabs .ale-tab {
	background: #f3f3f3;
	padding: 10px;
	border: 1px solid #f3f3f3;
}

/*-----------------------------------------------------------------------------------*/
/*	Toggle Styles
/*-----------------------------------------------------------------------------------*/

.ale-toggle { margin: 0 0 5px 0; }

.ale-toggle .ale-toggle-title {
	display: block;
	padding: 10px 10px 10px 30px;
	background: #585858;
    text-transform: uppercase;
    font: 12px/12px "Oswald";
    letter-spacing: 1px;
    color:#ffffff;
	cursor: pointer;
	outline: none;
	position: relative;
}
	
.ale-toggle .ale-toggle-title:hover {

}

.ale-toggle-inner {
	padding: 10px;
	background: #f3f3f3;
	border-top: none;
}

.ale-toggle span.ui-icon {
    background: url(images/toggles/toggle-closed.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -6px 0 0 0;
}

.ale-toggle .ui-state-active .ui-icon { background: url(images/toggles/toggle-open.png) no-repeat; }

/* Clearfix */
.ale-clearfix:before,
.ale-clearfix:after { content:""; display:table; }
.ale-clearfix:after { clear: both; }
.ale-clearfix { }

/*-----------------------------------------------------------------------------------*/
/*	Divider Styles
/*-----------------------------------------------------------------------------------*/

.ale-divider {
    text-align: center;
    margin: 25px 0px 25px 0px;
    width: 100%;
    height: 1px;
    border-bottom: 3px solid #000000;
}
.ale-divider.bold {
    border-bottom: 6px solid #a9a9a9;
}
.ale-divider.medium {
    border-bottom: 3px solid #a9a9a9;
}
.ale-divider.thin {
    border-bottom: 1px solid #a9a9a9;
}
.ale-divider.dashed {
    border-bottom: 3px dashed #a9a9a9;
}
.ale-divider.dark {
    border-bottom: 3px solid #333333;
}
.ale-divider.light {
    border-bottom: 3px solid #a9a9a9;
}
.ale-divider span {
    position: relative;
    top:-13px;
    display: inline-block;
    padding: 2px 6px 2px 6px;
    background: #333333;
    color:#ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
}
.ale-divider span.textleft {
    float: left;
}
.ale-divider span.textright {
    float: right;
}


/*-----------------------------------------------------------------------------------*/
/*	Testimonial Styles
/*-----------------------------------------------------------------------------------*/

.ale-testimonial {
    background: #ffffff;
    color:#686868;
    margin-bottom: 40px;
    box-shadow: 0px 0px 1px #bfbfbf;
}
.ale-testimonial:hover {
    box-shadow: 1px 1px 3px #a5a5a5;
}
.ale-testimonial .lefttestimonialpart {
    width: 145px;
    float: left;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
}
.ale-testimonial .lefttestimonialpart .avatarimage {
    width: 108px;
    height: 108px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    border: 4px solid #909090;
    margin-top: 20px;
    overflow: hidden;
}
.ale-testimonial .lefttestimonialpart .avatarimage img {
    max-width: 100%;
    height: auto;
}
.ale-testimonial .righttestimonialpart {
    margin-left: 145px;
    margin-bottom: 20px;
    margin-right: 15px;
    margin-top: 30px;
    overflow: hidden;
}
.ale-testimonial.dark {
    background: #6a6a6a;
    color:#ffffff;
}

/*-----------------------------------------------------------------------------------*/
/*	Team Styles
/*-----------------------------------------------------------------------------------*/

.ale-team {
    margin-bottom: 40px;
    width: 100%;
    background: #ffffff;
    color:#686868;
    box-shadow: 0px 0px 1px #bfbfbf;
}
.ale-team:hover {
    box-shadow: 1px 1px 3px #a5a5a5;
}
.ale-team.dark {
    background: #6a6a6a;
    color:#ffffff;
}
.ale-team .imagebox {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
}
.ale-team .imagebox img {
    max-width: 100%;
    height: auto;
}
.ale-team .testititle {
    width: 100%;
    text-align: center;
    color:#4f4f4f;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}
.ale-team.dark .testititle {
    color:#909090;
}
.ale-team .prof {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color:#909090;
}
.ale-team .teamtextbox {
    margin: 10px 20px 20px 20px;
    text-align: center;
}
.ale-team .socialbut {
    text-align: center;
    margin: 0px 20px 20px 20px;
}


/*-----------------------------------------------------------------------------------*/
/*	Team Styles
/*-----------------------------------------------------------------------------------*/

.ale-partner {
    margin-bottom: 40px;
    width: 100%;
    font-size: 15px;
    background: #ffffff;
    color:#686868;
    box-shadow: 0px 0px 1px #bfbfbf;
    min-height: 180px;
}
.ale-partner:hover {
    box-shadow: 1px 1px 3px #a5a5a5;
}
.ale-partner.dark {
    background: #6a6a6a;
    color:#ffffff;
}
.ale-partner .imagebox {
    margin: 20px;
    text-align: center;
    display: block;
}
.ale-partner .imagebox img {
    max-width: 300px;
    max-height: 300px;
    display: inline-block;
    vertical-align: middle;
}
.ale-partner .partnertitle {
    text-align: center;
    margin: 5px 20px 20px 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	Service Styles
/*-----------------------------------------------------------------------------------*/

.ale-service {
    margin-bottom: 40px;
    width: 100%;
    background: #ffffff;
    color:#686868;
    box-shadow: 0px 0px 1px #bfbfbf;
    min-height: 180px;
    text-align: center;
}
.ale-service:hover {
    box-shadow: 1px 1px 3px #a5a5a5;
}
.ale-service.dark {
    background: #6a6a6a;
    color:#ffffff;
}
.ale-service .iconbox {
    width: 148px;
    height: 148px;
    border: 8px solid transparent;
    display: inline-block;
    background: #212121;
    line-height: 140px;
    margin: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.ale-service .iconbox:hover {
    border: 8px solid rgba(255,255,255,0.8);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.ale-service .iconbox img {
    max-width: 140px;
    max-height: 140px;
}
.ale-service .servicetitle {
    font-size: 16px;
    margin: 0px 10px 15px 10px;
}
.servicedescription {
    margin: 5px 15px 20px 15px;
}

/*-----------------------------------------------------------------------------------*/
/*	Map Styles
/*-----------------------------------------------------------------------------------*/

.ale_map_canvas {
    margin-bottom: 40px;
}




@media (max-width: 800px) {
    .ale-one-half,
    .ale-one-third,
    .ale-two-third,
    .ale-three-fourth,
    .ale-one-fourth,
    .ale-one-fifth,
    .ale-two-fifth,
    .ale-three-fifth,
    .ale-four-fifth,
    .ale-one-sixth,
    .ale-five-sixth {
        width: 48%;
        margin-right: 2%;
    }
}
@media (max-width: 600px) {
    .ale-one-half,
    .ale-one-third,
    .ale-two-third,
    .ale-three-fourth,
    .ale-one-fourth,
    .ale-one-fifth,
    .ale-two-fifth,
    .ale-three-fifth,
    .ale-four-fifth,
    .ale-one-sixth,
    .ale-five-sixth {
        width: 100%;
        margin: 0;
    }
}