:focus {
    outline: 0 none;
}

img {
    height: auto;
    max-width: 100%;
}
#ie8 img {
    width: auto;
}

.container {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 1000px;
}

#et-slider-wrapper {
    background: none repeat scroll 0 0 #0c151b;
    height: 485px;
    position: relative;
}
.et-slide {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.et-slide .container {
    padding: 0;
}
.et-slide .description1 {
    animation-delay: 0.4s;
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    color: #fff;
    float: left;
    font-size: 18px;
    padding-top: 80px;
     
    width: 480px;
}
.description1 a {
	font-size: 36px;
    color: #fff;
	text-decoration:none;
	line-height:40px;
	font-family:'Impact';
}

.description1 a:hover {
    color:#fff;
    text-decoration: none;
}
.description1 p{
	margin-top:5px;
	float:left;
	margin:0px;
	margin-top:10px;
	padding:0px;
	font-size:14px;
	line-height:24px;
	 
}
.description1 p a{
	font-size:14px;
	line-height:24px;
	font-family:'Arial';
	 
}



.et-slide .description2 {
    animation-delay: 0.4s;
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    color: #000;
    float: left;
    font-size: 18px;
    padding-top: 80px;
    width: 480px;
}

.description2 a {
	font-size: 36px;
    color: #000;
	text-decoration:none;
	line-height:40px;
	font-family:'Impact';
}
.description2 a:hover {
    color:#000;
    text-decoration: none;
}
.description2 p{
	margin-top:5px;
	float:left;
	margin:0px;
	margin-top:10px;
	padding:0px;
	font-size:14px;
	line-height:24px;
	 
}
.description2 p a{
	font-size:14px;
	line-height:24px;
	font-family:'Arial';
	 
}



.subtitle {
    color: #c3e54b;
    font-size: 14px;
    
	font-weight:normal;
}
.description1 .description_more_1 {
    display: inline-block;
    float: left;
    font-size: 22px;
    padding: 5px 10px 5px 10px;
    
	text-decoration:none;
	margin-top:10px;
	
}
.description2 .description_more_2 {
    display: inline-block;
    float: left;
    font-size: 22px;
    padding: 5px 10px 5px 10px;
    
	text-decoration:none;
	margin-top:10px;
	
}

.description_more_1{
	border: 2px solid #FFF;
	color: #fff;
}
.description_more_2{
	border: 2px solid #000;
	color: #000;
}
.description1 .description_more_1:hover {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}
.description2 .description_more_2:hover {
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
}
.featured-image {
    animation-delay: 0.8s;
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-name: bounceIn;
    animation-timing-function: ease;
    float: right;
    width: 500px;
}
.js .et-slide {
    display: none;
}
.js .et-slide:first-child {
    display: block;
}
.et-slider-arrows a {
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;
    top: 150px;
    transition: all 0.3s ease-in-out 0s;
    width: 28px;
}
#et-slider-wrapper .et-arrow-prev {
    background-image: url(/img/left-arrow.png);
    left: 10px;
}
#et-slider-wrapper .et-arrow-next {
    background-image: url(/img/right-arrow.png);
    right: 10px;
}
#et-slider-wrapper:hover .et-slider-arrows a {
    opacity: 1;
}
#et-slider-wrapper:hover .et-arrow-prev {
    left: 20px;
}
#et-slider-wrapper:hover .et-arrow-next {
    right: 20px;
}
#et-slider-controls {
    bottom: 25px;
    left: 0;
    position: absolute;
    width: 100%;
}
#et-slider-controls .et-controllers {
    float: right;
    text-align: center;
    width: 530px;
}
#et-slider-controls .et-controllers a {
    background: url("/img/slider_control.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 17px;
    margin: 0 1px;
    text-indent: -9999px;
    width: 17px;
}
#et-slider-controls .et-controllers a.et-active-control {
    background-image: url("/img/active_slider_control.png");
}
.et-controllers a.et-active-control:hover {
    cursor: default;
}

@media only screen and (max-width: 960px) {

}
@media only screen and (min-width: 768px) and (max-width: 960px) {
.container {
    width: 728px;
}

#et-slider-wrapper {
    height: 400px;
}
.et-slide .container {
    padding-top: 0;
}



.et-slide .description1 {
    padding-top: 32px;
    width: 350px;
}
.description1 a {
    font-size: 28px;
}
.et-slide .description2 {
    padding-top: 32px;
    width: 350px;
}
.description2 a {
    font-size: 28px;
}






.et-slider-arrows a {
    top: 180px;
}
#et-slider-wrapper .et-arrow-prev {
    left: 0;
}
#et-slider-wrapper .et-arrow-next {
    right: 0;
}
#et-slider-wrapper:hover .et-arrow-prev {
    left: 25px;
}
#et-slider-wrapper:hover .et-arrow-next {
    right: 25px;
}

.description1 .description_more_1 {
    font-size: 16px;
}
.description2 .description_more_2 {
    font-size: 16px;
}
.service {
    margin-right: 35px;
    width: 155px;
}
}
@media only screen and (max-width: 767px) {
.container {
    width: 100%;
    filter:alpha(opacity=70);
    opacity:0.7;
}
#logo {
    float: none;
}
#menu-wrap {
    clear: both;
    float: none;
    padding-top: 20px;
}
#et-slider-wrapper {
    height: 300px;
}
.et-slide .container {
    padding-top: 0;
}


.et-slide .description1 {
    width: 80%;
	padding:10%;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#323232;
	height:260px;
}
.description1 a {
    font-size: 22px;
}
.description1 p{
	margin:10px 0 0;
}
.et-slide .description2 {
    width: 80%;
	padding:10%;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#e6e6e6;
	height:260px;
	
}
.description2 a {
    font-size: 26px;
}
.description1 .description_more_1 {
    font-size: 16px;
}
.description2 .description_more_2 {
    font-size: 16px;
}


.et-slider-arrows a {
    top: 120px;
}
#et-slider-wrapper .et-arrow-prev {
    left: 0;
}
#et-slider-wrapper .et-arrow-next {
    right: 0;
}
#et-slider-wrapper:hover .et-arrow-prev {
    left: 25px;
}
#et-slider-wrapper:hover .et-arrow-next {
    right: 25px;
}

}
@media only screen and (max-width: 479px) {
.container {
    width: 100%;
}
#logo {
    float: none;
}
#menu-wrap {
    clear: both;
    float: none;
    padding-top: 38px;
}
#et-slider-wrapper {
    height: 300px;
}
.et-slide .container {
    padding-top: 0;
}

.et-slide .description1 {
    width: 80%;
	padding:10%;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#323232;
	height:260px;
}
.description1 a {
    font-size: 18px;
}
.description1 p{
	margin:10px 0 0;
}
.et-slide .description2 {
    width: 80%;
	padding:10%;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#e6e6e6;
	height:260px;
}
.description2 a {
    font-size: 18px;
}

.description1 .description_more_1 {
    font-size: 14px;
}
.description2 .description_more_2 {
    font-size: 14px;
}


.et-slider-arrows a {
    top: 120px;
}
#et-slider-wrapper .et-arrow-prev {
    left: 0;
}
#et-slider-wrapper .et-arrow-next {
    right: 0;
}
#et-slider-wrapper:hover .et-arrow-prev {
    left: 10px;
}
#et-slider-wrapper:hover .et-arrow-next {
    right: 10px;
}


}
